Update firefly-iii to v6.2.9 (#2320)

This commit is contained in:
Alexander L. 2025-03-13 01:35:33 +01:00 committed by GitHub
parent aeaa8a67f0
commit 53b6ce8f21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 7 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"
server:
image: fireflyiii/core:version-6.2.7@sha256:dc78dac2d3db78665e17c89f5075602ec8f7c84d10610a7888e633b83334a340
image: fireflyiii/core:version-6.2.9@sha256:ac842bc5b7a66f40f9680b27e03f9155907741ce8940bb3a3ceffa99f43b200a
# This image runs under the user/group www-data:www-data
# user: "1000:1000"
restart: on-failure

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: firefly-iii
category: finance
name: Firefly III
version: "6.2.7"
version: "6.2.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.
@ -46,11 +46,15 @@ deterministicPassword: false
torOnly: false
releaseNotes: >-
This update includes several improvements and fixes:
- Failed to create transaction in recurring transactions
- Net worth on dashboard does not go up to the end of month for the current month
- Failed to export accounts data
- Optimised Account and Transaction API endpoints, should be a lot faster
- Optimized account deletion, should be a lot faster
- Fixed an issue where lowering piggy bank amounts when full created double audit log entries
- Resolved a problem with retrieving accounts with the same name via API
- Fixed user preferences resetting after restart
- Corrected API response for transaction journal IDs
- Addressed an issue with net worth being ignored in the API
- Fixed a reconciliation bug on Docker instances
- Resolved currency import issues
- Corrected server configuration errors related to missing packages
- Fixed an error when creating liability accounts
Full release notes are found at https://github.com/firefly-iii/firefly-iii/releases