Data resets, offline investment trades, and miscellaneous stability improvements
This release comes with a wide mix of stability improvements and quality of life updates; particularly for self hosted apps, which can now be "reset" in user settings. If your data looks wrong or you want a "clean slate" to work from, we've added the ability for you to easily perform these resets without writing SQL or manually deleting records.
This release also comes with a much clearer UI surrounding the Synth data provider. New self hosted users will now see a prominent warning message if they have missing data as a result of a misconfigured or absent data provider.
What's Changed
- Add new category flow by @syedbarimanjan in #1857
- Fix parent category sums in budget by @zachgoll in #1894
- Add breadcrumbs support across application by @Shpigford in #1897
- Dashboard design fixes by @zachgoll in #1898
- Allow account balance to dynamically use currency format on preference page by @Harry-kp in #1910
- Feat: Data "reset" button by @tonyvince in #1913
- Fix: Make Tags selection scrollable by @tonyvince in #1921
- Fix value wrapping on account balance in sidebar by @zachgoll in #1922
- Fix import configuration form so number format is applied by @zachgoll in #1923
- Add transitions to buttons and other common design system elements by @zachgoll in #1924
- Allow offline trade tickers by @zachgoll in #1925
- fix: Don't show Billings on settings navbar when self-hosted by @tonyvince in #1912
- Show UI warning to user when they need provider data but have not setup Synth yet by @zachgoll in #1926
- Invert liability graphs to have correct signage by @zachgoll in #1928
- Escape quotations in CSV imports properly by @zachgoll in #1929
New Contributors
- @syedbarimanjan made their first contribution in #1857
Full Changelog: v0.4.2...v0.4.3