Releases: powerpaul17/nc_money
Releases Β· powerpaul17/nc_money
Release 0.8.1
Changed
- Ensure account balances returned from the backend are numbers
Release 0.8.0
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
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
Added
- Group transactions by month
Changed
- Improved transaction list scrolling
Release 0.5.0
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
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
Changed
- Use query builder instead of deprecated direct sql statements in account controller
Release 0.4.0
Added
- Currency inputs can now accept simple math expressions
Changed
- Limit account view width for better readability
Release 0.3.1
Changed
- Fixed using correct translation if available
- Moved translations into separate files
Release 0.3.0
Added
- Add I18N
- Add loading icon to transaction/split items
Changed
- Design improvements
- Fix transaction list scrolling