Skip to content

v8.9 Cursor Graph

Latest
Compare
Choose a tag to compare
@RoanH RoanH released this 22 Jan 03:36
· 18 commits to master since this release
v8.9
d20b107

This is a small release that adds one new major feature and fixes a number of regressions in the previous release that were thankfully caught early by @UlyssesZh.

  • Add a new graph type that tracks the movement path of the cursor, an example is shown below. Note that a fast update rate is recommended when using this graph type (50ms - 10ms).
    cursor graph
  • The backlog for the old graph type (line graph) is now specified in milliseconds instead of update frames.
  • Reset and reload command keys are now disabled by default, since these are semi destructive and could be triggered by accident.
  • Fix that the graph was rendered 1 pixel smaller than it was supposed to be.
  • Show a warning when reloading a configuration file that cannot be reloaded (config not loaded from a file).
  • Fix a config desync when loading a configuration via the initial dialog.
  • Fix that certain settings are not being applied when loading a config via the default option or the command line (#92).
  • Fix that periodic stats saving saves to the base folder instead of a file inside that folder (#93).
  • Thanks to @efojug fix that the application can initially be offscreen on some monitor layouts (#94).
  • Fix that some settings do not get applied properly when reloading a configuration file.
  • Ensure that the directory stats are being saved to actually exists before saving.

Downloads

Requires Java 8 or higher
Tested operating systems: Mac 10.11.6 & M1, Ubuntu Linux 16.04 LTS, Windows 7 & 8 & 10 & 11