beancount-boilerplate-cn icon indicating copy to clipboard operation
beancount-boilerplate-cn copied to clipboard

Bump fava from 1.17 to 1.22.3

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps fava from 1.17 to 1.22.3.

Changelog

Sourced from fava's changelog.

Changelog

v1.22 (2022-07-03)

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.

v1.21 (2022-02-06)

This release of Fava drops support for Python 3.6. It mainly consists of various small improvements and fixes.

v1.20.1 (2021-09-22)

Bugfix release to fix loading of translations for the browser-rendered frontend parts.

v1.20 (2021-09-19)

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 (2021-05-18)

The conversion and interval options have been removed. Their functionality can be achieved with the new default-page option. The editor components have been completely reworked, include autocompletion in more places and are now based on version 6 of CodeMirror. An option invert-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.

... (truncated)

Commits
  • 68bbb6e create tooltip contents in a xss-safe way
  • 6aba5e7 lazily create tooltip and notification div
  • 5e185f5 temporarily disable sourcehut Arch build
  • 793cefa deps
  • ac8b4ea manifest: remove some excludes
  • e0eaf22 [pre-commit.ci] pre-commit autoupdate
  • 545f91c help: add query chart example
  • 25631ce docs: add note that one should use recent deps
  • 6a1a277 editor: indent with tab
  • 472f3f9 deps
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

dependabot[bot] avatar Aug 10 '22 16:08 dependabot[bot]