mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update firefly-iii to v6.2.9 (#2320)
This commit is contained in:
parent
aeaa8a67f0
commit
53b6ce8f21
@ -8,7 +8,7 @@ services:
|
||||
PROXY_AUTH_WHITELIST: "/api/*"
|
||||
|
||||
server:
|
||||
image: fireflyiii/core:version-6.2.7@sha256:dc78dac2d3db78665e17c89f5075602ec8f7c84d10610a7888e633b83334a340
|
||||
image: fireflyiii/core:version-6.2.9@sha256:ac842bc5b7a66f40f9680b27e03f9155907741ce8940bb3a3ceffa99f43b200a
|
||||
# This image runs under the user/group www-data:www-data
|
||||
# user: "1000:1000"
|
||||
restart: on-failure
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||
id: firefly-iii
|
||||
category: finance
|
||||
name: Firefly III
|
||||
version: "6.2.7"
|
||||
version: "6.2.9"
|
||||
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,11 +46,15 @@ deterministicPassword: false
|
||||
torOnly: false
|
||||
releaseNotes: >-
|
||||
This update includes several improvements and fixes:
|
||||
- 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
|
||||
- Fixed an issue where lowering piggy bank amounts when full created double audit log entries
|
||||
- Resolved a problem with retrieving accounts with the same name via API
|
||||
- Fixed user preferences resetting after restart
|
||||
- Corrected API response for transaction journal IDs
|
||||
- Addressed an issue with net worth being ignored in the API
|
||||
- Fixed a reconciliation bug on Docker instances
|
||||
- Resolved currency import issues
|
||||
- Corrected server configuration errors related to missing packages
|
||||
- Fixed an error when creating liability accounts
|
||||
|
||||
|
||||
Full release notes are found at https://github.com/firefly-iii/firefly-iii/releases
|
||||
|
Loading…
Reference in New Issue
Block a user