Skip to content

Releases: botcity-dev/botcity-framework-core-python

BotCity Framework Python Core - 1.2.1

17 Jun 16:27
5fefa6d
Compare
Choose a tag to compare

Bug Fixes

  • Pin numpy to < 2 to avoid issues with newly released version containing breaking changes by @joao-voltarelli in #52

CI

Full Changelog: v1.2.0...v1.2.1

BotCity Framework Python Core - 1.2.0

17 Jun 15:46
31afc7e
Compare
Choose a tag to compare

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

01 Feb 18:40
86c9cc9
Compare
Choose a tag to compare

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

Full Changelog: v1.1.3...v1.1.4

BotCity Framework Python Core - 1.1.3

27 Oct 22:52
f937773
Compare
Choose a tag to compare

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

06 Jul 18:52
c468e17
Compare
Choose a tag to compare

Bug Fixes

Documentation

CI

Full Changelog: v1.1.1...v1.1.2

BotCity Framework Python Core - 1.1.1

09 May 21:27
ef006ff
Compare
Choose a tag to compare

Bug Fixes

Full Changelog: v1.1.0...v1.1.1

BotCity Framework Python Core - 1.1.0

23 Mar 19:12
60a687b
Compare
Choose a tag to compare

Enhancements

New Contributors

Full Changelog: v1.0.0...v1.1.0

BotCity Framework Python Core - 1.0.0

06 Mar 13:00
440600c
Compare
Choose a tag to compare

Enhancements

Attention

  • PyAutoGUI was replaced with pynput for keyboard and mouse manipulation and Pillow for screen capture

Full Changelog: v0.4.0...v1.0.0

BotCity Framework Python Core - 0.4.0

18 Oct 03:55
45415b8
Compare
Choose a tag to compare

Enhancements

Bug Fixes

Full Changelog: v0.3.0...v0.4.0

BotCity Framework Python Core - 0.3.0

19 Aug 22:18
ccbb0aa
Compare
Choose a tag to compare

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

Full Changelog: v0.2.9...v0.3.0