Skip to content

Releases: firefly-iii/data-importer

Development release for 2025-01-21

21 Jan 03:15
Compare
Choose a tag to compare
Pre-release

Weekly development release of the Firefly III Data Importer with the latest fixes, translations and features. Docker users can find this release under the develop tag.

This release was created on 2025-01-21 and may contain unexpected bugs. Data loss is rare but is not impossible. The releases are signed, and you can verify them using the Firefly III releases PGP key.

⚠️ Please be careful with this pre-release, as it may not work as expected.

v1.5.7

09 Nov 05:52
Compare
Choose a tag to compare

Added

  • Add debug information for rate limits from GoCardless
  • Pull request 686 (Add DB as Debit indicator) by @akhy

Changed

Fixed

  • Better error catching for rate limits from GoCardless
  • Fix link to documentation
  • Issue 9180 (Data importer - gocardless EUA is expired - print clear message instead of 500 server error) reported by @Ovenlade
  • Issue 9340 (Default transaction import without year to current year) reported by @mokkun
  • Issue 9347 (Importing transaction with huge external id throws error) reported by @diogotcorreia
  • Issue 9345 (data importer - error lines don't match to actual lines in csv) reported by @rel-thanu

Instructions

v1.5.6

14 Sep 04:33
Compare
Choose a tag to compare

Changed

  • Improved GoCardless rate limiting handling

Fixed

  • GoCardless rate limit could report negative time.
  • Documentation links

Instructions

v1.5.5

04 Sep 05:08
Compare
Choose a tag to compare

Changed

  • Better GoCardless rate limiting reporting

Fixed

  • Issue 9194 (data importer via gocardless EU - details of the account is not imported anymore after last two versions) reported by @fate8383

Instructions

v1.5.4

21 Aug 18:18
Compare
Choose a tag to compare

Added

  • Issue 9139 (Implement rate limiting for GoCardless) reported by @JC5

Instructions

v1.5.3

27 Jul 06:15
Compare
Choose a tag to compare

Added

  • Support for another bank's debit indicator, by @0xjams

Fixed

  • Case-sensitive matching on bank debit indicator, by @rajabilal555
  • Discussion 9067 (Unable to automate: Data-importer doesn't remember which accounts spectre accounts map to.) started by @demiGod095
  • Issue 9044 (Minor issue in AutoImport.php - does not catch a 'bad path' error) reported by @Terry-JF

Instructions

v1.5.2

23 Apr 17:27
Compare
Choose a tag to compare

Added

Fixed

Instructions

v1.5.1

17 Apr 16:33
Compare
Choose a tag to compare

⚠️ This release of the data importer has changed installation and upgrade instructions for self-managed servers. Please follow the links and check out the new instructions.

Fixed

  • Issue 8798 (Undefined variable $version) reported by @JC5
  • Fix an issue with default currency selection.

Instructions

v1.5.0

17 Apr 04:49
Compare
Choose a tag to compare

⚠️ This release of the data importer has changed installation and upgrade instructions for self-managed servers. Please follow the links and check out the new instructions.

Added

  • The data importer has a release flow just like Firefly III, dropping generated JS files and other dependencies from the repository.
  • Issue 8665 (API exception if transaction is deleted by rule) reported by @Medformatik
  • Issue 8691 (Import gocardless "merchantCategoryCode") reported by @tboby

Changed

  • Rewrote front-end layout to AlpineJS + Laravel Blade, moving away from Twig + Vue.
  • Some rules in the PR template

Fixed

Instructions

v1.4.5

20 Mar 05:40
@JC5 JC5
Compare
Choose a tag to compare

Added

Changed

Fixed