diff --git a/firefly-iii/docker-compose.yml b/firefly-iii/docker-compose.yml index 774c6140..e4e96718 100644 --- a/firefly-iii/docker-compose.yml +++ b/firefly-iii/docker-compose.yml @@ -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 @@ -35,4 +35,4 @@ services: MYSQL_DATABASE: "fireflyiii" MYSQL_USER: "fireflyiii" MYSQL_PASSWORD: "moneyprintergobrrr" - MYSQL_ROOT_PASSWORD: "moneyprintergobrrr" + MYSQL_ROOT_PASSWORD: "moneyprintergobrrr" \ No newline at end of file diff --git a/firefly-iii/umbrel-app.yml b/firefly-iii/umbrel-app.yml index b439b62e..4753602e 100644 --- a/firefly-iii/umbrel-app.yml +++ b/firefly-iii/umbrel-app.yml @@ -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 +submission: https://github.com/getumbrel/umbrel-apps/pull/378 \ No newline at end of file