diff --git a/CHANGELOG.md b/CHANGELOG.md index 8582dae225..d98f996949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.1.7] - 2015-05-25 +### Added +- Check for database table presence in console commands. +- Category report +- Reinstated old test routines. + + +### Changed +- Confirm account setting is no longer in `.env` file. +- Titles are now in reverse (current page > parent > firefly iii) +- Easier update of language files thanks to Github implementation. +- Uniform colours for charts. + +### Fixed +- Made all pages more mobile friendly. +- Fixed #395 found by @marcoveeneman. +- Fixed #398 found by @marcoveeneman. +- Fixed #401 found by @marcoveeneman. +- Many optimizations. +- Updated many libraries. +- Various bugs found by myself. + + ## [4.1.6] - 2016-11-06 ### Added - New budget table for multi year report. diff --git a/config/firefly.php b/config/firefly.php index a8b27f2513..565cc37e9c 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -24,7 +24,7 @@ return [ 'must_confirm_account' => false, ], 'chart' => 'chartjs', - 'version' => '4.1.6', + 'version' => '4.1.7', 'csv_import_enabled' => true, 'maxUploadSize' => 5242880, 'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],