Skip to content

Commit c922f62

Browse files
committed
2.0.2
1 parent 18b7269 commit c922f62

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v 2.0.2
2+
Feature: existing FactoryTemplates now allow passing MouseMotionNature as a parameter.
3+
Fix: Fixed issue with FlowUtil that caused modifier to be applied too early for some inputs. (Did not affect runtime, separate tool.)
4+
Change: Added 'adjustingFlow' Flow template and improved the factory templates accordingly.
5+
Change: constantFlow was removed from averageComputerUser template.
6+
17
## v 2.0.1
28
Feature: When mouse somehow is not ending up on the correct pixel, an adjustment is made and warning logged, so the library is still useful even when the setup is not working correctly or JDK bug is run into.
39
Feature: Added SystemDiagnosis class, which can be used to validate setting and getting cursor position on user's device.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.joonasvali.naturalmouse</groupId>
88
<artifactId>naturalmouse</artifactId>
9-
<version>2.0.2-SNAPSHOT</version>
9+
<version>2.0.2</version>
1010
<name>Natural Mouse Motion</name>
1111
<url>https://github.com/JoonasVali/NaturalMouseMotion</url>
1212
<description>This library provides a way to move cursor to specified coordinates on screen reliably,

0 commit comments

Comments
 (0)