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.24.4 to 1.25 #99

Merged
merged 1 commit into from
Jul 18, 2023
Merged

Bump fava from 1.24.4 to 1.25 #99

merged 1 commit into from
Jul 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2023

Bumps fava from 1.24.4 to 1.25.

Changelog

Sourced from fava's changelog.

v1.25 (2023-07-17)

With this release, extensions can now ship Javascript code to run in the frontend. The editor in Fava now uses a tree-sitter grammar to obtain a full parsed syntax tree, which makes editor functionality more maintainable and should improve the autocompletion. The Flask WSGI app is now created using the application factory pattern - users who use the Fava WSGI app directly should switch from fava.application.app to the create_app function in fava.application. This release also drops support for Python 3.7 and contains a couple of minor fixes and changes, in particular various styling fixes.

v1.24 (2023-02-21)

With this release, the rendering of some report like the documents report has been moved completely to the frontend, which should be slightly more perfomant and easier to maintain. This release also contains a couple of minor fixes and changes.

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)

... (truncated)

Commits

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.24.4 to 1.25.
- [Changelog](https://github.com/beancount/fava/blob/main/CHANGES)
- [Commits](beancount/fava@v1.24.4...v1.25)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the chore label Jul 18, 2023
@tarioch tarioch merged commit 213d871 into master Jul 18, 2023
@tarioch tarioch deleted the dependabot/pip/fava-1.25 branch July 18, 2023 04:37
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