Releases: botcity-dev/botcity-framework-core-python
Releases · botcity-dev/botcity-framework-core-python
BotCity Framework Python Core - 1.2.1
Bug Fixes
- Pin numpy to
< 2
to avoid issues with newly released version containing breaking changes by @joao-voltarelli in #52
CI
- Update workflows. by @hhslepicka in #53
Full Changelog: v1.2.0...v1.2.1
BotCity Framework Python Core - 1.2.0
Bug Fixes
- Pin numpy to
< 2
to avoid issues with newly released version containing breaking changes by @joao-voltarelli in #52
Full Changelog: v1.1.4...v1.2.0
BotCity Framework Python Core - 1.1.4
Bug Fixes
- Remove multiprocessing from
find_multiple
and a small tweak to_find_multiple_helper
to return the coordinates. by @livia-macon in #48
Documentation
- Update screenshots links in README by @joao-voltarelli in #46
Full Changelog: v1.1.3...v1.1.4
BotCity Framework Python Core - 1.1.3
Bug Fixes
- Require Pillow>=8.1.1 for Linux and XCB support. by @hhslepicka in #45
Full Changelog: v1.1.2...v1.1.3
BotCity Framework Python Core - 1.1.2
Bug Fixes
- Fixing the return type of the find_process method by @joao-voltarelli in #38
- Adjusting region parameter in screenshot method by @joao-voltarelli in #43
Documentation
- Updating screenshots and links in README by @joao-voltarelli in #36
CI
- CI: removing gh-pages.yml by @joao-voltarelli in #39
Full Changelog: v1.1.1...v1.1.2
BotCity Framework Python Core - 1.1.1
Bug Fixes
- Add Pillow to the requirements file. by @hhslepicka in #34
Full Changelog: v1.1.0...v1.1.1
BotCity Framework Python Core - 1.1.0
Enhancements
- Adds
find_process
andterminate_process
methods by @livia-macon in #33
New Contributors
- @livia-macon made their first contribution in #33
Full Changelog: v1.0.0...v1.1.0
BotCity Framework Python Core - 1.0.0
Enhancements
- Updating keyboard and mouse methods to use
pynput
by @joao-voltarelli in #29 - Added new methods using
CTRL
and updatingtab
andenter
methods by @joao-voltarelli in #31
Attention
- PyAutoGUI was replaced with
pynput
for keyboard and mouse manipulation andPillow
for screen capture
Full Changelog: v0.4.0...v1.0.0
BotCity Framework Python Core - 0.4.0
Enhancements
- Add methods to support
pywinauto
features by @joao-voltarelli in #26
Bug Fixes
- Order find results by best match. by @hhslepicka in #25
Full Changelog: v0.3.0...v0.4.0
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