Skip to content

Commit

Permalink
Update firefly-iii to v6.1.22 (#1778)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Nov 10, 2024
1 parent 0642de2 commit c4ccd8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 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.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
Expand Down
17 changes: 8 additions & 9 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.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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c4ccd8e

Please sign in to comment.