Skip to content

0.6

Compare
Choose a tag to compare
@Gabisonfire Gabisonfire released this 09 Mar 03:07
· 11 commits to master since this release
e07f974
  • 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.