Releases: Gabisonfire/deckster
Releases · Gabisonfire/deckster
0.6.2
0.6
- Breaking changes *
- Moved a lot of code to deckster.common.core for easier debug and organization.
- Plugins requiring methods like
update_key_image
orupdate_label_display
need to update their imports fromdeckster.deckster
todeckster.common.core
.
- Plugins requiring methods like
- Updated pillow to 9.2.0 due to vulnerabilities.
- Added the Homeassistant plugin
- Added the lock plugin
- Added key templates
- Added ability for plugins to manage the state of a toggle type button. See Homeassistant plugin for examples.
- Added modules functionality
- Added
run_once
functionality for plugins.
0.5
hotfix
Fixed typo in timer creation
Features and security
- Added jq filters for GET requests
- Bumped pillow version
0.3
- Updated service file for proper user install.
- Proper SIGTERM handling
- Steam generator: Automatically add pages as needed.
0.2
- Proper shutdown on CTRL+C
- Added generators
- Added Steam as builtin generator
- Various code optimization
- Added
padding
option - Added
label_truncate
option to use mostly with generators - Retry if no deck is found initially
Initial release
0.1 Fixed dependencies versions