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
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
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
**Author's website and contact information:**[https://barraider.com](https://barraider.com)
8
8
9
9
# Stream Deck+ Support
10
-
Docs are still not ready, for support check our discord (link below). Read release information for usage.
10
+
Instead of `PluginBase`, Derive from either `KeypadBase` (if you don't support dials), `EncoderBase` (for only dials), `KeyAndEncoderBase` (for both keys and dials)
11
11
12
12
13
13
# Getting Started
@@ -34,6 +34,13 @@ Introducing our new [wiki](https://github.com/BarRaider/streamdeck-tools/wiki) p
34
34
35
35
# Change Log
36
36
37
+
### Version 6.0
38
+
1. Merged streamdeck-client-csharp package into library to allow better logging of errors
39
+
2. Added support for SD+ SDK
40
+
3. Increased timeout of connection to Stream Deck due to the Stream Deck taking longer than before to reply on load
41
+
4. Added error catching to prevent 3rd party plugin exception to impact communication
42
+
43
+
37
44
### Version 3.2 is out!
38
45
- Created new `ISDConnection` interface which is now implemented by SDConnection and used by PluginAction.
39
46
- GlobalSettingsManager now has a short delay before calling GetGlobalSettings(), to reduce spamming the Stream Deck SDK.
Copy file name to clipboardExpand all lines: barraider-sdtools/barraider-sdtools.csproj
+7-9Lines changed: 7 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,16 @@ This library encapsulates all the overhead of setting up the framework, so that
9
9
[Samples for using the library are provided here: https://github.com/BarRaider/streamdeck-tools]
10
10
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 .
11
11
Feel free to contact me for more information: https://barraider.com</Description>
0 commit comments