From 46336ac756a471ae9bff19ac7e7344ebe2c3b7b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20L=C3=BCllau?= Date: Sat, 3 May 2025 02:32:33 +0200 Subject: [PATCH 1/3] Add Spotify Control Plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rene Lüllau --- Plugins.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Plugins.json b/Plugins.json index 8aa070b..55a0d35 100644 --- a/Plugins.json +++ b/Plugins.json @@ -271,5 +271,11 @@ "commits": { "1.5.0-beta.8": "738fe43b2a02d5902f815bec042de59dc199e949" } + }, + { + "url": "https://github.com/ReneLu/SpotifyControl", + "commits": { + "0.0.1-alpha": "717df6217ff4b8504e2d0e87ad080b405003e2e2e" + } } ] From ea0376ec2cd4f3a2211e3a2fcb70c1daf20eddb5 Mon Sep 17 00:00:00 2001 From: Core447 <100139110+Core447@users.noreply.github.com> Date: Sat, 3 May 2025 20:21:54 +0200 Subject: [PATCH 2/3] Use app version instead of plugin version --- Plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.json b/Plugins.json index 55a0d35..ed0da49 100644 --- a/Plugins.json +++ b/Plugins.json @@ -275,7 +275,7 @@ { "url": "https://github.com/ReneLu/SpotifyControl", "commits": { - "0.0.1-alpha": "717df6217ff4b8504e2d0e87ad080b405003e2e2e" + "1.5.0-beta.10": "717df6217ff4b8504e2d0e87ad080b405003e2e2e" } } ] From a81843c35aa66f6feec3fe9b345509452bd06022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20L=C3=BCllau?= Date: Mon, 5 May 2025 22:38:17 +0200 Subject: [PATCH 3/3] Change Commit ID of Spotify Control to new release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rene Lüllau --- Plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.json b/Plugins.json index ed0da49..a6cb505 100644 --- a/Plugins.json +++ b/Plugins.json @@ -275,7 +275,7 @@ { "url": "https://github.com/ReneLu/SpotifyControl", "commits": { - "1.5.0-beta.10": "717df6217ff4b8504e2d0e87ad080b405003e2e2e" + "1.5.0-beta.10": "dd2e813ca425c361b547334576ff54d6ba6c249b" } } ]