Update firefly iii importer v1.6.1 (#2236)

This commit is contained in:
Alexander L. 2025-02-24 03:34:25 +01:00 committed by GitHub
parent ffebff6e25
commit b8915c9d1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 8 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 8080
importer:
image: fireflyiii/data-importer:version-1.6.0@sha256:6dae0dd6f415d4cbc1a858533fced215aee50fcf69c39645f2b80ef1616db612
image: fireflyiii/data-importer:version-1.6.1@sha256:40e10f996a7bf72285dd6475c49424a02255fb02437904fe2ee6c44bc07e1bfc
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: "1.6.0"
version: "1.6.1"
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,12 +33,7 @@ releaseNotes: >-
⚠️ Some changes in this release may unexpectedly lead to duplicate transactions due to changes in data handling routines.
Key updates in this release:
- Better rate limit reporting for Nordigen
- Improved data caching for faster imports
- Better exit codes
- Support for PHP 8.4
- Allow newlines in description
This release contains bug fixes and improvements.
Full release notes can be found at https://github.com/firefly-iii/data-importer/releases