Update firefly iii v6.2.7 (#2235)

This commit is contained in:
Alexander L. 2025-02-24 03:24:07 +01:00 committed by GitHub
parent 847f9edfbc
commit ffebff6e25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 8 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"
server:
image: fireflyiii/core:version-6.2.6@sha256:adf01cd5fe3c6736c644907210df74632f3dd689eec79a56d39237084413b304
image: fireflyiii/core:version-6.2.7@sha256:dc78dac2d3db78665e17c89f5075602ec8f7c84d10610a7888e633b83334a340
# 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.6"
version: "6.2.7"
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,12 +46,11 @@ deterministicPassword: false
torOnly: false
releaseNotes: >-
This update includes several improvements and fixes:
- Fixed account balance calculation issues
- Improved chart and graph display accuracy
- Fixed exchange rate loading issues
- Corrected reconciliation period transaction handling
- Improved handling of foreign currency amounts in budgets
- Fixed various account balance display issues
- 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
Full release notes are found at https://github.com/firefly-iii/firefly-iii/releases