From cb01ae0ac5218e035950a49666eb2ff4aae3f0aa Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 23 Apr 2017 19:00:19 +0200 Subject: [PATCH] New version and new change log. --- CHANGELOG.md | 35 ++++++++--------------------------- config/firefly.php | 2 +- 2 files changed, 9 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8725a10f19..fa2d9c6469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.4.0] - 2017-04-23 +### Added +- Firefly III can now handle foreign currencies better, including some code to get the exchange rate live from the web. +- Can now make rules for attachments, see #608, as suggested by dzaikos. +### Fixed +- Fixed #629, reported by forcaeluz +- Fixed #630, reported by welbert +- And more various bug fixes. ## [4.3.8] - 2017-04-08 @@ -203,13 +211,6 @@ An intermediate release because something in the Twig and Twigbridge libraries i - Updated all email messages. - Made some fonts local - -### Deprecated -- Initial release. - -### Removed -- Initial release. - ### Fixed - Issue #408 - Various issues with split journals @@ -218,11 +219,6 @@ An intermediate release because something in the Twig and Twigbridge libraries i - Issue #422, thx [xzaz](https://github.com/xzaz) - Various import bugs, such as #416 ([zjean](https://github.com/zjean)) - -### Security -- Initial release. - - ## [4.1.7] - 2016-11-19 ### Added - Check for database table presence in console commands. @@ -345,15 +341,6 @@ An intermediate release because something in the Twig and Twigbridge libraries i - New Presidents Choice specific to fix #307 - Added some trimming (#335) -### Changed -- Initial release. - -### Deprecated -- Initial release. - -### Removed -- Initial release. - ### Fixed - Fixed a bug where incoming transactions would not be properly filtered in several reports. - #334 by [cyberkov](https://github.com/cyberkov) @@ -361,12 +348,6 @@ An intermediate release because something in the Twig and Twigbridge libraries i - #336 - #338 found by [roberthorlings](https://github.com/roberthorlings) -### Security -- Initial release. - - - - ## [4.0.0] - 2015-09-26 ### Added - Upgraded to Laravel 5.3, most other libraries upgraded as well. diff --git a/config/firefly.php b/config/firefly.php index bcdbe94c02..e1e7bd865c 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -23,7 +23,7 @@ return [ 'is_demo_site' => false, ], 'encryption' => (is_null(env('USE_ENCRYPTION')) || env('USE_ENCRYPTION') === true), - 'version' => '4.3.8', + 'version' => '4.4.0', 'maxUploadSize' => 5242880, 'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'], 'list_length' => 10,