We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c9805 commit 1fa3f93Copy full SHA for 1fa3f93
Changelog.md
@@ -1,5 +1,24 @@
1
# Changelog
2
3
+## 0.6.0 / 2025-11-06
4
+
5
+## Added
6
7
+- Build custom Stream Deck + layouts with result builders!
8
+- The plugin manages more information about action instances, including:
9
+ - `controllerType`
10
+ - `coordinates`
11
+ - `device`
12
+- Use the `@Entry` macro for easily setting environment values
13
+- Optionally disable default long press behavior
14
+- Action settings now fully support [SPDI Components](https://sdpi-components.dev)
15
16
+## 0.5.1 / 2024-10-16
17
18
+## Changed
19
20
+- Plugin backend has moved more code to use concurrency
21
22
## 0.5.0 / 2024-09-19
23
24
## Added
0 commit comments