From fb041b72c27d8789e2497e2ddeda8ac44b75a8df Mon Sep 17 00:00:00 2001 From: nmfretz Date: Mon, 26 Aug 2024 10:39:40 +1000 Subject: [PATCH 1/2] Update firefly-iii-importer to v1.5.4 --- firefly-iii-importer/docker-compose.yml | 2 +- firefly-iii-importer/umbrel-app.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/firefly-iii-importer/docker-compose.yml b/firefly-iii-importer/docker-compose.yml index df1edabe4a..84629cd6a8 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.5.3@sha256:aeff1252b3fa560d9b1d18cc1040ae0f5ed44b8959b838216fa1d88ca6ed3d93 + image: fireflyiii/data-importer:version-1.5.4@sha256:a52d009eab9f8011bca1c8c479f34a4eb2bb9305029d309c48ecb041412a03e2 restart: on-failure environment: # firefly-iii container: diff --git a/firefly-iii-importer/umbrel-app.yml b/firefly-iii-importer/umbrel-app.yml index 770d3b238b..90e456b85a 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.5.3" +version: "1.5.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. @@ -31,10 +31,10 @@ deterministicPassword: false torOnly: false releaseNotes: >- 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. + - 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 related to 'bad path' error Full release notes can be found at https://github.com/firefly-iii/data-importer/releases From 39c1ac15492c94ba6520a31ceb8fcb766c5d2010 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Tue, 27 Aug 2024 10:30:24 +1000 Subject: [PATCH 2/2] Change release notes --- firefly-iii-importer/umbrel-app.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/firefly-iii-importer/umbrel-app.yml b/firefly-iii-importer/umbrel-app.yml index 90e456b85a..b55dce0cc8 100644 --- a/firefly-iii-importer/umbrel-app.yml +++ b/firefly-iii-importer/umbrel-app.yml @@ -30,11 +30,7 @@ path: "" deterministicPassword: false torOnly: false releaseNotes: >- - 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 related to 'bad path' error + This minor update implements proper rate limiting for GoCardless. Full release notes can be found at https://github.com/firefly-iii/data-importer/releases