Skip to content

Releases: gri-gus/streamdeck-python-sdk

v1.1.0

12 Sep 15:38
24fbb7a
Compare
Choose a tag to compare
  • Added the ability to create a Property Inspector using Python code
  • Project template modified for use with the Property Inspector
  • Added information about using Property Inspector Generator in README
  • Added test message to PI in plugin template

Full Changelog: v1.0.1...v1.1.0

v1.0.1

31 Aug 18:44
6c5c648
Compare
Choose a tag to compare
  • Added more accurate startup check in debug mode;
  • Methods for debug mode have been moved to the mixin;

Full Changelog: v1.0.0...v1.0.1

v1.0.0

31 Aug 00:15
e698100
Compare
Choose a tag to compare
  • Added support for the setTriggerDescription event;
  • Transition to pydantic==2.8.2;
  • Transition to websockets==13.0.1;
  • Added Debug mode;
  • Added base project;
  • Added commands for creating a basic project and building a plugin;
  • The project structure has been changed;
  • Added documentation for event methods and pydantic event models;
  • Added support for Stream Deck application versions 6.3, 6.4, 6.5, 6.6, 6.7;
  • Added usage example to README.md;
  • Added README.ru.md in Russian;
  • The interfaces of some methods for sending messages have changed, they have become simpler.

Full Changelog: v0.3.2...v1.0.0

v0.3.2

09 May 20:38
Compare
Choose a tag to compare
  • Checked work with Stream Deck application 6.2. Works correctly, support info added to README.
  • Requirements are now fixed.

v0.3.1

03 May 18:19
Compare
Choose a tag to compare
  • Fixed settings type hint in DialDownPayload and DialUpPayload.

v0.3.0

18 Apr 14:47
Compare
Choose a tag to compare
  • 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.