Skip to content

Releases: Gabisonfire/deckster

0.6.2

09 Mar 03:26
e7272d9
Compare
Choose a tag to compare
  • Update to pillow for security vulnerability
  • Fix bad import in requirement file

0.6

09 Mar 03:07
e07f974
Compare
Choose a tag to compare
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 or update_label_display need to update their imports from deckster.deckster to deckster.common.core.
  • 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

17 Nov 04:25
f0ca805
Compare
Choose a tag to compare
0.5
  • Fix for bad json formatting (#4)
  • Updated pillow for security purposes
  • Fixed custom plugins not loading on timer_on

hotfix

04 Nov 03:13
a57eb45
Compare
Choose a tag to compare

Fixed typo in timer creation

Features and security

09 Feb 03:17
Compare
Choose a tag to compare
  • Added jq filters for GET requests
  • Bumped pillow version

0.3

22 Dec 03:26
c79990f
Compare
Choose a tag to compare
0.3
  • Updated service file for proper user install.
  • Proper SIGTERM handling
  • Steam generator: Automatically add pages as needed.

0.2

16 Dec 20:05
5887548
Compare
Choose a tag to compare
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

06 Dec 22:03
Compare
Choose a tag to compare
0.1

Fixed dependencies versions