From 3bfcb1f3ab46d47f0bbc94589ef6e5b2bb295a94 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 22 Oct 2016 10:20:25 +0200 Subject: [PATCH] New change log. [skip ci] Signed-off-by: James Cole --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c245627b66..90ab0ae211 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +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] - 2016-10-22 +### Added +- Option to show deposit accounts on the front page. +- Script to upgrade split transactions +- Can now save notes on piggy banks. +- Extend user admin options. +- Run import jobs from the command line +### Changed +- New preferences screen layout. + +### Deprecated +- ``firefly:import`` is now ``firefly:start-import`` + +### Removed +- Lots of old code + +### Fixed +- #357, where non utf-8 files would break Firefly. +- Tab delimiter is not properly loaded from import configuration (@roberthorlings) +- System response to yearly bills + ## [4.0.2] - 2016-10-14 ### Added - Added ``intl`` dependency to composer file to ease installation (thanks @telyn)