All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Fixed error message about "root directory" because the CSV importer submitted an empty string.
- CSV importer requires the latest version of Firefly III.
- The import tag now has a date as well.
⚠️ issue 3346 If your file has them, you can import the timestamp with the transaction.- You can store your import configurations under
storage/configurations
for easy access during the import. - The UI would not respect specifics in your JSON config.
- If the API response was bad, the importer would crash. No longer.
- Issue 3345 Would ignore the delimiter in some cases.
⚠️ Reimplement the search for IBANs and names. This makes it easier to import using incomplete data. This changes the importer's behavior.- CSV import can add a tag to your import.
- Issue 3290 Issues with refunds from credit cards.
- Issue 3299 Issue with bcmod.
- Merge fix for mail config.
- Catch JSON errors, so the importer handles invalid UTF8 data properly.
- You can now navigate back and forth between steps.
- You can configure the importer to send email reports. Checkout
.env.example
.
⚠️ When the destination of a withdrawal is empty, or the source of a deposit is empty, the CSV importer will substitute these values with(no name)
as it used to do when the CSV importer was part of Firefly III itself.
- Issue 3268 Issue with asset management.
- Issue 3271 Bad handing of debit/credit columns.
- Issue 3279 Issue handling JSON.
- Issue 3266 Import loop due to bad bccomp call.
- Some code cleanup.
- Fix issue with account selection.
- Fix issue with amounts.
- Add ability to handle
TRUSTED_PROXIES
environment variable.
- Issue 3253 Could not map values if the delimiter wasn't a comma.
- Issue 3254 Better handling of strings.
- Issue 3258 Better handling of existing accounts.
- Better error handling (500 errors will not make the importer loop).
- Fixed handling of specifics, thanks to @FelikZ
- Call to
convertBoolean
with bad parameters. - Catch exception where Firefly III returns the wrong account.
- Update minimum version for Firefly III to 5.2.0.
This release was preceded by several alpha and beta versions:
- 1.0.0-alpha.1 on 2019-10-31
- 1.0.0-alpha.2 on 2020-01-03
- 1.0.0-alpha.3 on 2020-01-11
- 1.0.0-beta.1 on 2020-02-23
- 1.0.0-beta.2 on 2020-03-13
- 1.0.0-beta.3 on 2020-04-08
- Initial release.
- Initial release.
- Initial release.
- Initial release.
- Initial release.
- Initial release.