From df01db1a5148a208150bbaf57611ff2f76538eb9 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 27 Dec 2019 06:51:54 +0100 Subject: [PATCH] Update changelog for next release --- changelog.md | 55 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 33 insertions(+), 22 deletions(-) diff --git a/changelog.md b/changelog.md index aa5d566fde..545e0a93fb 100644 --- a/changelog.md +++ b/changelog.md @@ -4,32 +4,43 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [5.0.0 (API 1.0.0)] - 20xx-xx-xx -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 packages -required are no longer maintained and will not work with Laravel 6.0. +*This version has not yet been released.* The latest available version is **5.0.0-alpha.1**. -### 5.0.0-alpha.1 +This version represents, if anything, a fresh start in the version numbering system so Firefly III will finally follow SemVer, for real this time. -A fresh start in the versioning. - -- #2580 -- #2907 -- #2776 -- #2702 -- #2723 -- #2912 - - -### 4.8.3-alpha.1 -- #2874 -- #2878 -- #2876 +### Added +- #2580 Users can now edit reconciliations. +- #2723 You can now use rules that trigger on account numbers (and IBAN) +- #2895 Another indicator for negative amounts. - Firefly III now supports redis as cache backend. -- Fine tune Docker container startup times using new environment variables. -- #2895 -- #2881 - Footer will warn you of alpha and beta versions. -- #2901 +- #2901 Can select liability accounts when running rules. + +### Changed +- #2776 Some charts now do relative scaling. Useful for large amounts. +- #2702 More details on tags overview +- Fine tune the Docker container startup times using new environment variables. + +### 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 + packages required are no longer maintained and will not work with Laravel 6.0. + +### Removed +- Nothing yet. + +### Fixed +- #2907 Bad date display in recurring transactions. +- #2912 Redirect fix for bills. +- #2874 More redirect issues fixed. +- #2878 Typo in code of budget overview. +- #2876 Trailing zeroes and other issues. +- #2881 An error when only the title of a split transaction was bad. + +### Security +- Nothing yet. + +### API +- Nothing yet. ## [4.8.2 (API 0.10.5)] - 2019-11-29