diff --git a/firefly-iii-importer/docker-compose.yml b/firefly-iii-importer/docker-compose.yml index c7e06eca..b5d543ea 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-2.2.2@sha256:7cfbd579a13ebd4d5183bf8d2c7d835262e6f412a4d24db7f3c2ad1db427edbb + image: fireflyiii/data-importer:version-2.2.3@sha256:ab52bf9325466431af8b311e9879f0a271b1b555b34cb0e1115d0d10a4ef9665 restart: on-failure environment: # firefly-iii container: diff --git a/firefly-iii-importer/umbrel-app.yml b/firefly-iii-importer/umbrel-app.yml index 1bf14fbc..b28d43c4 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: "2.2.2" +version: "2.2.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. @@ -33,13 +33,10 @@ releaseNotes: >- ⚠️ Some changes in this release may lead to duplicate transactions due to changes in data handling routines. - This release improves Enable Banking imports and fixes several issues: - - Added support for Enable Banking private key as a raw PEM string - - Fixed Enable Banking continuation key not being used - - Fixed positive transactions in CAMT files failing to import - - Fixed broken auto-import when using an import configuration with no flow key - - Fixed Enable Banking not finding duplicate transactions when changing status - - Fixed SimpleFIN using the wrong field for transaction date + This release fixes various import issues: + - Fixed duplicate transactions not being ignored correctly + - Fixed Enable Banking duplicate detection failing due to session-scoped account IDs + - Clarified support for file-based environment variables in importer configuration Full release notes can be found at https://github.com/firefly-iii/data-importer/releases