Browse Source

Update firefly-iii-importer to version v1.5.4 (#1382)

main
Nathan Fretz 5 months ago
committed by GitHub
parent
commit
bbfe525939
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      firefly-iii-importer/docker-compose.yml
  2. 8
      firefly-iii-importer/umbrel-app.yml

2
firefly-iii-importer/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 8080
importer:
image: fireflyiii/data-importer:version-1.5.3@sha256:aeff1252b3fa560d9b1d18cc1040ae0f5ed44b8959b838216fa1d88ca6ed3d93
image: fireflyiii/data-importer:version-1.5.4@sha256:a52d009eab9f8011bca1c8c479f34a4eb2bb9305029d309c48ecb041412a03e2
restart: on-failure
environment:
# firefly-iii container:

8
firefly-iii-importer/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: firefly-iii-importer
category: finance
name: Firefly III Importer
version: "1.5.3"
version: "1.5.4"
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,11 +30,7 @@ path: ""
deterministicPassword: false
torOnly: false
releaseNotes: >-
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.
This minor update implements proper rate limiting for GoCardless.
Full release notes can be found at https://github.com/firefly-iii/data-importer/releases

Loading…
Cancel
Save