Nathan Fretz
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
9 additions and
10 deletions
-
firefly-iii/docker-compose.yml
-
firefly-iii/umbrel-app.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 |
|
|
|
|
|
@ -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 |
|
|
|