Commit graph

4 commits

Author SHA1 Message Date
Paweł Orzech
9724bcbacb
Fix watchlist item mutation to update via copy
Refactored watchlist item updates to use value semantics by copying, modifying, and reassigning the item in the array. This prevents issues with direct mutation of value types in Swift arrays and ensures changes are properly reflected.
2026-01-20 13:18:42 +00:00
Paweł Orzech
8d4645c2a2
feat: Update application version to 1.2.5, add new release archive, and update gitignore to include build artifacts and archive folder. 2026-01-18 00:32:21 +00:00
Paweł Orzech
c21057146d
refactor: Enhance API error handling with logging, introduce minimum loading time, update app version to 1.2.1, and ignore .DS_Store. 2026-01-17 21:34:47 +00:00
Paweł Orzech
0a0f109fa1
Initial commit 2026-01-17 17:57:45 +00:00