v0.3.0
- 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 viafrom streamdeck_sdk import logger
now has a plugin name.
- Requirements updated.