Update changelog.

This commit is contained in:
James Cole 2020-01-17 04:40:44 +01:00
parent 1c458704d6
commit 458bdc5fd4
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [5.0.0 (API 1.0.0)] - 20xx-xx-xx
## [5.0.0 (API 1.0.0)] - 2020-01-xx
*This version has not yet been released.* The latest available version is **5.0.0-beta.1**.
@ -16,6 +16,7 @@ This version represents, if anything, a fresh start in the version numbering sys
- [Issue 2893](https://github.com/firefly-iii/firefly-iii/issues/2893) Add config cache clear command to Docker build.
- [Issue 2667](https://github.com/firefly-iii/firefly-iii/issues/2667) Option to export data from Firefly III
- [Issue 2064](https://github.com/firefly-iii/firefly-iii/issues/2064) Ability to mass-delete tags.
- [Issue 2920](https://github.com/firefly-iii/firefly-iii/issues/2920) [issue 2981](https://github.com/firefly-iii/firefly-iii/issues/2981) Firefly III now generates a nonce used by all inline scripts.
- Can now give accounts a location tag.
- Firefly III now supports redis as cache backend.
- Footer will warn you of alpha and beta versions.
@ -25,6 +26,7 @@ This version represents, if anything, a fresh start in the version numbering sys
- [Issue 2702](https://github.com/firefly-iii/firefly-iii/issues/2702) More details on tags overview
- [Issue 2919](https://github.com/firefly-iii/firefly-iii/issues/2919) Didn't support user's choice not to check for updates.
- Fine tune the Docker container startup times using new environment variables.
- Firefly III's demo site no longer uses Google Analytics to track visitors, but Matomo.
### Deprecated
- Firefly III no longer supports the SFTP storage backend, nor does it support the ability to use both SFTP and local files as storage backends, because the
@ -47,6 +49,10 @@ This version represents, if anything, a fresh start in the version numbering sys
- [Issue 2941](https://github.com/firefly-iii/firefly-iii/issues/2941) Not all notes were decoded correctly.
- [Issue 2945](https://github.com/firefly-iii/firefly-iii/issues/2945) Budget field would be empty when editing transaction.
- [Issue 2950](https://github.com/firefly-iii/firefly-iii/issues/2950) Error in chart (null pointer)
- [Issue 2983](https://github.com/firefly-iii/firefly-iii/issues/2983) Debug info left in bills overview caused some issues.
- [Issue 2980](https://github.com/firefly-iii/firefly-iii/issues/2980) Issues with console export.
- [Issue 2987](https://github.com/firefly-iii/firefly-iii/issues/2987) Issue with creating expense / revenue accounts.
- [Issue 2993](https://github.com/firefly-iii/firefly-iii/issues/2993) Issue with Chinese locale on Heroku
### API
- Various endpoints are better documented.
@ -938,8 +944,6 @@ This version was superseeded by v4.7.5.3 because of a critical bug in the proxy-
### Security
- [Issue 1415](https://github.com/firefly-iii/firefly-iii/issues/1415), will email you when OAuth2 keys are generated.
- [Issue 2920](https://github.com/firefly-iii/firefly-iii/issues/2920) Firefly III now generates a nonce used by all inline scripts.
## [4.7.3.2] - 2018-05-16
### Fixed