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

v2.1.0
2025-04-13You can now add accounts and their respective transactions manually to track accounts that aren’t supported by simpleFIN (e.g. cash transactions). Manually creating/updating/deleting transactions to a manually created account will automatically update the balance for that account.
Also added an interface to split out transactions into two smaller transactions to help with categorization. This should help with large shopping trips where multiple categories of items were purchased (e.g. groceries and auto service parts).
What’s Changed
- Add a way to manually add and modify assets by @tshea113 in https://github.com/tshea113/budget-board/pull/382
- Bump vite from 6.2.4 to 6.2.5 in /client by @dependabot in https://github.com/tshea113/budget-board/pull/383
- update deps by @tshea113 in https://github.com/tshea113/budget-board/pull/384
- Add ability to split transactions by @tshea113 in https://github.com/tshea113/budget-board/pull/385
- Fix error when assigning category to uncategorized transaction by @tshea113 in https://github.com/tshea113/budget-board/pull/388
- Bump vite from 6.2.5 to 6.2.6 in /client by @dependabot in https://github.com/tshea113/budget-board/pull/386
Full Changelog: https://github.com/tshea113/budget-board/compare/v2.0.2…v2.1.0