Enhancements - Add wait_for_file method to wait on files to be available.
Bug Fixes - Switch back to pyautogui for keyboard as keyboard module requires root on Linux. - Added compatibility check for execute so we can run it with any OS.
Documentation - Add instructions for scrot under Linux.
0.2.1
Enhancements - DesktopBot maestro instance now offers autocomplete on IDE. - Added page_up and page_down methods.
Bug Fixes - double_click, triple_click and relative clicks had wrong command.
Documentation - Update BotCity Website.
0.2.0
Enhancements - Refactored common codebase into botcity-framework-base.
Bug Fixes - Addressed issues for mouse methods and wrong parameter name.
Deprecation - Functional API was removed in favor of DesktopBot class.
Documentation - Updated repository URL. - Updated install instructions. - Updated examples and instructions for optional add_image.
0.1.1
BotCity Framework Python Core - 0.1.1 This is a bugfix release for Linux.