Releases: botcity-dev/botcity-framework-core-python
Releases · botcity-dev/botcity-framework-core-python
BotCity Framework Python Core - 1.3.0
Enhancements
- Improving Win Apps module to support pywinauto's Desktop class by @joao-voltarelli in #55
Documentation
- Add type annotations and improve code style in display methods by @welli7ngton in #56
- Add type annotations to keyboard methods by @welli7ngton in #58
- Add type annotations and improve function signatures. by @welli7ngton in #59
Dependencies
- Removing numpy lock to allow usage of Python 3.13 by @joao-voltarelli in #60
New Contributors
- @welli7ngton made their first contribution in #56
Full Changelog: v1.2.1...v1.3.0
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