diff --git a/README.md b/README.md index af24439..30d7a60 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ **Author's website and contact information:** [https://barraider.com](https://barraider.com) # Stream Deck+ Support -Docs are still not ready, for support check our discord (link below). Read release information for usage. +Instead of `PluginBase`, Derive from either `KeypadBase` (if you don't support dials), `EncoderBase` (for only dials), `KeyAndEncoderBase` (for both keys and dials) # Getting Started @@ -34,6 +34,13 @@ Introducing our new [wiki](https://github.com/BarRaider/streamdeck-tools/wiki) p # Change Log +### Version 6.0 +1. Merged streamdeck-client-csharp package into library to allow better logging of errors +2. Added support for SD+ SDK +3. Increased timeout of connection to Stream Deck due to the Stream Deck taking longer than before to reply on load +4. Added error catching to prevent 3rd party plugin exception to impact communication + + ### Version 3.2 is out! - Created new `ISDConnection` interface which is now implemented by SDConnection and used by PluginAction. - GlobalSettingsManager now has a short delay before calling GetGlobalSettings(), to reduce spamming the Stream Deck SDK. diff --git a/barraider-sdtools/barraider-sdtools.csproj b/barraider-sdtools/barraider-sdtools.csproj index 9812aae..7f6e3cd 100644 --- a/barraider-sdtools/barraider-sdtools.csproj +++ b/barraider-sdtools/barraider-sdtools.csproj @@ -9,16 +9,16 @@ This library encapsulates all the overhead of setting up the framework, so that [Samples for using the library are provided here: https://github.com/BarRaider/streamdeck-tools] Using this library, you only need to derive from the abstract PluginBase class and add one line of code in your program.cs to have a working plugin. More info and working samples here: https://github.com/BarRaider/streamdeck-tools . Feel free to contact me for more information: https://barraider.com - Copyright © BarRaider 2022 + Copyright © BarRaider 2023 https://github.com/BarRaider/streamdeck-tools/blob/master/LICENSE https://github.com/BarRaider/streamdeck-tools https://github.com/BarRaider/streamdeck-tools StreamDeck Elgato Library Plugin Stream Deck Toolkit StreamDeck-Tools - 3.9.0.0 - 3.9.0.0 - 5.9.2-Beta1 + 6.0.0.0 + 6.0.0.0 + 6.0 6.0 - 1. Merged streamdeck-client-csharp package into library to allow better logging of errors 2. Added support for SD+ SDK 3. Increased timeout of connection to Stream Deck due to the Stream Deck taking longer than before to reply on load @@ -27,8 +27,6 @@ Feel free to contact me for more information: https://barraider.comBarRaider.SdTools StreamDeckTools BRLogo_460.png - AnyCPU - false @@ -44,9 +42,9 @@ Feel free to contact me for more information: https://barraider.com - - - + + +