From c4ccd8e049995829d7066b110a66a1b1547e0fa0 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Sun, 10 Nov 2024 21:15:10 +1000 Subject: [PATCH] Update firefly-iii to v6.1.22 (#1778) --- firefly-iii/docker-compose.yml | 2 +- firefly-iii/umbrel-app.yml | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/firefly-iii/docker-compose.yml b/firefly-iii/docker-compose.yml index bdb953e642..34786b1ffb 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.21@sha256:da3d4042c887ca4abfe69ea2858dcd41d2da62f98bb91345def53b08361d0f34 + image: fireflyiii/core:version-6.1.22@sha256:44f67ba091816c3a714224a4790439b63e0bf0829e23ce7d24361ec10bfc5365 # 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 096cd286b4..b689768339 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.21" +version: "6.1.22" 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,14 +46,13 @@ deterministicPassword: false torOnly: false releaseNotes: >- This update includes several improvements and bug fixes: - - Added an expression engine for advanced rule creation - - Improved running balance data for future layout enhancements - - Fixed issues with bill next expected match updates - - Corrected default currency application to accounts - - Resolved dashboard 'Today' option selecting incorrect date - - Fixed webhook index page display issues - - Improved performance when editing transactions - - Corrected balance calculation issues from previous update + - Added timezone data storage improvements + - Fixed issues with inactive account accessibility + - Improved bill date handling and updates + - Enhanced recurring transaction functionality + - Fixed various transaction display and calculation issues + - Improved budget reporting and printing features + - Enhanced API functionality and version handling Full release notes are found at https://github.com/firefly-iii/firefly-iii/releases