diff --git a/EffortLog.pro b/EffortLog.pro index fe74f6d..466133a 100644 --- a/EffortLog.pro +++ b/EffortLog.pro @@ -29,7 +29,7 @@ greaterThan(QT_MAJOR_VERSION, 6) { TARGET = effort-log macx:TARGET = EffortLog TEMPLATE = app -VERSION = 0.9.5 +VERSION = 0.9.6 DEFINES += APP_VERSION=\\\"$$VERSION\\\" QT += core widgets diff --git a/README.md b/README.md index f76caf1..26c40bb 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,11 @@ For more information on how to develop and contribute to EffortLog, please conta ## Change log +* 0.9.6 (March 2021): + * Chore: Updated to Qt 5.15 + * Chore: Removed some deprecated code + * Bug fix: Add ctrl key to hotkeys to prevent interference with user input + * Bug fix: Negative time in the header when logging across date borders * 0.9.5 (January 2019): * Bug fix: Missing visual updates to project settings * Bug fix: Wrong type when importing project files diff --git a/doc/about.md b/doc/about.md index 8aec849..1f4cc2c 100644 --- a/doc/about.md +++ b/doc/about.md @@ -34,6 +34,11 @@ for more information on the research done with EffortLog. Change log: +* 0.9.6 (March 2021): + * Chore: Updated to Qt 5.15 + * Chore: Removed some deprecated code + * Bug fix: Add ctrl key to hotkeys to prevent interference with user input + * Bug fix: Negative time in the header when logging across date borders * 0.9.5 (January 2019): * Bug fix: Missing visual updates to project settings * Bug fix: Wrong type when importing project files