Update firefly-iii to v6.4.2 (#3739)

This commit is contained in:
Alexander L. 2025-10-08 09:27:57 +02:00 committed by GitHub
parent 4eeabb5724
commit 1ea442aa23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 14 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"
server:
image: fireflyiii/core:version-6.4.0@sha256:4ec511c1792290421d8d0803c604d2d2a487b7d0b334547d32cfa23097d9e455
image: fireflyiii/core:version-6.4.2@sha256:730b9cd720af4f6c67140354bcc571d189281cf46dac3d917d2c238a92244c7d
# 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.4.0"
version: "6.4.2"
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,21 +46,22 @@ deterministicPassword: false
torOnly: false
releaseNotes: >-
Key improvements in this release:
- Fixed issues with viewing accounts and subscriptions
- Resolved problems with API endpoints for accounts and currencies
- Corrected balance calculations and date handling in various API responses
- Improved handling of timezone-related errors
- Fixed issues with piggy bank events and webhook messages
Previous release highlights:
- Added support for asset prices and exchange rates
- Introduced new webhook triggers for expanded automation capabilities
- Fixed issues with recurring transactions, including errors and forgotten settings
- Resolved problems with budget limits and calculations
- Corrected currency conversion issues when cloning or editing transactions
- Fixed display problems for deposits in transaction details
- Addressed errors when viewing or editing piggy banks
- Improved search functionality for applying rules to transactions
- Fixed issues with tag assignments causing transaction viewing errors
- Fixed issues with recurring transactions and budget calculations
- Improved currency conversion and transaction editing
- Enhanced search functionality and tag assignments
- Added support for WebP format in attachments
- Resolved Discord notification sending failures
- Fixed a bug where transactions would disappear after deleting attachments
- Corrected missing initial balance information in exported CSV files
- Improved API responses and fixed various API-related issues
- Enhanced chart data for categories in API responses
- Resolved notification sending failures
- Improved API responses and chart data
Full release notes are found at https://github.com/firefly-iii/firefly-iii/releases