Fava v1.22 Release Notes

Release Date: 2022-07-03 // almost 2 years ago
  • ๐Ÿš€ This release brings stacked bar charts, which are a great way to visualise income broken down per account per month for example. The inferred display precision for currencies is now also used in the frontend and can be ๐Ÿ“‡ overwritten with commodity metadata.

    The journal-show, journal-show-document, and journal-show-transaction ๐Ÿšš fava-options have been removed. The types of entries that to show in the journal ๐Ÿ’ป are now automatically stored in the browser of the user (in localStorage).

    ๐Ÿš€ As usual, this release also includes a couple of bug fixes and minor ๐Ÿ‘Œ improvements. To avoid some race conditions and improve perfomance, the per-file Ledger class is not filtered anymore in-place but rather the filtered data is generated per request - some extensions might have to adjust for this and use g.filtered instead of ledger for some attributes.