Skip to content

Commit

Permalink
v1.8 checkpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
suurjaak committed Jul 17, 2023
1 parent 8c1bd4a commit b226908
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGELOG
=========

1.8, 2023-07-11
1.8, 2023-07-17
---------------
- add fullscreen view to mouse heatmaps
- add applications data to statistics pages (issue #23)
Expand Down
6 changes: 3 additions & 3 deletions src/inputscope/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@author Erki Suurjaak
@created 26.03.2015
@modified 12.07.2022
@modified 18.07.2023
------------------------------------------------------------------------------
"""
import ast
Expand All @@ -36,8 +36,8 @@

"""Program title, version number and version date."""
Title = "InputScope"
Version = "1.8.dev9"
VersionDate = "12.07.2022"
Version = "1.8"
VersionDate = "18.07.2023"

"""TCP port of the web user interface."""
WebHost = "localhost"
Expand Down

0 comments on commit b226908

Please sign in to comment.