Skip to content

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

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

BotCity Framework Python Core - 0.2.9

13 Apr 00:15
35268b5
Compare
Choose a tag to compare

Bug Fixes

Documentation

  • Added new prerequisite for linux by @lf2a in #16

Packaging

  • Pin botcity-framework-base to >=0.2.2 for image path handling. by @hhslepicka in #18

New Contributors

Full Changelog: v0.2.8...v0.2.9

BotCity Framework Python Core - 0.2.8

04 Feb 23:43
96510d2
Compare
Choose a tag to compare

Bug Fixes

  • Removing duplicated x and y axis sum on 'right_click_relative' method by @lf2a in #10
  • Return None if image not found at get_element_coords by @lf2a in #12
  • click_on now throws an exception if image is not found by @lf2a in #13

New Contributors

  • @lf2a made their first contribution in #10

Full Changelog: v0.2.7...v0.2.8