Skip to content

v0.3.0

Compare
Choose a tag to compare
@gri-gus gri-gus released this 18 Apr 14:47
· 7 commits to main since this release
  • Added dialDown and dialUp events for Stream Deck + encoders.
  • Functions wrapped in @in_separate_thread now return the created Thread.
  • The logging system has been redesigned:
    • Now the global logger is configured, which allows other libraries to write a log without additional settings.
    • The logger that is imported via from streamdeck_sdk import logger now has a plugin name.
  • Requirements updated.