Skip to content

Releases: firefly-iii/data-importer

v1.3.5

22 Aug 04:24
@JC5 JC5
Compare
Choose a tag to compare

Fixed

  • Error in CSV import would break imports for many users, thanks for reporting!
  • Many null pointers removed from CAMT.053 import.

v1.3.4

20 Aug 04:46
@JC5 JC5
Compare
Choose a tag to compare

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

Added

  • Unmapped fields are now sorted at the top for CSV files.
  • Spectre import will include IBAN and name, not just "name or IBAN".

Fixed

  • Notes are properly trimmed for import
  • Account search will report on its results in the logs
  • Fixed several camt.053 unstructured data import issues.
  • Issue 7816 Importer would break when there was no currency information in a camt file.

v1.3.3

16 Jul 04:24
@JC5 JC5
Compare
Choose a tag to compare

Added

  • Better error handling for CAMT files.

Changed

  • New way of saving user info, should make it easier to change variables without running into old values.

Fixed

  • Issue 7729 Make sure account type detection can't be overruled by later attempts.
  • Issue 7747 Nullpointer in CAMT import
  • Formatting issue in debug log message broke the CAMT import

v1.3.2

15 Jul 16:56
@JC5 JC5
4b285c3
Compare
Choose a tag to compare

Added

  • Better error handling for CAMT files.

Changed

  • New way of saving user info, should make it easier to change variables without running into old values.

Fixed

  • Issue 7729 Make sure account type detection can't be overruled by later attempts.
  • Issue 7747 Nullpointer in CAMT import

v1.3.1

27 Jun 12:44
@JC5 JC5
Compare
Choose a tag to compare

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

Changed

  • This version of the data importer requires Firefly III v6.0.16 or higher.

Fixed

  • Many small and large fixes in the new CAMT.053 import routine. Thanks again, @beatbesmer and bug testers!
  • Issue 7643 Bad redirect when trying to import using a config file.

v1.3.0

04 Jun 17:38
@JC5 JC5
Compare
Choose a tag to compare
  • ⚠️ This release may create duplicate transactions. Don't import large batches!

CAMT.053 support

GitHub user @beatbesmer has been working hard to make the data importer support CAMT.053 files. You can now upload
these files like you would a CSV file and have them imported into Firefly III. Although this new feature has been
thorougly tested by Beat and myself, CAMT.053's XML standards are a very loose standard so expect bugs, issues and
crashes. We welcome your feedback in the form of bug reports

Added

  • Issue 6108 You can customize the import tag used by the data importer

Fixed

  • Issue 5996 Cannot send email using self-signed certificates
  • Issue 7512 Broken links in app and documentation
  • Issue 7264 Data Importer crashes when mail server auth fails

v1.2.2

18 Mar 13:54
@JC5 JC5
Compare
Choose a tag to compare
  • ⚠️ This release may create duplicate transactions. Don't import large batches!

Changed

  • Drop accuracy to 12 decimals. This fixes a lot of rounding issues.

Fixed

  • Issue 7225 Fix email error when no vanity url is set

v1.2.1

12 Mar 17:14
@JC5 JC5
f6c0ffe
Compare
Choose a tag to compare

Fixed

  • Issue 7214 Previous issue with account currency matching needed a Data Importer fix as well.

Changed

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

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.