- Nouveau
Prebuilt reports, rebuilt around your questions
The Prebuilt page now answers the questions a household actually asks: Wealth (am I growing?), Spending (where does it go?), In vs Out (within our means?), Plan vs Reality (did the budget hold?), Money Map, and Ledger. Each report opens with plain-language insights computed from your data, and the Wealth forecast shows an honest 95% confidence band with real statistics.
- Nouveau
Scenario Planner
Stress-test your finances: start from your selected accounts' balance, scale monthly income and spending with sliders, drop in dated one-off inflows or outflows (a car repair, a bonus), and see exactly when — or whether — your balance would break. Choose between four baseline models, from flat average to seasonal patterns, and save scenarios to revisit later.
- Nouveau
Plan vs Reality report
The report only a budgeting app can make: what you assigned each month against what you actually spent, which categories chronically run over their assignment, and how well your goals are being funded.
- Nouveau
Categories on recurring transfers to off-budget accounts
A recurring transfer that leaves your budget (like monthly investing) can now book as spending in a category of your choice, instead of always reducing Ready to Assign.
- Nouveau
Automatic reverse exchange rates
Adding a custom exchange rate now shows the computed reverse rate and creates it as its own entry by default — no more entering both directions by hand.
- Amélioré
Faster, theme-native charts everywhere
Every chart in the app moved to a new rendering engine: noticeably smoother interactions, tooltips and colors that follow all five themes and your chosen typeface, and a consistent visual language across analytics, dashboards, and AI-generated charts.
- Amélioré
Date range picker
Explicit Start and End fields above the calendar — click a field, then a date, and you always know which end you're setting. Presets no longer truncate.
- Corrigé
Saved report and AI chart date errors
Dashboard widgets and AI charts whose queries compared dates with typed DATE literals failed with a binder error. They run again, including previously saved ones.
- Corrigé
Theme toggle reverting itself
Switching light/dark could silently revert if the preference save hadn't reached the server yet. Your choice now sticks.
- Corrigé
Layout polish for monospace themes
Badges, toggles, and dropdowns no longer truncate or wrap awkwardly under the wider monospace typefaces.
Journal des modifications de Budgero
Nous publions des améliorations chaque semaine pour que vous puissiez gérer votre budget en toute confiance. Parcourez tout ce que nous avons publié, amélioré et corrigé sans attendre la prochaine newsletter.
- Corrigé
Amount entry under no-decimal display formats
With a whole-number display format selected (like RSD 4,585), edit fields silently dropped cents: decimals couldn't be typed, editing an amount truncated its fraction, and split transactions with a fractional remainder showed "Remaining 0" while refusing to save. Edit surfaces now always accept and show full precision — your display format stays whole-number everywhere else.
- Corrigé
Reconciling accounts with zero balance
Confirming a balance of 0 in the reconcile dialog never enabled the Reconcile button. Entering the seeded value now counts as confirming it, so empty accounts can be reconciled again.
- Corrigé
Currency symbols during onboarding
Picking a currency from the full-list dropdown (rather than the quick-pick tiles) showed "$" on the accounts, goal, and summary steps regardless of your choice. All 168 currencies now display their correct symbol or code.
- Corrigé
Self-host admin CLI
Admin commands (list-users, reset-password, …) opened a fresh empty database instead of the server's, reporting "user not found" for accounts that exist. They now target the self-host database, and errors print once instead of twice.
- Amélioré
Sidebar shows active accounts first
When the account list is truncated behind "Show All", accounts with a zero balance are now hidden first, so accounts you actually use stay visible.
- Nouveau
Recurring transfers
Recurring transactions now support a third type alongside Income and Bill: Transfer. Schedule money to move between two accounts on a cadence — both sides show up in each account's register and upcoming panel, cross-currency amounts are converted automatically, and marking an occurrence ready posts both sides as a regular linked transfer.
- Nouveau
Create recurring transactions from existing ones
Select a transaction on the All Transactions page and turn it into a recurring template straight from the toolbar — the editor opens prefilled with the amount, account, and category. Previously this was only available on individual account pages.
- Amélioré
YNAB export guide is front and center
The export instructions now open by default when importing from YNAB, appear during onboarding, and link to the full guide — so the format settings that make an import lossless are hard to miss.
- Amélioré
Security hardening
The offline mutation queue and your remembered master password are now encrypted at rest under a non-extractable device key, and key handling has been tightened across the board.
- Corrigé
US date formats in YNAB imports
YNAB exports using MM/DD/YYYY dates were parsed day-first, silently shifting transaction dates. Budgero now detects the date order from the file itself, so imports come through correctly regardless of your YNAB date format.
- Corrigé
Push API panel on mobile
The "Show Budget, Account, Category & Payee IDs" button no longer overflows its card on small screens.
- Corrigé
Timezone-safe date handling
Dates could shift by one day depending on your timezone — affecting month labels, spending charts, date filters, statement imports, and recurring schedules. All date handling is now timezone-safe. If you use recurring transactions, take a moment to confirm your bill dates are still correct.
- Amélioré
Offline access for trial and lifetime users
Trial and lifetime plans now include the offline entitlement, so the app keeps working without a connection for the full length of your plan.
- Corrigé
Self-host login loop
Signing in on a self-hosted instance could immediately bounce back to the login screen even with correct credentials. Sessions are now established reliably after signing in.
- Corrigé
Failed sign-ins now show an error
Entering a wrong username or password on a self-hosted instance now shows an invalid-credentials message instead of silently reloading the page.
- Nouveau
Budgero is source-available
The Budgero source code is now published on GitHub. Development history is public from this release onward, and self-hosters can build straight from source.
- Nouveau
Integer-precision money engine
Every amount is now stored, computed, and synced as integer milliunits — no more floating-point drift in balances, goals, or currency conversions. Existing budgets migrate automatically, and devices on older versions are prompted to update before syncing.
- Nouveau
Analytics is now opt-in
Product analytics is disabled by default for new accounts and undecided devices. Trial-reward signals moved behind their own separate toggle, and all Google tracking has been removed.
- Nouveau
Fully self-contained app
Fonts, flag icons, the PDF worker, and the SQLite engine are now bundled with the app — zero runtime CDN dependencies, so Budgero works fully offline and self-hosted instances never call out.
- Nouveau
Credit-card payment insights
The CC Payment category popover now shows the card balance, flags over-assignment with a warning badge, and offers a one-click reduction back to Ready to Assign.
- Nouveau
Support Budgero with a donation
A new donate page (pay-what-you-want) is linked from the website and from the About page on self-hosted builds.
- Amélioré
Imports reach all your devices instantly
YNAB imports and database restores now propagate live to your other open devices — previously they stayed invisible (and could even be overwritten) until a reload.
- Amélioré
Sync engine hardening
Mutations are delivered at-least-once with server acknowledgements, version gaps are detected and repaired, snapshot uploads are debounced and bound to their exact log position, and restores re-apply queued local changes safely.
- Amélioré
Server security hardening
Login rate-limiting, a registration toggle for self-hosted instances, a stricter Content-Security-Policy, WebSocket origin checks, and fail-closed authorization checks.
- Amélioré
Faster bulk operations
Auto-assign and cover-overspending use a single batch operation, and bulk transaction edits refresh the UI once instead of per row.
- Corrigé
YNAB import puts income in Income
Starting balances, wages, and balance adjustments ("Inflow: Ready to Assign") imported into Uncategorized instead of Income. New imports categorize them correctly.
- Corrigé
Startup and workspace-join hangs
Fixed a race that could park the app forever on "Opening your local workspace", and another that left invite redemptions stuck on "Loading budgets…" until a manual reload.
- Corrigé
Currency display consistency
Amount labels and account-currency fallbacks follow your budget’s display currency (some spots assumed USD), and transfer legs keep their value when you override an exchange rate.
- Corrigé
Clearer "Apply last month" feedback
Applying last month’s assignments when nothing was assigned last month now says so, instead of showing a misleading "select at least one category" error.
- Corrigé
Empty workspaces no longer trap you
The "Create Your First Budget" screen now lets you switch to any of your other workspaces, so opening a workspace without budgets no longer forces you to create one there just to get into the app.
- Corrigé
Today’s transactions are no longer marked upcoming
Transactions dated today no longer pick up the “upcoming” flag in your transaction lists — including when you leave Budgero open past midnight.
- Corrigé
Number format updates instantly on account pages
Changing your budget’s number format now updates the amounts shown on individual account pages right away, instead of only after a reload.
- Corrigé
Upcoming total stays on one line on mobile
In an account’s Upcoming transactions header on mobile, the amount and its +/− sign no longer wrap onto separate lines.
- Nouveau
Add a transaction from anywhere
A new Add Transaction button in the desktop header opens the add form from any page, including budget planning, so you no longer need to know the keyboard shortcut. The shortcut (⌘⌥T / Ctrl+Alt+T) is shown right on the button.
- Nouveau
Send feedback from inside the app
A built-in feedback widget lets you share ideas and report issues without leaving Budgero — open it from the feedback buttons in the app or the About links.
- Nouveau
See your database size
The Data Management page in Settings now shows how much space your local database is using.
- Nouveau
Bring your own AI provider
If you use Budgero’s optional AI assistant, you can now connect a cloud provider with your own API key — your data only leaves your device when you choose this. The assistant can also run budget analytics, draw charts, and edit transactions for you.
- Amélioré
Cleaner transaction quick view
Opening a transaction from the spending overview now shows a single, clean card — no more nested box-in-a-box or a stray collapse button that did nothing.
- Amélioré
Tidier budget header on mobile
On smaller screens the budget header stacks into a full-width Ready to Assign with a centered month switcher, so it stays readable.
- Corrigé
Image attachments in AI chat
Attaching an image to the assistant now works in the hosted app — it was previously blocked by a browser security policy.
- Corrigé
Labels in the spending overview
The quick-view editor opened from the spending overview now shows the transaction’s actual label instead of always showing “No label.”
- Corrigé
Remembering “No label”
With “Remember last category, payee, account” turned on, saving a transaction with no label is now remembered, instead of re-applying your previous label to the next one.
- Corrigé
Undo from the activity log refreshes instantly
Undoing a change from the activity log now updates the screen right away, instead of needing a manual reload.
- Corrigé
Budget category stays put
Collapsing or expanding groups, and switching months, no longer loses or jumps away from the category you had selected.
- Corrigé
Chart date labels no longer clipped
Rotated date labels along the bottom of charts now have room to render fully instead of being cut off.
- Corrigé
Reliable saving of large changes
Fixed a crash that could happen when encrypting very large changes, such as importing a big file.
Recevez les mises à jour dès leur publication
Utilisez my.budgero.app pour rester à jour sur les nouvelles fonctionnalités, les correctifs de performance et les aperçus à venir.
Accéder à l'application