Releases: firefly-iii/data-importer
Releases · firefly-iii/data-importer
v1.2.0
v1.1.0
v1.0.2
v1.0.1
v1.0.0
⚠️ This release requires PHP 8.2.⚠️ This release may create duplicate transactions. Don't import large batches!
Added
- The data importer has a health checkpoint, thanks @davidschlachter!
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
Added
- Better error handling.
Fixed
- Fix issue 6548
- Fix issue 6525
0.9.16
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
Fixed
- Issue 6259 Fixed an issue where deposits would not be given a source account.
0.9.14
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.