2.0.3
This commit is contained in:
parent
cfdf03da7f
commit
bd4b973f48
|
@ -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
|
## v 2.0.2
|
||||||
Feature: existing FactoryTemplates now allow passing MouseMotionNature as a parameter.
|
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.)
|
Fix: Fixed issue with FlowUtil that caused modifier to be applied too early for some inputs. (Did not affect runtime, separate tool.)
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<groupId>com.github.joonasvali.naturalmouse</groupId>
|
<groupId>com.github.joonasvali.naturalmouse</groupId>
|
||||||
<artifactId>naturalmouse</artifactId>
|
<artifactId>naturalmouse</artifactId>
|
||||||
<version>2.0.3-SNAPSHOT</version>
|
<version>2.0.3</version>
|
||||||
<name>Natural Mouse Motion</name>
|
<name>Natural Mouse Motion</name>
|
||||||
<url>https://github.com/JoonasVali/NaturalMouseMotion</url>
|
<url>https://github.com/JoonasVali/NaturalMouseMotion</url>
|
||||||
<description>This library provides a way to move cursor to specified coordinates on screen reliably,
|
<description>This library provides a way to move cursor to specified coordinates on screen reliably,
|
||||||
|
|
Loading…
Reference in New Issue