Releases: Evernight/lazy-beancount
Releases · Evernight/lazy-beancount
0.4.1
- updated BeanTab
- now shows delta between dates and has additional tools for exploring ledger
- Traveling dashboard now has new charts for tracking location and counting days
- for example, for tax residency or other purposes
- generated prices (for example, from generate_base_ccy_prices and generate_inverse_prices) not shown in Fava Currency Tracker's availability dashboard
0.4.0
- updated fava and fava-dashboards
- fava-dashboards had a major version update (2.0)!
- that means new dashboards configuration format and new features (changelog)
- see migration notes for more details
- updated fava-portfolio-returns
- updated beanquery to the latest version compatible with Fava
- new dashboards
- Stacked net worth graph (extra feature: events)
- Historical expense graph with moving window averaging (extra feature: locations)
- Tax. Provided for reference, you should update configuration – in particular account names and tag names that you use. Tag names correspond to the ones used by default in beancount-plugin-tax-uk.
- Expenses Detailed: Chart type can be switched between Sunburst and Treemap
Migration notes
- Old dashboards config should still work (just look a bit differently)
- If you don't have your own customization changes in dashboards.yaml, just switch to the new dashboards.tsx
- If you do have these changes, migration with LLMs is recommended and should be really straightforward (add old, new and your file in context)
- Fava sidebar links to fava-dashboards need to be updated (but should be more robust now since they are referring to dashboards by name)
0.3.13
- include beantab - a spreadsheet-like interface to manage balances (eventually replaces Totals interface)
- updates in beancount-lazy-plugins: balance_extended and pad_extended API should be more or less stable now
- include fava-git for easier file management if self-hosted
- fava-currency-tracker: fix default displayed date range
- extra: visual fixes in beancount-plugin-tax-uk (Evernight/beancount-plugin-tax-uk#1)
0.3.12
- fixed bug with Decimal precision in Totals interface (#15)
- updated balance_extended plugin
- added pad_extended and currencies_used plugins
0.3.11
- bugfixes (#15)
- library updates
- new: fava-currency-tracker plugin
- new: tag-from-continuous-events plugin
0.3.10
- update dependencies including base image (gets rid of reported hi-pri vulnerabilities)
- new generate_inverse_prices plugin provides more prices by default
- optional extra build, for now including only beancount-plugin-tax-uk but in future may include more optional plugins and dependencies
0.3.9
- fix filter presets feature that was broken in recent update
- update Fava (not to the latest commit because of incompatibility with fava-dashboards)
- not updating fava-dashboards yet because the new color schemes (of updated echarts?) do not look as good, will need to look into it
- added displayed precision configuration to examples (recent feature of Beancount)
- single click in expenses dashboards now focuses on category, double-click opens transaction journal
0.3.8
- updated Fava to recent version
- handles long journals now
- reverted filtering behaviour to upstream Fava's (see details in beancount/fava#1969), with the recent fixes all dashboards still seem to work
- new plugins in https://github.com/Evernight/beancount-lazy-plugins: balance-extended, currency_convert, expense_merchant_map, updates to filter_map
- New recipe for Shared pools
0.3.7
- updates to fava-portfolio-returns (both already merged and suggested)
- if you note any unexpected behaviour related to these updates, feel free to report here as well
- customized auto_accounts plugin: report auto-opened accounts
- updated expenses heatmap
- minor configuration updates
- updated Docker base image
- Docker build related reorganization / cleanup