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/*" PROXY_AUTH_WHITELIST: "/api/*"
server: 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 # This image runs under the user/group www-data:www-data
# user: "1000:1000" # user: "1000:1000"
restart: on-failure restart: on-failure

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: firefly-iii id: firefly-iii
category: finance category: finance
name: Firefly III name: Firefly III
version: "6.2.7" version: "6.2.9"
tagline: Your personal finance manager tagline: Your personal finance manager
description: >- 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. 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 torOnly: false
releaseNotes: >- releaseNotes: >-
This update includes several improvements and fixes: This update includes several improvements and fixes:
- Failed to create transaction in recurring transactions - Fixed an issue where lowering piggy bank amounts when full created double audit log entries
- Net worth on dashboard does not go up to the end of month for the current month - Resolved a problem with retrieving accounts with the same name via API
- Failed to export accounts data - Fixed user preferences resetting after restart
- Optimised Account and Transaction API endpoints, should be a lot faster - Corrected API response for transaction journal IDs
- Optimized account deletion, should be a lot faster - 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 Full release notes are found at https://github.com/firefly-iii/firefly-iii/releases