From 4a8e0326aaac0dbc30868a15cdb141cf5038e8f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Sat, 6 Jan 2018 19:44:03 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b8ff792..8cabea2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,11 @@ -v0.7 (01/11/2017) +v0.7 (06/01/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 Remove some unused blank spaces in GUI 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) ** Dev ** Qt5 migration done ! @@ -20,6 +21,7 @@ v0.7 (01/11/2017) Default month selection should now be correct Amount in SearchBanner were badly set (missing *100) Prevent integer overflow when computing percents in CostRepartitionBanner + Fix some bugs in yearTo selection & fill in GenerateDialog v0.6 (08/10/2016) ** User **