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

v2.5.0
2025-09-03Budget Board v2.5.0
New Features
Automatic Rules
Added a new interface to set automatic rules that apply changes to transactions when certain conditions are met. These will allow you to automatically categorize recurring transactions, quickly edit large amounts of imported transactions, and more. The new interface can be found in the settings dialog on the Transactions page.
Goal Details
Very similar to the Budget details interface from last release, a goal details interface was added to track progress on your goals and view the accounts associated with the goal.
Other changes
- Made some minor tweaks to the UI styling, mostly changing font weight, size, and color to flow a bit better.
- Tweaked the light mode colors.
What’s Changed
- Update transaction cards and consolidate by @teelur in https://github.com/teelur/budget-board/pull/496
- Convert transaction dates to utc in backend by @teelur in https://github.com/teelur/budget-board/pull/500
- Styling updates by @teelur in https://github.com/teelur/budget-board/pull/501
- Add auto categorization based on regex rule by @teelur in https://github.com/teelur/budget-board/pull/503
- Goal calc in backend by @teelur in https://github.com/teelur/budget-board/pull/507
- Fix budget edit by @teelur in https://github.com/teelur/budget-board/pull/509
- Refactor goals cards by @teelur in https://github.com/teelur/budget-board/pull/512
- Create custom tooltip by @teelur in https://github.com/teelur/budget-board/pull/514
- More rules stuff by @teelur in https://github.com/teelur/budget-board/pull/516
- change action to one that exists by @teelur in https://github.com/teelur/budget-board/pull/517
- fix uncategorized match by @teelur in https://github.com/teelur/budget-board/pull/518
- Make goals responsive at low widths by @teelur in https://github.com/teelur/budget-board/pull/519
- Update readme by @teelur in https://github.com/teelur/budget-board/pull/520
Full Changelog: https://github.com/teelur/budget-board/compare/v2.4.1…v2.5.0