Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasVali committed Sep 14, 2019
1 parent 18b7269 commit c922f62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 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.)
Change: Added 'adjustingFlow' Flow template and improved the factory templates accordingly.
Change: constantFlow was removed from averageComputerUser template.

## v 2.0.1
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.
Feature: Added SystemDiagnosis class, which can be used to validate setting and getting cursor position on user's device.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.joonasvali.naturalmouse</groupId>
<artifactId>naturalmouse</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</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,
Expand Down

0 comments on commit c922f62

Please sign in to comment.