Releases: firefly-iii/data-importer
Releases · firefly-iii/data-importer
0.8.0
⚠️ Using Nordigen? This release WILL create duplicate transactions. Don't import large batches.
Added
- Collect more Nordigen information for future debug.
- Collect IBAN from secondary source if possible.
- Add value date as "payment date" whenever possible.
Fixed
- Issue 5590 500 error when attempting to add bank account from Nordigen
- Issue 5650 Better error catching for timeouts
- Issue 5700 Missing route for Nordigen (experimental fix)
- Clean up some logging.
- Better check on session states
- Better check on messages to report
- Will not email if not configured to
0.7.0
⚠️ Using Nordigen? This release WILL create duplicate transactions. Don't import large batches.
A special thanks to the excellent folks over at @nordigen for some quick debugging and fixing.
Added
- A special 500 page so you can see what's happening.
- Nordigen will now import transaction details in notes.
- If you have no Firefly III accounts, the importer will warn you.
- Extra account details debug information.
Fixed
- A missing method broke navigation.
- Sometimes session details would get lost in translation.
0.6.5
0.6.4
0.6.3
Fixed
- Nordigen reports the
ownerAddressUnstructuredboth as string and array, thanks @dawid-czarnecki - Issue 5507
ownerAddressUnstructuredfield is of the wrong data type. - Version 0.6.1 also reports as 0.6.0.
0.6.2
Fixed
- Issue 5507
ownerAddressUnstructuredfield is of the wrong data type. - Version 0.6.1 also reports as 0.6.0.
0.6.1
⚠️ 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.
Added
- The Spectre import checks more fields for payee information, thanks @ddelbondio!
Changed
- The importer can stop warning you about duplicate transactions, making for a cleaner import. Check out
.env.example. - If there is nothing to report, there will be no email message.
- The import tag will not be created until the first transaction is successfully imported.
- The configuration file export will mention the data importer version.
Fixed
- Various issues where people would end up in a redirect loop.
- In some cases, the "mapping" feature was hidden.
- The debug page could add newlines, breaking the table.
- The autoupload endpoint would require CSV files, even when using Nordigen or Spectre.
- Issue 5502 Sloppy copy/paste bug leads to confusion between the base URL and the vanity URL.
- Missing continue statement in transaction processor
0.6.0
⚠️ 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.
Added
- The Spectre import checks more fields for payee information, thanks @ddelbondio!
Changed
- The importer can stop warning you about duplicate transactions, making for a cleaner import. Check out
.env.example. - If there is nothing to report, there will be no email message.
- The import tag will not be created until the first transaction is successfully imported.
- The configuration file export will mention the data importer version.
Fixed
- Various issues where people would end up in a redirect loop.
- In some cases, the "mapping" feature was hidden.
- The debug page could add newlines, breaking the table.
- The autoupload endpoint would require CSV files, even when using Nordigen or Spectre.
- Issue 5502 Sloppy copy/paste bug leads to confusion between the base URL and the vanity URL.
0.5.0
⚠️ 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.
Added
- Code to support the cloud installation.
- Proper page for maintenance mode.
Changed
- Issue 5453 Different text for button
- Importer will complain about bad environment variables.
- Only create the import tag when necessary.
Fixed
- Issue 5354 Fix edge case when importing CSV files.
- Issue 5440 Can now handle amounts formatted
0,xxxxx - Issue 5452 Bad vanity URL in reports
- Issue 5459 Fix issue when skipping configuration page.
- Filter spaces from IBANs
0.4.1
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. - Dark mode. Responds to your browser or OS.
Fixed
- Issue 5397 Could not import into liabilities.
- Issue 23, fixed date range settings, thanks @p-rintz
- Issue 5407 Fix issue with empty accountlists.
- Issue 5416 Mismatch in function name breaks Nordigen.