We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1bd4a commit b226908Copy full SHA for b226908
2 files changed
CHANGELOG.md
@@ -1,7 +1,7 @@
1
CHANGELOG
2
=========
3
4
-1.8, 2023-07-11
+1.8, 2023-07-17
5
---------------
6
- add fullscreen view to mouse heatmaps
7
- add applications data to statistics pages (issue #23)
src/inputscope/conf.py
@@ -20,7 +20,7 @@
20
21
@author Erki Suurjaak
22
@created 26.03.2015
23
-@modified 12.07.2022
+@modified 18.07.2023
24
------------------------------------------------------------------------------
25
"""
26
import ast
@@ -36,8 +36,8 @@
36
37
"""Program title, version number and version date."""
38
Title = "InputScope"
39
-Version = "1.8.dev9"
40
-VersionDate = "12.07.2022"
+Version = "1.8"
+VersionDate = "18.07.2023"
41
42
"""TCP port of the web user interface."""
43
WebHost = "localhost"
0 commit comments