Skip to content

v0.7.1

Compare
Choose a tag to compare
@glitchassassin glitchassassin released this 29 Dec 17:49
· 49 commits to master since this release
2a6f313
  • 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)