Fava v1.23 Release Notes
Release Date: 2022-10-15 // over 2 years ago-
๐ This release accumulates a couple of minor fixes and changes.
Previous changes from v1.22
-
๐ 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
, andjournal-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 ofledger
for some attributes.