diff --git a/firefly-iii-importer/docker-compose.yml b/firefly-iii-importer/docker-compose.yml index 9139cb0..df1edab 100644 --- a/firefly-iii-importer/docker-compose.yml +++ b/firefly-iii-importer/docker-compose.yml @@ -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: diff --git a/firefly-iii-importer/umbrel-app.yml b/firefly-iii-importer/umbrel-app.yml index d7a7f00..770d3b2 100644 --- a/firefly-iii-importer/umbrel-app.yml +++ b/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.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 \ No newline at end of file