Skip to content

Releases: ya-erm/money-keeper

Release 2.10.0

19 Dec 10:55
Compare
Choose a tag to compare
Release 2.10.0 Pre-release
Pre-release

Development updates:

  • Migrate from npm to pnpm
  • Updated dependencies

New features: (work in progress)

  • Operations repeating

Full Changelog: v2.9.4...v2.10.0

Release 2.9.4

27 Oct 21:33
630dad4
Compare
Choose a tag to compare

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

02 Sep 08:46
436f5b7
Compare
Choose a tag to compare

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

02 Jun 14:46
6d4f22a
Compare
Choose a tag to compare

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

07 May 19:10
c45cd60
Compare
Choose a tag to compare

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

29 Feb 04:18
b8a7ed9
Compare
Choose a tag to compare

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

25 Jan 06:29
3cfdd1f
Compare
Choose a tag to compare

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

20 Nov 04:11
f3d5211
Compare
Choose a tag to compare

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

Release 2.6.2

18 Nov 02:44
ed0a8d5
Compare
Choose a tag to compare

New features:

  • Another currency option for operations
  • Calc expressions in comment of operation

Minor updates:

  • Show error toast when filed to fetch updates

Full Changelog: v2.5.2...v2.6.2

Release 2.5.2

16 Oct 10:09
47be25c
Compare
Choose a tag to compare

New features:

  • Accounts analytics page (shows money distribution by accounts), 22d668e
  • Custom groupings in accounts analytics, a589c1a
  • Add operations preview on monthly analytics page, #38, 5c32334

Minor updates:

  • Search by tags, 65b3ad8
  • Add day of week to operations list, eb1a345
  • Future operations hidden by spoiler, 662c5ca
  • Add button Save as json to export page, 1291029
  • Sticky button save in account list sorting, 7966ed

Full Changelog: v2.2.0...v2.5.2