-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
CHANGELOG | ||
========= | ||
|
||
1.5, 2022-01-22 | ||
--------------- | ||
- add named sessions functionality | ||
- use unscaled screen size | ||
- fix inactive table links on heatmaps for all time | ||
- fix timedelta-seconds formatting | ||
- full Python 2/3 compatibility | ||
|
||
|
||
1.4.1, 2021-02-12 | ||
----------------- | ||
- fixed error in database schema update, and scrolls-page statistics (issue #9) | ||
|
||
|
||
1.4, 2021-02-11 | ||
--------------- | ||
- started using pynput instead of PyUserInput for input events | ||
- started checking and saving changed screen size periodically | ||
|
||
|
||
1.3, 2021-01-21 | ||
--------------- | ||
- all database writes in one process, using write-ahead log | ||
- added individual event type toggles for mouse and keyboard input | ||
- added options to clear history from the database | ||
- added support for multiple displays in mouse heatmaps | ||
- added single instance checker to ensure only one runtime per database | ||
- added database information to web UI pages | ||
- added max event limits to statistics and replay, avoiding page hangs | ||
- added monthly statistics | ||
- added collapse-toggles to days-section in input index | ||
- added tray balloon notification on program startup | ||
- added stop-link to replay | ||
- optimized replay | ||
- optimized program binary size | ||
- decreased mouse move event counts | ||
- upgraded wxPython to v4 | ||
|
||
|
||
1.1, 2015-05-22 | ||
--------------- | ||
- database optimizations to speed up web statistics significantly | ||
- added day and table convenience links to statistics page | ||
|
||
|
||
1.0, 2015-05-08 | ||
--------------- | ||
- first release |