Update ChangeLog

This commit is contained in:
Grégory Soutadé 2017-10-29 18:21:54 +01:00 committed by Grégory Soutadé
parent 5dd7abf6cf
commit 5afa2480b4
1 changed files with 9 additions and 2 deletions

View File

@ -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 **