Skip to content

Releases: firefly-iii/data-importer

v1.2.0

12 Mar 10:14
@JC5 JC5
c8f827a
Compare
Choose a tag to compare

Fixed

Changed

  • This release will only work with Firefly III v6.0.3

v1.1.0

11 Mar 16:47
@JC5 JC5
Compare
Choose a tag to compare

Added

  • Warnings when you use bad configuration values.
  • IMPORT_DIR_WHITELIST is now IMPORT_DIR_ALLOWLIST

Changed

  • Improve logging when reporting on possible duplicates.

v1.0.2

26 Jan 18:27
@JC5 JC5
Compare
Choose a tag to compare

Fixed

  • Missing array key breaks Nordigen and Spectre imports.

v1.0.1

25 Jan 18:16
@JC5 JC5
Compare
Choose a tag to compare

Fixed

  • Fixed missing options when importing CSV file.
  • Remove APP_KEY generation since the data importer doesn't use one.

v1.0.0

22 Jan 06:19
@JC5 JC5
Compare
Choose a tag to compare
  • ⚠️ This release requires PHP 8.2.
  • ⚠️ This release may create duplicate transactions. Don't import large batches!

Added

Changed

  • ⚠️ Use Nordigen's internal transaction ID as the transaction ID.
  • Switch to Mastodon in the readme.
  • Fix the link to the PHP docs, thanks @sa7mon!
  • Small fixes to the .env.example file, thanks @axelsimon!

Fixed

  • Issue 6518 Issue with bad account listings
  • Fix bad method call
  • Make sure CSV import values are trimmed (prevents account names like PAYPAL )

0.9.17

23 Oct 13:00
@JC5 JC5
Compare
Choose a tag to compare

⚠️ This release WILL create duplicate transactions. Don't import large batches!

Added

  • Better error handling.

Fixed

0.9.16

11 Sep 05:16
@JC5 JC5
Compare
Choose a tag to compare

Added

  • Ability to recognize 'Charge' as a debit transaction.
  • Expand error messages with URL.
  • Log more errors.

Fixed

  • Issue 6354 Path fix for subdirectory installations.
  • Issue 6377 Switch issue were transaction amounts were reversed (and thus also the types)
  • Issue 6412 Update for command line import.
  • Issue 6419 Time out and SSL check wasn't consistent.

Security

  • Update packages

0.9.15

23 Jul 06:33
@JC5 JC5
Compare
Choose a tag to compare

Fixed

  • Issue 6259 Fixed an issue where deposits would not be given a source account.

0.9.14

20 Jul 15:50
@JC5 JC5
Compare
Choose a tag to compare

Added

  • Fallback to additional information field if description is empty, thanks @martinslota

Fixed

  • Issue 6242 Bad string conversion when dates are empty.
  • Issue 6244 Rename field from 'uri' to 'url'.
  • Fix missing field data check for spectre imports.

0.9.13

18 Jul 15:53
@JC5 JC5
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where the importer would break when importing mapped transactions.