From 9ea40cae489366f2cdfdfae87a041479703d2c2b Mon Sep 17 00:00:00 2001 From: Benedikt Grande Date: Wed, 14 Jan 2026 17:08:06 +0100 Subject: [PATCH 1/3] feat(statusplugin): add StatusPlugin Plugin to store --- Plugins.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Plugins.json b/Plugins.json index 908c358..ab58881 100644 --- a/Plugins.json +++ b/Plugins.json @@ -375,5 +375,11 @@ "1.0.0": "034e0dbf2eb20e42f9fb3fe9efc913a3e74ea119", "1.0.1": "08f293443e5c47846ea98403a40476ee59433abe" } - } + }, + { + "url": "https://github.com/bgrande/StreamControllerStatusPlugin", + "commits": { + "0.8.1": "862b7cba35a50b958e5b12e1799d596b56a88289" + } + } ] From f89fb736560069ab57bb51da36db962f0696a429 Mon Sep 17 00:00:00 2001 From: Benedikt Grande Date: Wed, 14 Jan 2026 17:16:19 +0100 Subject: [PATCH 2/3] feat(statusplugin): fix versions --- Plugins.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Plugins.json b/Plugins.json index ab58881..777f12f 100644 --- a/Plugins.json +++ b/Plugins.json @@ -379,7 +379,9 @@ { "url": "https://github.com/bgrande/StreamControllerStatusPlugin", "commits": { - "0.8.1": "862b7cba35a50b958e5b12e1799d596b56a88289" + "0.8.2": "862b7cba35a50b958e5b12e1799d596b56a88289", + "0.8.3": "9b100d8f63e004df75330c7efc28d4eff42e5c9b", + "1.0.0": "d93d384bc15f842e3bb908ac7efa04b204b8fe76" } } ] From f5177b9030b23d177cc337e4845c7844891d4cf0 Mon Sep 17 00:00:00 2001 From: Benedikt Grande Date: Wed, 14 Jan 2026 18:05:02 +0100 Subject: [PATCH 3/3] feat(statusplugin): only start with 1.0.0 --- Plugins.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Plugins.json b/Plugins.json index 777f12f..d9a8bb1 100644 --- a/Plugins.json +++ b/Plugins.json @@ -379,9 +379,7 @@ { "url": "https://github.com/bgrande/StreamControllerStatusPlugin", "commits": { - "0.8.2": "862b7cba35a50b958e5b12e1799d596b56a88289", - "0.8.3": "9b100d8f63e004df75330c7efc28d4eff42e5c9b", - "1.0.0": "d93d384bc15f842e3bb908ac7efa04b204b8fe76" + "1.0.0": "3451c4e0275d4abd7fe18656714221fee37d887b" } } ]