Releases: firefly-iii/data-importer
Releases · firefly-iii/data-importer
0.4.0
Known issues
⚠️ Duplicate detection could be broken, due to changes in the way transactions are handled. Be careful importing large batches.- 💡 Some people have reported running into loops when trying to start importing CSV files. Please open an issue if this happens to you.
Changed
- The importer will search for, and match account numbers as well as IBANs.
- The importer will prefer 'bookDate' over 'valueDate'
Added
- POST import and import via upload is now possible. Several mandatory security measures are listed in
.env.example.
Fixed
- Issue 5397 Could not import into liabilities.
- Issue 23, fixed date range settings, thanks @p-rintz
- Issue 5407 Fix issue with empty accountlists.
0.3.0
Added
- Issue 5342 Can import "external URL" field.
- Will now send report messages over mail if you want.
Fixed
- Remove TODO's from README file.
- Respect date range when importing.
- Nordigen will pre-select country + bank
- Nordigen will recycle requisition
- Mapping works for Spectre + Nordigen
- Better secret management for Nordigen + Spectre
- Issue 5351 Fix URL's
- Fix duplicate detection.
- Fix issue with transfers being imported as deposits.
- New debit indicator thanks to @reeperbahnause
0.2.0
Added
- There is a
/debugpage if you need it. - Auto-import works over the command line.
- Importing works over the command line.
- Full documentation in place.
Changed
- More consistent layout
Fixed
- Issue 5336 Undefined array key "Liabilities
- Issue 5337 Config download fails
- Issue 5338 APISubmitter not found in RoutineManager
- Issue 5339 fails to read CSV delimiter correctly
- Issue 5343 Missing config variable
- Issue 5344 Protocol mismatch
- Issue 5345 Some transactions are said to have the same source and destination
0.1.0
This is the first release of the data importer 🎉 .
It is designed to replace three importers:
- CSV files
- Spectre
- Nordigen
By using a universal code base (the CSV importer will be the base file) I hope to optimize all optimizers and speed up development. This is the first version of the importer. Send me your feedback!