diff --git a/firefly-iii/docker-compose.yml b/firefly-iii/docker-compose.yml index 8ab6f593..de355570 100644 --- a/firefly-iii/docker-compose.yml +++ b/firefly-iii/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_WHITELIST: "/api/*" server: - image: fireflyiii/core:version-6.4.8@sha256:03d14b0853e76c31ce7f7c7aa3994e716fb833136b3fd3656444f514c67cbe41 + image: fireflyiii/core:version-6.4.9@sha256:5252c462d3c1ed337dc87482c95bc62c25153d2a71ab87aed1c7e67e4a85d850 # This image runs under the user/group www-data:www-data # user: "1000:1000" restart: on-failure diff --git a/firefly-iii/umbrel-app.yml b/firefly-iii/umbrel-app.yml index 76977e06..c4823fd4 100644 --- a/firefly-iii/umbrel-app.yml +++ b/firefly-iii/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: firefly-iii category: finance name: Firefly III -version: "6.4.8" +version: "6.4.9" tagline: Your personal finance manager description: >- Firefly III is a manager for your personal finances. It is self-hosted and open source. This means that it's free, it has no ads and no tracking. @@ -48,18 +48,13 @@ deterministicPassword: false torOnly: false releaseNotes: >- Key improvements in this release: - - Fixed autocomplete failing when requested account type list includes hidden account types - - - Previous release highlights: - - Fixed redacted amounts misbehaving with reports - - Fixed optional transaction information field not being saved when updating recurring transactions - - Fixed internal server errors when applying rules - - Fixed exceptions when editing recurring transactions - - Fixed new transaction showing additional option in input - - Added support for Saudi Riyal currency - - Fixed initial balance being auto-suggested as an account - - Fixed start and end balance getting blanked out during reconciliation + - Fixed issues with optional transaction information not saving for recurring transactions + - Resolved problems with tags being added to unremovable elements + - Corrected webhooks triggering twice for recurring transactions created by cronjobs + - Addressed internal server errors when deleting budgets + - Fixed piggy bank creation form not respecting primary currency + - Resolved incorrect balance display issues + - Improved consistency in the exchange rates API Full release notes are found at https://github.com/firefly-iii/firefly-iii/releases