Skip to content

Releases: Evernight/lazy-beancount

0.4.1

06 Mar 20:58

Choose a tag to compare

  • 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

21 Feb 14:28

Choose a tag to compare

  • 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

17 Feb 13:54

Choose a tag to compare

  • 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

19 Jan 14:09

Choose a tag to compare

0.3.11

09 Jan 22:14

Choose a tag to compare

0.3.10

09 Dec 23:34

Choose a tag to compare

  • 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

03 Dec 00:05

Choose a tag to compare

  • 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

10 Oct 14:53

Choose a tag to compare

0.3.7

02 Sep 14:13

Choose a tag to compare

  • 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

0.3.6

23 Jul 17:17

Choose a tag to compare

  • updated dependencies libraries
  • dark mode is supported by upstream Fava now