mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update firefly-iii-importer to v1.5.3 (#1251)
This commit is contained in:
parent
dda273e0f8
commit
1ea3eec4ec
|
@ -7,7 +7,7 @@ services:
|
|||
APP_PORT: 8080
|
||||
|
||||
importer:
|
||||
image: fireflyiii/data-importer:version-1.4.4@sha256:c51bcb460134adac96d2e3086794e28616f1583bd4599219e3a818e50243cf0d
|
||||
image: fireflyiii/data-importer:version-1.5.3@sha256:aeff1252b3fa560d9b1d18cc1040ae0f5ed44b8959b838216fa1d88ca6ed3d93
|
||||
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.4.4"
|
||||
version: "1.5.3"
|
||||
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,9 +30,13 @@ path: ""
|
|||
deterministicPassword: false
|
||||
torOnly: false
|
||||
releaseNotes: >-
|
||||
⚠️ Some changes in this release may unexpectedly lead to duplicate transactions.
|
||||
This update includes several bug fixes and improvements:
|
||||
- Support for another bank's debit indicator.
|
||||
- Fixed case-sensitive matching on bank debit indicator.
|
||||
- Improved handling of account mapping for automated imports.
|
||||
- Fixed minor issue in AutoImport.php related to 'bad path' error.
|
||||
|
||||
|
||||
Full release notes can be found at https://github.com/firefly-iii/data-importer/releases
|
||||
submitter: Umbrel
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/948
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/948
|
Loading…
Reference in New Issue
Block a user