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

v2.0.0
2025-03-23See the beta releases for more details on what’s in this release. Main change is a UI overhaul to use mantine instead of shadcn. The basic structure of the UI should be the same, so most of the navigation should be the same with a new look.
What’s Changed
- Rewrite with mantine by @tshea113 in https://github.com/tshea113/budget-board/pull/350
- Add sync button by @tshea113 in https://github.com/tshea113/budget-board/pull/351
- Update compose.yml by @tshea113 in https://github.com/tshea113/budget-board/pull/354
- Add prop to enable withinPortal on CategorySelect by @tshea113 in https://github.com/tshea113/budget-board/pull/357
- Fix uncategorized transaction card column spacing by @tshea113 in https://github.com/tshea113/budget-board/pull/358
- Fix uncategorized again by @tshea113 in https://github.com/tshea113/budget-board/pull/359
- Update docker-image-ci-build.yml by @tshea113 in https://github.com/tshea113/budget-board/pull/360
- Delete and restore institution with account by @tshea113 in https://github.com/tshea113/budget-board/pull/362
- Error check for transaction category by @tshea113 in https://github.com/tshea113/budget-board/pull/364
- Add link to repo by @tshea113 in https://github.com/tshea113/budget-board/pull/365
- Add some input validation for goals by @tshea113 in https://github.com/tshea113/budget-board/pull/366
- update screenshots by @tshea113 in https://github.com/tshea113/budget-board/pull/368
- Fix budget total by @tshea113 in https://github.com/tshea113/budget-board/pull/369
Full Changelog: https://github.com/tshea113/budget-board/compare/v1.1.0…v2.0.0