From 5afa2480b41fe84c2416f3a28f0a9bb6901b49df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Sun, 29 Oct 2017 18:21:54 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ca46926..8a769c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,21 @@ -v0.7 (05/02/2017) +v0.7 (29/10/2017) ** User ** - Set background calendar color to red or yellow when one account is negative or less than 200€ (not displayed on hidden and virtual account) + 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 + Remove some unused blank spaces in GUI + Operation modification now taken in account for Stats Panel ** Dev ** + Qt5 migration done ! + StatsPanel code reworked, removing some bugs + ** Bugs ** Bug in expression parser, negative mark before parenthesis considered as positive. Bug in FormulaDelegate : string copy was made in a wrong way Initial and final negative account values were not displayed in red Sub operations were not removed from database when deleting meta operation Week lines were not re computed after deleting an operation + Default month selection should now be correct v0.6 (08/10/2016) ** User **