v0.9.2
What's New
- Running-version awareness in the sidebar (#73) — the sidebar now shows your current Securo version at the bottom and checks GitHub for newer releases. When one is out, an "Update Available" banner appears above the user menu; clicking it opens a dialog with the upgrade command, release-notes link, and an auto-check toggle you can flip off. Scrolling is scoped to the menu + accounts list, so the search bar, update banner, account, and version label stay pinned while you browse.
- Category Trends top 11 (#122) — the trend chart now surfaces up to 11 categories plus an "Other" bucket, so monthly breakdowns stay readable without losing the long tail.
Fixes
- Delete account with linked records no longer 500s (#110, #114) — account deletion now cleans up related
import_logsandrecurring_transactions, and unlinks any goals that were tracking the account. The confirmation dialog warns you about these cascades ahead of time, and the DB enforces the behavior at the FK level so raw SQL or future code paths stay safe. Resolves the case @stanleyndachi reported on accounts with recurring transactions as well. - Renumbered the cascade migration to resolve a double-head from concurrent merges (#123).
Contributors
Thanks to everyone who contributed to this release:
- @gustavohrg — sidebar version display (#73)
- @GabrielCosme — Category Trends top 11 (#122)
- @leorcdias — delete-account FK fix (#114)
- @ivancarlosti, @stanleyndachi — reported and helped narrow down the account-delete bug class (#110)
Full Changelog: v0.9.1...v0.9.2