Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmi committed May 28, 2021
1 parent 0def592 commit 7bf551e
Show file tree
Hide file tree
Showing 8 changed files with 148 additions and 657 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "EffortLog"
PROJECT_NUMBER = 0.8
PROJECT_NUMBER = 1.0
PROJECT_BRIEF =
PROJECT_LOGO =
OUTPUT_DIRECTORY = ./doxygen/
Expand Down
84 changes: 43 additions & 41 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You can download the binaries from [Github releases](https://github.com/julianmi

## Build from Source

You can download the sources from [Github releases](https://github.com/julianmi/effort-log/releases). EffortLog requires Qt 5.5.0 development libraries to be compiled. OS specific requirements:
You can download the sources from [Github releases](https://github.com/julianmi/effort-log/releases). EffortLog requires Qt version 5.5.0 or later development libraries to be compiled. OS specific requirements:

* On Windows: MinGW with g++ 4.7 or later, [install Qt](https://www.qt.io/download-qt-installer)
* On Mac OS X: latest Xcode, `brew install qt5`
Expand Down Expand Up @@ -148,62 +148,64 @@ For more information on how to develop and contribute to EffortLog, please conta

## Change log

* 1.0.0 (May 2021):
* Added feature: Support for Qt 6
* 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
* 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
* Bug fix: Segfault when pressing "Log current efforts"
* Bug fix: Missing visual updates to project settings
* Bug fix: Wrong type when importing project files
* Bug fix: Segfault when pressing "Log current efforts"
* 0.9.4 (June 2018):
* Added feature: Questionnaires remember characteristics of last performance measurement
* Bug fix: Improved scaling on high-DPI displays
* Added feature: Questionnaires remember characteristics of last performance measurement
* Bug fix: Improved scaling on high-DPI displays
* 0.9.3 (April 2018):
* Added feature: Added a tray icon and desktop notifications
* Added feature: The view on the questionnaire is now scrollable
* Bug fix: Improved cross-platform window displaying
* Added feature: Added a tray icon and desktop notifications
* Added feature: The view on the questionnaire is now scrollable
* Bug fix: Improved cross-platform window displaying
* 0.9.2 (March 2018):
* Added feature: Simplified set-up
* Added feature: Simplified set-up
* 0.9.1 (March 2018):
* Added feature: Added auto-completion to most of the questionnaire forms
* Bug fix: Consistent scheduler IDs for the diary entries
* Added feature: Added auto-completion to most of the questionnaire forms
* Bug fix: Consistent scheduler IDs for the diary entries
* 0.9.0 (February 2018):
* Added feature: Major reorganization of the questionnaires towards a single-page layout
* Added feature: Major reorganization of the questionnaires towards a single-page layout
* 0.8.3 (May 2017):
* Bug fix: Deployment reverted to Qt5.6 due to packaging issues with QT5.8
* Bug fix: Deployment reverted to Qt5.6 due to packaging issues with QT5.8
* 0.8.2 (May 2017):
* Added feature: Support for changes to file directories for existing projects
* Bug fix: Skip read of log file on newly created projects
* Bug fix: Support for blanks in directory names
* Added feature: Support for changes to file directories for existing projects
* Bug fix: Skip read of log file on newly created projects
* Bug fix: Support for blanks in directory names
* 0.8.1 (January 2017):
* Added feature: Added a viewer of the current log file during the questionnaire
* Added feature: Added a viewer of the current log file during the questionnaire
* 0.8 (September 2016):
* Added feature: Added a convenient view of the current log file sorted by dates
* Added feature: Can now handle development sessions spanning multiple days
* Added feature: Added a convenient view of the current log file sorted by dates
* Added feature: Can now handle development sessions spanning multiple days
* 0.7 (February 2016):
* Added feature: Encryption is disabled by default. Add \`-config crypt\` to your qmake flags to enable encryption
* Bug fix: Empty time stamps in the log files
* Added feature: Encryption is disabled by default. Add \`-config crypt\` to your qmake flags to enable encryption
* Bug fix: Empty time stamps in the log files
* 0.6 (January 2016):
* Added feature: Support for full 256-bit AES encryption of all project and log files
* Bug fix: Appending an event fails due to encryption
* Bug fix: Wrong interval length of the first logging event
* Added feature: Support for full 256-bit AES encryption of all project and log files
* Bug fix: Appending an event fails due to encryption
* Bug fix: Wrong interval length of the first logging event
* 0.5 (December 2015):
* Added feature: Added milestones to projects
* Added feature: Added IDs to each logging event
* Bug fix: Fixed US locale to unify data format of log files
* Bug fix: Milestones have mismatching IDs between the logging event and the current milestone
* Added feature: Added milestones to projects
* Added feature: Added IDs to each logging event
* Bug fix: Fixed US locale to unify data format of log files
* Bug fix: Milestones have mismatching IDs between the logging event and the current milestone
* 0.4 (December 2015):
* Added feature: Configuration unified in one dialog
* Added feature: Added appendix to log file at program startup
* Bug fix: General fixes
* Added feature: Configuration unified in one dialog
* Added feature: Added appendix to log file at program startup
* Bug fix: General fixes
* 0.3 (November 2015):
* Added feature: New configuration window
* Added feature: Main window simplified
* Bug fix: Errors with the generated JSON files
* Added feature: New configuration window
* Added feature: Main window simplified
* Bug fix: Errors with the generated JSON files
* 0.2 (October 2015):
* Bug fix: Improved JSON handling
* Bug fix: Improved JSON handling
* 0.1 (September 2015): Initial release

## Related Publications
Expand All @@ -225,5 +227,5 @@ D 52074 Aachen (Germany)

## License

Copyright © 2015-2018 IT Center, RWTH Aachen University
Copyright © 2015-2021 IT Center, RWTH Aachen University
This project is licensed under version 3 of the GNU General Public License.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SRC = help.md\
questionnaire.md\
logfile.md\
about.md
VERSION = 0.9.4
VERSION = 1.0.0
FLAGS = --self-contained --toc --section-divs
META = --metadata=title:"EffortLog v$(VERSION)"
HTML_OUT = doc.html
Expand Down
82 changes: 43 additions & 39 deletions doc/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,62 +34,66 @@ for more information on the research done with EffortLog.

Change log:

## Change log

* 1.0.0 (May 2021):
* Added feature: Support for Qt 6
* 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
* 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
* Bug fix: Segfault when pressing "Log current efforts"
* Bug fix: Missing visual updates to project settings
* Bug fix: Wrong type when importing project files
* Bug fix: Segfault when pressing "Log current efforts"
* 0.9.4 (June 2018):
* Added feature: Questionnaires remember characteristics of last performance measurement
* Bug fix: Improved scaling on high-DPI displays
* Added feature: Questionnaires remember characteristics of last performance measurement
* Bug fix: Improved scaling on high-DPI displays
* 0.9.3 (April 2018):
* Added feature: Added a tray icon and desktop notifications
* Added feature: The view on the questionnaire is now scrollable
* Bug fix: Improved cross-platform window displaying
* Added feature: Added a tray icon and desktop notifications
* Added feature: The view on the questionnaire is now scrollable
* Bug fix: Improved cross-platform window displaying
* 0.9.2 (March 2018):
* Added feature: Simplified set-up
* Added feature: Simplified set-up
* 0.9.1 (March 2018):
* Added feature: Added auto-completion to most of the questionnaire forms
* Bug fix: Consistent scheduler IDs for the diary entries
* Added feature: Added auto-completion to most of the questionnaire forms
* Bug fix: Consistent scheduler IDs for the diary entries
* 0.9.0 (February 2018):
* Added feature: Major reorganization of the questionnaires towards a single-page layout
* Added feature: Major reorganization of the questionnaires towards a single-page layout
* 0.8.3 (May 2017):
* Bug fix: Deployment reverted to Qt5.6 due to packaging issues with QT5.8
* Bug fix: Deployment reverted to Qt5.6 due to packaging issues with QT5.8
* 0.8.2 (May 2017):
* Added feature: Support for changes to file directories for existing projects
* Bug fix: Skip read of log file on newly created projects
* Bug fix: Support for blanks in directory names
* Added feature: Support for changes to file directories for existing projects
* Bug fix: Skip read of log file on newly created projects
* Bug fix: Support for blanks in directory names
* 0.8.1 (January 2017):
* Added feature: Added a viewer of the current log file during the questionnaire
* Added feature: Added a viewer of the current log file during the questionnaire
* 0.8 (September 2016):
* Added feature: Added a convenient view of the current log file sorted by dates
* Added feature: Can now handle development sessions spanning multiple days
* Added feature: Added a convenient view of the current log file sorted by dates
* Added feature: Can now handle development sessions spanning multiple days
* 0.7 (February 2016):
* Added feature: Encryption is disabled by default. Add \`-config crypt\` to your qmake flags to enable encryption
* Bug fix: Empty time stamps in the log files
* Added feature: Encryption is disabled by default. Add \`-config crypt\` to your qmake flags to enable encryption
* Bug fix: Empty time stamps in the log files
* 0.6 (January 2016):
* Added feature: Support for full 256-bit AES encryption of all project and log files
* Bug fix: Appending an event fails due to encryption
* Bug fix: Wrong interval length of the first logging event
* Added feature: Support for full 256-bit AES encryption of all project and log files
* Bug fix: Appending an event fails due to encryption
* Bug fix: Wrong interval length of the first logging event
* 0.5 (December 2015):
* Added feature: Added milestones to projects
* Added feature: Added IDs to each logging event
* Bug fix: Fixed US locale to unify data format of log files
* Bug fix: Milestones have mismatching IDs between the logging event and the current milestone
* Added feature: Added milestones to projects
* Added feature: Added IDs to each logging event
* Bug fix: Fixed US locale to unify data format of log files
* Bug fix: Milestones have mismatching IDs between the logging event and the current milestone
* 0.4 (December 2015):
* Added feature: Configuration unified in one dialog
* Added feature: Added appendix to log file at program startup
* Bug fix: General fixes
* Added feature: Configuration unified in one dialog
* Added feature: Added appendix to log file at program startup
* Bug fix: General fixes
* 0.3 (November 2015):
* Added feature: New configuration window
* Added feature: Main window simplified
* Bug fix: Errors with the generated JSON files
* Added feature: New configuration window
* Added feature: Main window simplified
* Bug fix: Errors with the generated JSON files
* 0.2 (October 2015):
* Bug fix: Improved JSON handling
* Bug fix: Improved JSON handling
* 0.1 (September 2015): Initial release

## Needed Privileges to Run EffortLog
Expand Down
Loading

0 comments on commit 7bf551e

Please sign in to comment.