Update firefly-iii-importer to v1.5.3 (#1251)

This commit is contained in:
Nathan Fretz 2024-07-30 14:27:35 +10:00 committed by GitHub
parent dda273e0f8
commit 1ea3eec4ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 4 deletions

View File

@ -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:

View File

@ -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