From c93235247040c655cb3f4e69b88758b4ea8dc1be Mon Sep 17 00:00:00 2001 From: Quintar Date: Fri, 9 Jan 2026 13:09:14 +0100 Subject: [PATCH 1/2] Add new plugin entry for StreamDeckButton --- Plugins.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Plugins.json b/Plugins.json index f89e08a..820c015 100644 --- a/Plugins.json +++ b/Plugins.json @@ -368,5 +368,11 @@ "1.5.0-beta.11": "b9dc6dc1c048b81d8b52d760918d6fe68df89ed8", "1.5.0-beta.12": "89a50a6c3e3942c2575a4bb86fe5f89af6ae9f2c" } + }, + { + "url": "https://github.com/Quintar/StreamDeckButton", + "commits": { + "1.0.0": "fe3024c" + } } ] From 5ef2519523ef77c288c3b2ec7f3797cd5832f38b Mon Sep 17 00:00:00 2001 From: Quintar Date: Thu, 29 Jan 2026 10:18:04 +0100 Subject: [PATCH 2/2] version 1.0.1 of StreamDeckButton to Plugins.json --- Plugins.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Plugins.json b/Plugins.json index 820c015..fce67e5 100644 --- a/Plugins.json +++ b/Plugins.json @@ -372,7 +372,8 @@ { "url": "https://github.com/Quintar/StreamDeckButton", "commits": { - "1.0.0": "fe3024c" + "1.0.0": "fe3024c", + "1.0.1": "fc5123b" } } ]