Releases: ya-erm/money-keeper
Releases · ya-erm/money-keeper
Release list
v2.14.0
Release 2.12.1
This release includes all changes since v2.10.2.
2.12.1
Added
- Added a monthly income vs expenses analytics screen.
- Added privacy mode to hide amounts across accounts, analytics, and settings.
- Added a "What's new" page in app settings and changelog.
Changed
- Redesigned the Analytics page.
2.11.0
Added
- Added account balance correction.
- Added automatic category selection when an operation has the same name as a previous operation.
- Added session token refresh to keep logged-in sessions active.
Changed
- Show last used currencies in the another-currency modal.
- Hide raw export textbox content until the user explicitly opens it.
Fixed
- Fixed precision error in the account balance correction modal.
- Fixed modal behavior through the UI library update.
2.10.3
Changed
- Updated Svelte, SvelteKit, Vite, ESLint, and related libraries.
- Fixed lint issues caused by dependency upgrades.
Full Changelog: v2.10.2...v2.12.0
Release 2.10.2
Development updates:
- Migrate from
npmtopnpm - Updated dependencies
New features: (work in progress)
- Operations repeating
Full Changelog: v2.9.4...v2.10.2
Release 2.9.4
New features:
- Comment suggestions based on previous operations
- Long press on operation to open additional options - duplicate and delete
Minor updates:
- Update dependencies
- Fix some issues
Release 2.9.2
New features:
- Balance history chart on analytics page
- Suggestions and recommended icons for new categories
- Availability to exclude operation from analytics
- Categories reordering
Minor updates
- Show 2 lines of categories
- Balance history chart legend
- Done button in transaction page
- Fix some bugs and issues
Full Changelog: v2.8.6...v2.9.2
Release 2.8.6
New features:
- Archived accounts
- Group and search for currency rates
Minor updates
- Pagination for operations (performance improvement)
- Option to hide zero-balance accounts from accounts list
- Fix some bugs and issues
Full Changelog: v2.8.5...v2.8.6
Release 2.8.5
Minor updates:
- Restore scroll position after operation editing
- Autofill destination amount value for same-currency transfers
- Performance optimizations for data stores
- Fx switch theme in settings
- Fix input focus in operation form
Full Changelog: v2.8.4...v2.8.5
Release 2.8.4
New features:
- Add option to hide zero balance accounts in analytics page 713bfe1
- Add groupings to export/import 81d490b
Minor updates:
- Update dependencies
- Remove v1 (api, routes and entities in DB schema)
- Fix import algorithm
- Fix header button second click
- Fix account analytics table styles
- Fix analytics page SSR
- Fix input mode for number inputs
Full Changelog: v2.8.3...v2.8.4
Release 2.8.3
New features:
- Guest mode (you can use app without registration to try features) #44
Attention: Guest mode is designed only to try out the functions of the application, in this mode your data will not be synchronized with the server, so your data may be lost if you clear the storage of your browser. - Custom interval select to analytics page 392d9fa
Minor updates:
- Small fixes of operations sort
- Fix problem of adding operation when account is not selected
Full Changelog: v2.7.0...v2.8.3
Release 2.7.0
New features:
- Time zone for each operation
- Time zone list, favorite time zones, current time zone
Minor updates:
- Small fixes of future operations, zero money display
- Remember last another currency
Full Changelog: v2.6.2...v2.7.0