Release history
budget-board releases
A simple app for tracking monthly spending and working towards financial goals.
All releases
20 shown
- Account name now shown on the transaction edit panel
Full changelog
Added the account name to the transaction edit panel. This should make it easier to know which account the transaction you are editing belongs to.
Full Changelog: https://github.com/teelur/budget-board/compare/v3.5.1...v3.5.2
Improved error handling in SimpleFIN/LunchFlow sync prevents account failures from blocking other accounts.
Full changelog
Added some better error handling to the SimpleFIN/LunchFlow sync. This should prevent one account's errors from preventing the rest from syncing.
Full Changelog: https://github.com/teelur/budget-board/compare/v3.5.0...v3.5.1
- Date storage changed to date-only format; TZ environment variable required in compose.env to preserve timezone information
- Login sessions default to browser-only; use 'Remember Me' option to persist across restarts
- Deprecated 'latest' and 'release' Docker image tags; update compose files to use version-specific tags
- Bulk edit transactions interface allowing multiple transactions to be edited simultaneously
- Spending by category graph on Trends page showing category/subcategory breakdown by month
- Direct page URLs and settings moved to subpages for improved navigation and browser back/forward functionality
- Transaction export
- Account deletion capability
- Improved goal creation UI
- CVE dependency patch
- Custom date separator support
- Last N Months graph buttons
- SimpleFIN lookback period reduced from 365 to 90 days
- Localized dates and amounts
- Email resend capability
- French language support
- CVE security patches
- Updated email sender API
- Email verification resend button
- Account lockout notifications
Fixed budget calculation error causing double-counting of categories without child subcategories.
Improved auto-categorization accuracy by filtering uncategorized and deleted transactions from training data. Added data sanitation improvements.
- ML-powered auto-categorization
- New provider management interface
- LunchFlow support
Reduced deployment configuration complexity by removing unused environment variable options from compose.env file.
Fixed bug where custom transaction categories were being ignored during CSV import, ensuring proper categorization when importing data.
Fixed fatal error occurring during CSV import when account names consist entirely of numeric characters.
Fixed account balance calculation when multiple balance entries exist for the same day, ensuring accurate financial reporting.