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
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@
9
9
# Stream Deck+ Support
10
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
-
13
12
# Getting Started
14
13
Introducing our new [wiki](https://github.com/BarRaider/streamdeck-tools/wiki) packed with usage instructions, examples and more.
15
14
@@ -34,6 +33,10 @@ Introducing our new [wiki](https://github.com/BarRaider/streamdeck-tools/wiki) p
34
33
35
34
# Change Log
36
35
36
+
### Version 6.1
37
+
- Support for new `DialDown` and `DialUp` events.
38
+
- Removed support for deprecated `DialPress` event
39
+
37
40
### Version 6.0
38
41
1. Merged streamdeck-client-csharp package into library to allow better logging of errors
0 commit comments