Changelog History
Page 1
-
v1.23 Changes
October 15, 2022๐ This release accumulates a couple of minor fixes and changes.
-
v1.22 Changes
July 03, 2022๐ 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. -
v1.21 Changes
February 06, 2022๐ This release of Fava drops support for Python 3.6. It mainly consists of ๐ various small improvements and fixes.
-
v1.20.1 Changes
September 22, 2021๐ Bugfix release to fix loading of translations for the browser-rendered frontend parts.
-
v1.20 Changes
September 19, 2021๐ In this release, the document page now shows counts in the account tree and ๐ allows collapsing of accounts in the tree. Parts of the charts in the future ๐ are now desaturated. This release contains a couple of bug fixes as usual.
-
v1.19 Changes
May 18, 2021๐ The
conversion
andinterval
options have been removed. Their functionality 0๏ธโฃ can be achieved with the newdefault-page
option. The editor components have been completely reworked, include autocompletion in more places and are now based on version 6 of CodeMirror. An optioninvert-income-liabilities-equity
has been added to invert the numbers of those accounts on the income statement ๐ and the balance sheet. This release also adds a Bulgarian translation and ๐ features various smaller improvements and fixes as usual. -
v1.18 Changes
January 16, 2021๐ This release contains couple of small improvements and various bug fixes.
-
v1.17 Changes
November 15, 2020๐ This release adds a document preview to the import page, as well as support ๐ for Python 3.9. It also fixes a couple of bugs.
-
v1.16 Changes
October 18, 2020๐ This release brings area charts as an alternative option to view the various ๐ line charts in Fava and a Catalan translation for Fava. There is also now an option to set the indentation of inserted Beancount entries. As usual this ๐ release also includes various minor fixes and improvements.
-
v1.15 Changes
May 30, 2020๐ This release accumulates various minor fixes and improvements, for example the ๐ setting of filters from payees and metadata in the Journal report.