Skip to content

Commit

Permalink
Update firefly-iii to v6.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Jul 29, 2024
1 parent eb92283 commit 7fd9edd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions firefly-iii/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -35,4 +35,4 @@ services:
MYSQL_DATABASE: "fireflyiii"
MYSQL_USER: "fireflyiii"
MYSQL_PASSWORD: "moneyprintergobrrr"
MYSQL_ROOT_PASSWORD: "moneyprintergobrrr"
MYSQL_ROOT_PASSWORD: "moneyprintergobrrr"
16 changes: 13 additions & 3 deletions firefly-iii/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -45,6 +45,16 @@ 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 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
submission: https://github.com/getumbrel/umbrel-apps/pull/378

0 comments on commit 7fd9edd

Please sign in to comment.