Update firefly-iii to version v6.1.19 (#1250)

This commit is contained in:
Nathan Fretz 2024-07-30 14:13:52 +10:00 committed by GitHub
parent 4b424657a7
commit dda273e0f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 18 additions and 5 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"
server:
image: fireflyiii/core:version-6.1.10@sha256:c268cc2030ce6983f8ed820c9ee4510a0693bc1d9552fec81ed715b0f7fd113c
image: fireflyiii/core:version-6.1.19@sha256:309e0e5de9c777a45c7028807f25a5587d3f7607cde823258b0d7152bda353ce
# 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
id: firefly-iii
category: finance
name: Firefly III
version: "6.1.10"
version: "6.1.19"
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.
@ -45,6 +45,19 @@ path: ""
deterministicPassword: false
torOnly: false
releaseNotes: >-
This release updates Firefly III from version 6.1.6 to 6.1.10. Full release notes can be found here: https://github.com/firefly-iii/firefly-iii/releases
🚨 This update includes fixes for a security issue. Please update as soon as possible. Specific details can be found at https://github.com/firefly-iii/firefly-iii/security/advisories/GHSA-4gm4-c4mh-4p7w
This update includes several bug fixes and improvements:
- Fixed issues with split recurring transaction titles.
- Resolved error during Docker container startup.
- Improved search functionality for internal references.
- Corrected amount calculation in reconciliation for bank accounts.
- Fixed expected withdrawals for daily recurring transactions.
- Calendar now shows green fields for recurring transactions.
- Improved currency exchange rate downloader.
Full release notes are found at https://github.com/firefly-iii/firefly-iii/releases.
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/pull/378