You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v2.9.0 - Updated new Stream Deck APIs + New features
- Updated plugin creation logic to support issue where Stream Deck sends multiple WillAppear messages in Multi-Actions
- Updated API to support new State parameter in SetImageAsync/SetTitleAsync
- Added FIPS-compliant support to SHA512 in Tools module. MD5 functions are now obsolete
- New GraphicTools.WrapStringToFitImage() function will automatically wrap the text so it wil fit the key when using SetTitleAsync()
v2.5.0 - StreamDeckMobile support + GenerateGenericKeyImage method
- Added support for StreamDeckMobile device type
- Added new `Tools.GenerateGenericKeyImage()` function that generates an image that fits all Stream Decks
v2.4.2
- Added support for Plugin version inside the StreamDeckInfo class.
- Current plugin version is now shown in the `pluginlog.log` log file
- Publishing through `GlobalSettingsManager` now raises the GlobalSettingsReceived event by default