Releases: glitchassassin/lackey
Releases · glitchassassin/lackey
v0.7.4
v0.7.3
v0.7.2
v0.7.1
v0.7.0
- 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
v0.6.0
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
v0.5.6d
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
- 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
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