From 3e666103b89a93ea54a4fc4b46824a6e740c59a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregory=20Soutad=C3=A9?= Date: Sun, 11 Mar 2018 18:00:43 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 739ece5..c8db7c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -v0.7 (18/02/2018) +v0.7 (11/03/2018) ** User ** Set background calendar color to red or yellow when one account is negative or less than 200€ (configurable) Add start date and end date for accounts, so don't need to hide it when it's closed @@ -6,11 +6,13 @@ v0.7 (18/02/2018) Operation modification now taken in account for Stats Panel Resize rows to content at startup Set default month to december for year != cur year (avoid new year bug) + New Windows build ! ** Dev ** Qt5 migration done ! StatsPanel code reworked, removing some bugs Do not reload current panel when a modification is done, but reload other ones + Add Visual Studio project files ** Bugs ** Bug in expression parser, negative mark before parenthesis considered as positive.