Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump fava from 1.22.3 to 1.23 #74

Merged
merged 1 commit into from
Oct 17, 2022
Merged

Bump fava from 1.22.3 to 1.23 #74

merged 1 commit into from
Oct 17, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2022

Bumps fava from 1.22.3 to 1.23.

Changelog

Sourced from fava's changelog.

v1.23 (2022-10-15)

This release accumulates a couple of minor fixes and changes.

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

... (truncated)

Commits
  • dfd52bd changes
  • 73036a7 charts: use svelte-component to explicitly add charts
  • b72e61a ledger-data: test Python->JS roundtrip with snapshot
  • 3b58bcd remove unused snapshots
  • d4789f2 fixes for linting with eslint-plugin-svelte
  • 6e5b98a lint with eslint-plugin-svelte
  • 9aead97 ci: update gh actions
  • cff8214 ensure all buttons have type
  • 9b8f6f3 editor: refactor menu into separate components
  • 72c56f9 router: refactor; mark some functions private
  • 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)

Bumps [fava](https://github.com/beancount/fava) from 1.22.3 to 1.23.
- [Release notes](https://github.com/beancount/fava/releases)
- [Changelog](https://github.com/beancount/fava/blob/main/CHANGES)
- [Commits](beancount/fava@v1.22.3...v1.23)

---
updated-dependencies:
- dependency-name: fava
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the chore label Oct 17, 2022
@tarioch tarioch merged commit 797cfaf into master Oct 17, 2022
@tarioch tarioch deleted the dependabot/pip/fava-1.23 branch October 17, 2022 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant