This commit is contained in:
Joonas Vali 2021-09-18 15:42:47 +03:00
parent cfdf03da7f
commit bd4b973f48
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
## v 2.0.3
Fix: Fixed issue where spontaneous default MouseMotionFactory initialization caused exception in headless environments.
## v 2.0.2
Feature: existing FactoryTemplates now allow passing MouseMotionNature as a parameter.
Fix: Fixed issue with FlowUtil that caused modifier to be applied too early for some inputs. (Did not affect runtime, separate tool.)

View File

@ -6,7 +6,7 @@
<groupId>com.github.joonasvali.naturalmouse</groupId>
<artifactId>naturalmouse</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
<name>Natural Mouse Motion</name>
<url>https://github.com/JoonasVali/NaturalMouseMotion</url>
<description>This library provides a way to move cursor to specified coordinates on screen reliably,