diff --git a/firefly-iii/docker-compose.yml b/firefly-iii/docker-compose.yml index 9292200d..3c2de55c 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.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 diff --git a/firefly-iii/umbrel-app.yml b/firefly-iii/umbrel-app.yml index 66b3aed0..803a4c25 100644 --- a/firefly-iii/umbrel-app.yml +++ b/firefly-iii/umbrel-app.yml @@ -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