Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
suurjaak committed Jan 23, 2022
2 parents 23d8df2 + ce4eeb7 commit 8278e05
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions CHANGELOG.md
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

0 comments on commit 8278e05

Please sign in to comment.