Skip to content

Releases: powerpaul17/nc_money

Release 0.8.1

27 Oct 10:05
Compare
Choose a tag to compare

Changed

  • Ensure account balances returned from the backend are numbers

Release 0.8.0

26 Oct 20:23
Compare
Choose a tag to compare

Changed

  • Show monthly values for income/expense accounts
  • Use EXTRACT function instead of YEAR/MONTH in queries for compatibility with PostgreSQL

Release 0.7.0

17 Oct 10:26
Compare
Choose a tag to compare

Changed

  • Use user's locale for date formatting
  • Improve layout/design of transaction import dialog
  • Split value column into credit/debit columns in transaction import dialog

Release 0.6.0

12 Oct 08:08
Compare
Choose a tag to compare

Added

  • Group transactions by month

Changed

  • Improved transaction list scrolling

Release 0.5.0

05 Oct 09:25
Compare
Choose a tag to compare

Added

  • Added transaction import dialog

Changed

  • Layout/design improvements of transaction list items
  • Show account type list items expanded by default

Release 0.4.2

20 Sep 20:05
Compare
Choose a tag to compare

Changed

  • Do not round balances in API controllers (may potentially fix problem with PostgreSQL)
  • Group currency digits and make it configurable in component

Release 0.4.1

17 Sep 22:28
Compare
Choose a tag to compare

Changed

  • Use query builder instead of deprecated direct sql statements in account controller

Release 0.4.0

06 Sep 08:37
Compare
Choose a tag to compare

Added

  • Currency inputs can now accept simple math expressions

Changed

  • Limit account view width for better readability

Release 0.3.1

31 Aug 10:33
Compare
Choose a tag to compare

Changed

  • Fixed using correct translation if available
  • Moved translations into separate files

Release 0.3.0

30 Aug 20:01
Compare
Choose a tag to compare

Added

  • Add I18N
  • Add loading icon to transaction/split items

Changed

  • Design improvements
  • Fix transaction list scrolling