Skip to content

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

BotCity Framework Python Base - 0.4.4

17 Jun 16:22
d5934f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.4.4

BotCity Framework Python Base - 0.4.3

27 Oct 22:51
d55567f
Compare
Choose a tag to compare

Bug Fixes

  • Require Pillow>=8.1.1 for Linux and XCB support. by @hhslepicka in #7

Full Changelog: v0.4.2...v0.4.3

BotCity Framework Python Base - 0.4.2

04 Mar 01:05
1febf19
Compare
Choose a tag to compare

Bug Fixes

  • Modify get_resource_abspath to search for valid files. by @hhslepicka in #6

Full Changelog: v0.4.1...v0.4.2

BotCity Framework Python Base - 0.4.1

03 Mar 17:27
Compare
Choose a tag to compare

Bug Fixes

  • Ensure that we have the new attribute available, _resources_folder_name.

Full Changelog: v0.4.0...v0.4.1

BotCity Framework Python Base - 0.4.0

02 Mar 22:51
4eef921
Compare
Choose a tag to compare

Enhancements

  • ENH: Expose resource_folder_name as a property to allow for customization at the bot level. by @hhslepicka in #5

Bug Fixes

  • FIX: Iterate over all frames on the stack to add to the search path. by @hhslepicka in #5

Full Changelog: v0.3.1...v0.4.0

BotCity Framework Python Base - 0.3.1

12 Jul 16:47
79b8f57
Compare
Choose a tag to compare

Bug Fixes

  • Fix is_retina logic for unbound variable retina. by @hhslepicka in #3

Full Changelog: v0.3.0...v0.3.1

BotCity Framework Python Base - 0.3.0

07 Jul 00:54
dfe11d3
Compare
Choose a tag to compare

Enhancements

  • Refactor of the search image method to account for multiple locations, including compatibility with pyinstaller binaries.

Bug Fixes

  • Refactor is_retina to only check the main display.

Full Changelog: v0.2.2...v0.3.0

BotCity Framework Python Base - 0.2.2

12 Apr 23:32
904b120
Compare
Choose a tag to compare

Bug Fixes

New Contributors

Full Changelog: v0.2.1...v0.2.2

BotCity Framework Python Base - 0.2.1

31 Aug 06:44
Compare
Choose a tag to compare

Enhancements

  • Inject execution into bot for easier access outside of action method.

BotCity Framework Python Base - 0.2.0

07 Jul 01:36
Compare
Choose a tag to compare

Enhancements

  • Added method to find image files _search_image_file.

Deprecation

  • Method ensure_state is now gone since the functional API is no longer available.

Packaging

  • Added LICENSE file to MANIFEST
  • Added dependency on Pillow to requirements.txt