Skip to content

v1.2.0

Compare
Choose a tag to compare
@gri-gus gri-gus released this 22 Sep 12:11
· 6 commits to main since this release
e8d41ed

The library is divided into 3 libraries:

  • streamdeck-sdk - the main library
  • streamdeck-sdk-pi - a library for generating Property Inspector
  • streamdeck-sdk-cli - a library of command line utilities

⚠️ If you have already installed earlier versions of streamdeck-sdk, then before installing again, run: pip uninstall streamdeck-sdk

For development, all 3 are usually required, and in the plugin itself only streamdeck-sdk. So for development use this
command to install: pip install "streamdeck-sdk[dev]". It will install all 3 libraries.

Splitting it into different libraries speeds up plugin initialization and also fixes problems with updating and deleting
plugins on Windows.

⚠️ Attention! To generate the Property Inspector, you now need to import from streamdeck_sdk_pi.

Full Changelog: v1.1.2...v1.2.0