Budget Board
Simple app for tracking monthly spending and working towards financial goals
Alternative to: mint, ynab, monarch money

v0.14.0
2024-12-23What’s Changed
- Update account balance schema by @tshea113 in https://github.com/tshea113/budget-board/pull/278
Database schema is updated and requires migration. Removed the CurrentBalance and BalanceDate columns from Account. These are redundant now that we store the balance info in its own table.
Full Changelog: https://github.com/tshea113/budget-board/compare/v0.13.2…v0.14.0