Skip to content

Releases: glitchassassin/lackey

v0.7.4

06 Aug 16:10
1ea404a
Compare
Choose a tag to compare

Some experimental OCR features and several bugfixes.

v0.7.3

13 Nov 14:49
7adadfa
Compare
Choose a tag to compare

Adding Python 3.7 tests, fixes for #127 and #129

v0.7.2

07 Jun 14:19
887807e
Compare
Choose a tag to compare

Fixes for #115, #118, #120, #123

v0.7.1

29 Dec 17:49
2a6f313
Compare
Choose a tag to compare
  • Implemented import handler: can now "import project" if a Sikuli project "project.sikuli" is in the Python sys.path
    • As a corollary, images can now be imported from anywhere in the sys.path.
    • Resolves #96
  • Added test cases for import handler
  • Fixed some multi-monitor issues (thanks @xUMR)

v0.7.0

24 Oct 12:07
Compare
Choose a tag to compare
  • Implements OS X support
  • Adds more undocumented Sikuli methods (see #85)
  • Fixed a delay when typing (see #91)
  • Added FOREVER constant (see #99)
  • Converted to ANSI functions to eliminate crashing (see #102)
  • Replaced underscore prefixes with underscore postfixes (see #104)

Thanks to @nejch and @ruoygao for contributing PRs in this release!

v0.6.1

10 May 20:40
Compare
Choose a tag to compare

Summary

This release implements many undocumented Sikuli functions, as described in #85.

v0.6.0

03 Apr 16:51
Compare
Choose a tag to compare

Summary

In addition to several bugfixes, this release introduces visual events as implemented in Sikuli v1.1.0, documented here.

The background observer (if used) spawns a new process using multiprocessing. Use with care! Sending keyboard and mouse events from multiple processes can have unpredictable results.

Bugfixes

  • #82 Case-insensitive app title matching
  • #81 wheel() parameters corrected
  • #79 Fixed app initialization when selecting by title

v0.5.6d

21 Mar 20:30
Compare
Choose a tag to compare

Documentation fixes

  • Fixed a persistent build issue with the ReadTheDocs autobuild
  • Added a separate docs build for the develop branch
  • Restructured the SikuliGui import (to fix above issues). No API changes.

v0.5.6

21 Mar 12:27
Compare
Choose a tag to compare
  • Fixed clipboard issues by replacing Tkinter clipboard code with pyperclip
  • Dumping STDOUT and STDERR of external apps to os.devnull instead of printing to screen
  • Fixed wait(seconds) functionality
  • Fixed logging to file
  • Test cases & documentation updated

v0.5.5

15 Mar 12:41
Compare
Choose a tag to compare

Changelog

  • Replaced Tkinter clipboard functions with pyperclip cross-platform module
  • Fixed issue with mouse move speed not respecting Settings
  • Fixed issue with wheel() interpreting target patterns
  • Fixed issue with freezing Lackey scripts into an executable
  • Cleaned up PlatformManager documentation