From 0d077570069ca290306b5c294095a1a33e2a159f Mon Sep 17 00:00:00 2001 From: Ty Smith Date: Sat, 25 Apr 2026 13:41:16 -0700 Subject: [PATCH] Add lan-mouse plugin entry for StreamController 1.5.0-beta Adds a 1.5.0-beta entry pointing to plugin v0.2.0 alongside the existing 0.1.0 entry, so users on the new SC release can install the compatible plugin build. Co-Authored-By: Claude Opus 4.7 (1M context) --- Plugins.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Plugins.json b/Plugins.json index 5369600..0a29d5a 100644 --- a/Plugins.json +++ b/Plugins.json @@ -399,7 +399,8 @@ { "url": "https://github.com/tyvsmith/streamcontroller-lan-mouse", "commits": { - "0.1.0": "00d2597dbda67c8b90063afe6101da69a98dea97" + "0.1.0": "00d2597dbda67c8b90063afe6101da69a98dea97", + "1.5.0-beta": "c18fd0ab1304b0e869c642c62bc51bddfcaa8833" } } ]