diff --git a/changelog.md b/changelog.md index be45dacdcb..f255e16995 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,41 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## 5.7.15 - 2022-05-25 +## 5.7.16 - 2022-12-25 + +### Added +- You can now search for SEPA CT, thanks @dasJ! + +### Changed +- Links go to [Mastodon](https://fosstodon.org/@ff3), not Twitter. +- Most if not all remaining float values removed. None were used in financial math. +- Expand Laravel Passport settings. + +### Deprecated +- Initial release. + +### Removed +- Initial release. + +### Fixed +- [Issue 6597](https://github.com/firefly-iii/firefly-iii/issues/6597) Edit existing split transaction's source did not work properly. +- [Issue 6610](https://github.com/firefly-iii/firefly-iii/issues/6610) Fix search for attachments +- [Issue 6625](https://github.com/firefly-iii/firefly-iii/issues/6625) Page of the links is not displayed due to an error +- [Issue 6701](https://github.com/firefly-iii/firefly-iii/issues/6701) Ensure remote_guard_alt_email if changed, thanks @nebulade! +- Remove some null pointers in the code. +- Add missing locale data +- Fixed typo, thx @charlesteets! +- Various issues with piggy banks +- Clear cache after a transaction is deleted. +- Be more clear about registrations being disabled. + +### Security +- Updated all packages and dependencies. + +### API +- Fix API endpoint that would not accept two of the same dates. + +## 5.7.15 - 2022-11-02 ### Fixed - You can no longer set the currency of expense and revenue accounts. @@ -181,6 +215,32 @@ Please refer to the [documentation](https://docs.firefly-iii.org/firefly-iii/) a - [Issue 4013](https://github.com/firefly-iii/firefly-iii/issues/4013) Date in email message was not localized. - [Issue 5949](https://github.com/firefly-iii/firefly-iii/issues/5949) Deleting a transaction would sometimes send you back to a 404. +## x.x.x - 20xx-xx-xx + +### Added +- Initial release. + +### Changed +- Initial release. + +### Deprecated +- Initial release. + +### Removed +- Initial release. + +### Fixed +- Initial release. + +### Security +- Initial release. + +### API +- Initial release. + + # Full change log Can be found here: https://docs.firefly-iii.org/firefly-iii/about-firefly-iii/changelog/ + + diff --git a/config/firefly.php b/config/firefly.php index 82de1fd4b9..f4d651b181 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -101,7 +101,7 @@ return [ 'webhooks' => false, 'handle_debts' => true, ], - 'version' => '5.7.15', + 'version' => '5.7.16', 'api_version' => '1.5.6', 'db_version' => 18, diff --git a/sonar-project.properties b/sonar-project.properties index 4a4852b493..421ab70d58 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -12,6 +12,6 @@ sonar.organization=firefly-iii #sonar.sourceEncoding=UTF-8 -sonar.projectVersion=5.7.15 +sonar.projectVersion=5.7.16 sonar.sources=app,bootstrap,database,resources/assets,resources/views,routes,tests sonar.sourceEncoding=UTF-8