From 49fee8329358bb425a39ba39f4a35fa7fec6dade Mon Sep 17 00:00:00 2001 From: Grant Abell Date: Wed, 12 Aug 2026 14:11:55 -0400 Subject: [PATCH 1/4] Add Bitfocus Companion, Discord, Litra Glow, and Spotify plugins. --- Plugins.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Plugins.json b/Plugins.json index 0730b56..857c537 100644 --- a/Plugins.json +++ b/Plugins.json @@ -246,5 +246,21 @@ { "url": "https://github.com/ENjxzlt/Claude-Code-Usage-Streamcontroller", "hash": "1582694b90ccafc2d33dac6fb790ec1d0604c43c" + }, + { + "url": "https://github.com/GrantAbell/StreamController-LitraGlow", + "hash": "9b63ac8971f7cee8a8a17c4619cc8ad9268ece55" + }, + { + "url": "https://github.com/GrantAbell/StreamController-BitfocusCompanion", + "hash": "93a20ee6fc8d5a9ad8eec44559128e9b76d5d5e4" + }, + { + "url": "https://github.com/GrantAbell/StreamController-DiscordPlugin", + "hash": "a5152b9085f691f440a6bbc323b5e85a22c9a6b3" + }, + { + "url": "https://github.com/GrantAbell/StreamController-Spotify", + "hash": "4edd1b38ea468b0d5fc17e9dca2fd23696e3f2ce" } ] From 173d32e6625a73e228e314bacc468905f7e22eab Mon Sep 17 00:00:00 2001 From: Grant Abell <82414202+GrantAbell@users.noreply.github.com> Date: Wed, 12 Aug 2026 14:32:15 -0400 Subject: [PATCH 2/4] Change hash for LitraGlow plugin Updated hash for StreamController-LitraGlow plugin. --- Plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.json b/Plugins.json index 857c537..0a3fad4 100644 --- a/Plugins.json +++ b/Plugins.json @@ -249,7 +249,7 @@ }, { "url": "https://github.com/GrantAbell/StreamController-LitraGlow", - "hash": "9b63ac8971f7cee8a8a17c4619cc8ad9268ece55" + "hash": "0ef049c753b104061fb7fe4653014c8963bdb9af" }, { "url": "https://github.com/GrantAbell/StreamController-BitfocusCompanion", From 805adb013acb3c626c65b110a08f19d9ba7a09b5 Mon Sep 17 00:00:00 2001 From: Grant Abell <82414202+GrantAbell@users.noreply.github.com> Date: Wed, 12 Aug 2026 23:18:51 -0400 Subject: [PATCH 3/4] Update hashes for Discord and Spotify plugins --- Plugins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins.json b/Plugins.json index 0a3fad4..0c41069 100644 --- a/Plugins.json +++ b/Plugins.json @@ -257,10 +257,10 @@ }, { "url": "https://github.com/GrantAbell/StreamController-DiscordPlugin", - "hash": "a5152b9085f691f440a6bbc323b5e85a22c9a6b3" + "hash": "a5c2e358bc18a765b6c429a06579d0e931735c71" }, { "url": "https://github.com/GrantAbell/StreamController-Spotify", - "hash": "4edd1b38ea468b0d5fc17e9dca2fd23696e3f2ce" + "hash": "4a22c1cbd3841e6eca468a99f09c408e1767ce3d" } ] From 0f9ddc26b4de95a1577e0b7d7fd1dc520fe3b92e Mon Sep 17 00:00:00 2001 From: Core447 <100139110+Core447@users.noreply.github.com> Date: Fri, 14 Aug 2026 10:22:31 +0200 Subject: [PATCH 4/4] Remove discord and spotify plugins --- Plugins.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Plugins.json b/Plugins.json index 0c41069..1847286 100644 --- a/Plugins.json +++ b/Plugins.json @@ -254,13 +254,5 @@ { "url": "https://github.com/GrantAbell/StreamController-BitfocusCompanion", "hash": "93a20ee6fc8d5a9ad8eec44559128e9b76d5d5e4" - }, - { - "url": "https://github.com/GrantAbell/StreamController-DiscordPlugin", - "hash": "a5c2e358bc18a765b6c429a06579d0e931735c71" - }, - { - "url": "https://github.com/GrantAbell/StreamController-Spotify", - "hash": "4a22c1cbd3841e6eca468a99f09c408e1767ce3d" } ]