Releases: linuxserver/budge
Releases · linuxserver/budge
0.0.9
0.0.8
Features:
- Support to set the currency of a budget
- Support to change the name of a budget
0.0.7
Fixes
- migrations weren't running as ts-node was listed as a dev dependency
0.0.6
Fixes
- migrations weren't running as ts-node was listed as a dev dependency
0.0.5
Features
- Now using database migrations!
- Disable registration via environment variable (
REGISTRATION_DISABLED
) (#6) - Available to budget is now associated with a budget month instead of an entire budget. This allows underfunded categories not carry over underfunded amounts as available to the next month (#5)
- Default memo of transfer transaction for tracking accounts is set to the category
Fixes
- Fixed UI bug when enabling / disabling transaction categories if the transfer is a transaction or not
- UI tweaks
0.0.4
Bug Fixes
- dragging up / down to rearrange categories now works dragging up, added initial ordering on category creation
- refresh payees when an account is created to update 'transfer' payees
- fixed bug when selecting to / from 'transfer' payees at transaction create
0.0.3
Changes
- Account table refactor using react-table, includes infinite scrolling, select row on click, total amount of selected transactions
Bug Fixes
- Transaction add / edit prevented some user input depending on order of characters
- Timezone fix to allow better handling of month value generation regardless of timezone
0.0.2
Changes
- Account table has a much cleaner style
Bug Fixes
- CSV import now properly parses negative values for 'amount' fields
0.0.1
Initial public release