All Versions
30
Latest Version
Avg Release Cycle
94 days
Latest Release
608 days ago

Changelog History
Page 2

  • v1.14 Changes

    February 16, 2020

    🛠 This is mainly a bugfix release to fix compatibility with one of the main 0️⃣ dependencies (werkzeug). Also, a default-conversion option was added, which 👍 allows setting a default conversion.

  • v1.13 Changes

    February 01, 2020

    Fava can now display charts for BQL queries - if they have exactly two columns with the first being a date or string and the second an inventory, then a line chart or treemap chart is shown on the query page.

  • v1.12 Changes

    December 03, 2019

    🚀 Apart from plenty of bug fixes, this release mainly contains improvements to the forms to add transactions: postings can now be dragged and the full cost 👍 syntax of Beancount should supported.

  • v1.11 Changes

    August 20, 2019

    👍 The import page of Fava has been reworked - it now supports moving files to the documents folder and the import process should be a bit more interactive. This 🚀 release also contains various fixes and a new collapse-pattern option to collapse accounts in account trees based on regular expressions (and replaces 📇 the use of the fava-collapse-account metadata entry).

    Other changes:

    • 💻 Command line flags can be specified by setting environment variables.
    • 🌐 A Taiwanese translation has been added.
  • v1.10 Changes

    January 31, 2019

    🚀 This release contains mostly smaller changes and fixes. In particular, the net worth chart will now follow the selected conversion.

  • v1.9 Changes

    October 08, 2018

    🚀 In this release, the click behaviour has been updated to allow filtering for payees. The entry input forms now allow inputting prices and costs. As 🛠 always, bugs have been fixed.

  • v1.8 Changes

    July 25, 2018

    ⚡️ The journal design has been updated and should now have a clearer structure. 🚀 Starting with this version, there will not be any more GUI releases of Fava. 🚧 The GUI broke frequently and does not seem to worth the maintenance burden.

    Other changes:

    • When downloading documents, the original filename will be used.
    • any() and all() functions have been added to the filter syntax to allow filtering entries by properties of their postings.
    • 🛠 As always, bugs have been fixed.
  • v1.7 Changes

    March 09, 2018

    🚀 The entry filters have been reworked in this release and should now support for 👀 more flexible filtering of the entries. See the help page on how the new syntax works. Also, when completing the payee in the transaction form, the postings of the last transaction for this payee will be auto-filled.

    Other changes:

    • 🚚 The fava-option to hide the charts has been removed. This is now tracked in the page URL.
    • 🛠 As always, bugs have been fixed.
  • v1.6 Changes

    October 06, 2017

    🚀 This is a release with various small changes and mainly some speed 👌 improvements to the Balance Sheet and the net worth calculation. Also, if 'At Value' is selected, the current unrealized gain is shown in parentheses in the Balance Sheet.

    Other changes:

    • The currently filtered entries can now be exported from the Journal page.
    • The CLI now has a --version flag.
  • v1.5 Changes

    July 23, 2017

    Fava now has an interface to edit single entries. Clicking on the entry date in the Journal will open an overlay that shows the entry context and allows editing just the lines of that entry.

    Other changes:

    • The source editor now has a menu that gives access to editor commands like "fold all".
    • Entries with matching tags or links can now be excluded with -#tag.
    • The keyboard shortcuts are now displayed in-place.
    • 🚚 The incognito option has been removed and replaced with a --incognito command line switch.
    • 🛠 As always, several bugs have been fixed.