Releases: christianrondeau/SikuliSharp
Releases · christianrondeau/SikuliSharp
v1.5.0
- Sikuli 1.4.0 support
- Find and Highlight implementation, along with support for Region arguments for most methods
Thanks to @tokkyuruessha for all of this!
v1.4.0
Right click, hover and drag & drop (thanks @mnkjadhav)
v1.3.0
Support for targeting a location on the screen (thanks @mnkjadhav)
v1.2.0
Improve error handling
Rename confusing timeouts
Use Sikuli timeouts first, fallback to C# timeouts after 1.5x the time
Correctly fail when starting an already-running session, and correctly stop a running session
v1.1.2
Fixes an issue on machines that use a comma as a decimal separator
v1.1.1
Support for Sikuli 1.1.0
v1.1.0 Update nuspec to 1.1.0
Offset support
Supports click offset:
session.Click(pattern, new Point(-50, 10));
Extensibility
- Allow using
Sikuli.CreateRuntime
, therefore allowing full access to the internals of SikuliSharp - Remove
readme.txt
from NuGet. Let people come to the website :)
No more `JAVA_HOME`
- Removed requirement for JAVA_HOME. Now guesses the Java path from the registry.
- New
readme.txt
file when installing using NuGet