Update firefly-iii-importer to v2.0.4 (#4435)

This commit is contained in:
Alexander L. 2026-01-12 11:13:13 +01:00 committed by GitHub
parent 07cbff686c
commit 6545bb66da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 3 deletions

View File

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

View File

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