mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update firefly-iii-importer to v1.5.7 (#1779)
This commit is contained in:
parent
c4ccd8e049
commit
a9af4193f1
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: 8080
|
||||
|
||||
importer:
|
||||
image: fireflyiii/data-importer:version-1.5.6@sha256:977de00040bed21546733ad15cd51da116b15d4085906288daf1e7d247fc270f
|
||||
image: fireflyiii/data-importer:version-1.5.7@sha256:e63b5b6c24bef446185fe46bdc740a2b07219accdb65e8ec17234aa32708a34b
|
||||
restart: on-failure
|
||||
environment:
|
||||
# firefly-iii container:
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||
id: firefly-iii-importer
|
||||
category: finance
|
||||
name: Firefly III Importer
|
||||
version: "1.5.6"
|
||||
version: "1.5.7"
|
||||
tagline: Import your transactions into Firefly III
|
||||
description: >-
|
||||
Firefly III is a manager for your personal finances. The data importer is built to help you import transactions into Firefly III. It is separated from Firefly III for security and maintenance reasons.
|
||||
@ -30,7 +30,13 @@ path: ""
|
||||
deterministicPassword: false
|
||||
torOnly: false
|
||||
releaseNotes: >-
|
||||
This update includes improvements to GoCardless rate limiting handling and reporting.
|
||||
This update includes several improvements and fixes:
|
||||
- Better handling and error catching for GoCardless rate limits
|
||||
- Added support for DB as Debit indicator
|
||||
- Improved handling when no transactions are found
|
||||
- Fixed issues with transaction imports and CSV line matching
|
||||
- Better error messages for expired GoCardless EUA
|
||||
- Default transaction imports without year now use current year
|
||||
|
||||
|
||||
Full release notes can be found at https://github.com/firefly-iii/data-importer/releases
|
||||
|
Loading…
Reference in New Issue
Block a user