Releases: botcity-dev/botcity-framework-base-python
Releases · botcity-dev/botcity-framework-base-python
BotCity Framework Python Base - 0.4.4
BotCity Framework Python Base - 0.4.3
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
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
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
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
Bug Fixes
- Fix
is_retina
logic for unbound variableretina
. by @hhslepicka in #3
Full Changelog: v0.3.0...v0.3.1
BotCity Framework Python Base - 0.3.0
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
Bug Fixes
- Updated handling for image path by @joao-voltarelli in #1
New Contributors
- @joao-voltarelli made their first contribution in #1
Full Changelog: v0.2.1...v0.2.2
BotCity Framework Python Base - 0.2.1
Enhancements
- Inject execution into bot for easier access outside of action method.
BotCity Framework Python Base - 0.2.0
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