diff --git a/firefly-iii-importer/docker-compose.yml b/firefly-iii-importer/docker-compose.yml index 95d732b3..eb8f8cb9 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.0.2@sha256:99dcb3699af319707e3d31b681c4692d68161efe5917310241f6d58bf3f28dc9 + image: fireflyiii/data-importer:version-2.0.4@sha256:a594248f2e1a561187b9b96462ef9769bfb1f980e3b9d278ca6fa74f7f457654 restart: on-failure environment: # firefly-iii container: diff --git a/firefly-iii-importer/umbrel-app.yml b/firefly-iii-importer/umbrel-app.yml index fe61b50b..79ea0bb1 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.0.2" +version: "2.0.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. @@ -33,8 +33,13 @@ releaseNotes: >- ⚠️ This release introduces many new things, so there may be bugs. Some changes may also unexpectedly lead to duplicate transactions due to changes in data handling routines. - This release fixes some issues left in v2.0.0 and a regression bug introduced in v2.0.1: + This release includes fixes for issues from previous versions: - Fixed data importer looping from Convert to Map to Convert when importing from external providers + - Fixed importer not skipping mapping and failing to find accounts when using SimpleFIN + - Fixed importer failing with expired GoCardless requisition + - Fixed initial SimpleFIN import failing during data conversion + - Fixed importer redirecting without starting job when "skip configuration" is enabled + - Fixed config key inconsistency in MapController Full release notes can be found at https://github.com/firefly-iii/data-importer/releases