Releases: botcity-dev/botcity-framework-core-python
Releases · botcity-dev/botcity-framework-core-python
BotCity Framework Python Core - 0.3.0
Enhancements
- Better handling of auto-discovery of resource files and support for EXE files from pyinstaller with framework-base upgraded to 0.3.1. by @hhslepicka in #21
Bug Fixes
- Refactor display size and element size based on whether or not display is Retina. by @hhslepicka in #20
Documentation
- Update README image links. by @hhslepicka in #19
Full Changelog: v0.2.9...v0.3.0
BotCity Framework Python Core - 0.2.9
Bug Fixes
- Update handling for image path with special characters by @joao-voltarelli in #17
Documentation
Packaging
- Pin botcity-framework-base to >=0.2.2 for image path handling. by @hhslepicka in #18
New Contributors
- @joao-voltarelli made their first contribution in #17
Full Changelog: v0.2.8...v0.2.9
BotCity Framework Python Core - 0.2.8
BotCity Framework Python Core - 0.2.7
Bug Fixes
- Fixed minor bug in find_all() by @Psycho-Ray in #9
New Contributors
- @Psycho-Ray made their first contribution in #9
Full Changelog: v0.2.6...v0.2.7
BotCity Framework Python Core - 0.2.6
Bug Fixes
Full Changelog: v0.2.5...v0.2.6
BotCity Framework Python Core - 0.2.5
Bug Fixes
- Fix default value for execution on DesktopBot to match base class by @kayqueGovetri in #4
- Use codecs.open for README.md so it can parse unicode properly in #6
- Implement OS compatibility layer for click method so it work properly under MacOS in #7
Documentation
- New README in #5
Full Changelog: v0.2.4...v0.2.5
BotCity Framework Python Core - 0.2.4
Enhancements
control_cnow returns the clipboard content.mouse_downandmouse_upmethods added to allow for click/move/release operations.
Bug Fixes
- Remove neighboring duplicated entries on
find_all
BotCity Framework Python Core - 0.2.3
Enhancements
- Initial version of
find_allmethod to search and return multiple elements at once.
Bug Fixes
- Use hotkey instead of manual
keyDown/keyUpfortype_keys_with_interval. - Properly convert the time from
mstoswhen invoking system functions.
Package
- Pin down versions of
pyautoguiandpyscreezeto avoid issue with new and out of sync releases of upstream packages.
Documentation
- Fix typos with methods docstrings.
BotCity Framework Python Core - 0.2.2
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.
BotCity Framework Python Core - 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.