Fava v0.2.6 Release Notes

Release Date: 2016-03-20 // about 8 years ago
  • โž• Additions

    • There are now more interval options available for charts and the account balances report. The interval can be selected from a dropdown next to the charts. :bug:175
    • ๐Ÿ“‡ Show metadata for postings in the Journal. Thanks to :user:corani. :bug:185
    • ๐Ÿ’… The editor now supports org-mode style folding. Thanks to :user:corani. :bug:209
    • ๐Ÿ‘‰ Show colored dots for all the postings of a transaction in the Journal report. This way flagged postings can be quickly spotted. :bug:195
    • โž• Add keyboard shortcuts for save to source editor. :bug:199

    ๐Ÿ”„ Changes

    • ๐Ÿ‘‰ Use beancount's DisplayContext to determine the correct precision at which to render numbers. :bug:188
    • ๐Ÿ‘Œ Improve the way that query results are serialized to XLS etc. Thanks to :user:corani. :bug:168
    • ๐Ÿ‘‰ Show inverse rates for pairs of operating currencies on the commodities report. :bug:139
    • ๐Ÿ‘‰ Use Click for the CLI and check if beancount file exists on startup. :bug:216
    • ๐Ÿ‘€ Hide closed accounts in tree tables. Also see new configuration option below.

    ๐Ÿ†• New configuration options

    • editor-strip-trailing-whitespace to enable trimming of trailing whitespace in the Source editor (default: "false"). Thanks to :user:corani. :bug:163
    • show-closed-accounts to show closed accounts in tree tables, for example on the balance sheet (default: "false"). :bug:91
    • show-accounts-with-zero-balance to show accounts with a balance of zero in tree tables (default: "true"). :bug:91
    • show-accounts-with-zero-transactions to show accounts with no transactions in tree tables (default: "true"). :bug:91

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixed a bug where the months would be off by one for the interval reports. :bug:182
    • ๐Ÿ›  Fix the net worth report for more than one currency. :bug:207
    • Some improvements to the help pages.
    • ๐Ÿ›  Many small bug fixes.