Skip to content

Releases: christianrondeau/SikuliSharp

v1.5.0

07 Feb 03:59
Compare
Choose a tag to compare
  • 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

01 Jan 02:10
Compare
Choose a tag to compare

Right click, hover and drag & drop (thanks @mnkjadhav)

v1.3.0

27 Dec 18:21
Compare
Choose a tag to compare

Support for targeting a location on the screen (thanks @mnkjadhav)

v1.2.0

03 Mar 16:42
Compare
Choose a tag to compare

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

15 Sep 19:32
Compare
Choose a tag to compare

Fixes an issue on machines that use a comma as a decimal separator

v1.1.1

16 Apr 01:07
Compare
Choose a tag to compare
  • #6 Ability to add arguments to Sikuli.RunProject

Support for Sikuli 1.1.0

15 Jan 02:20
Compare
Choose a tag to compare
v1.1.0

Update nuspec to 1.1.0

Offset support

21 Feb 20:21
Compare
Choose a tag to compare

Supports click offset:

session.Click(pattern, new Point(-50, 10));

Extensibility

21 Feb 06:48
Compare
Choose a tag to compare
  • 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`

21 Feb 06:47
Compare
Choose a tag to compare
  • Removed requirement for JAVA_HOME. Now guesses the Java path from the registry.
  • New readme.txt file when installing using NuGet