Skip to content

Commit

Permalink
Release v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmi committed Mar 18, 2021
1 parent f8074fe commit 365ea12
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion EffortLog.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions doc/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 365ea12

Please sign in to comment.