From da6d868067aa8ce282db2c44750dc6025d72ea97 Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Tue, 16 Dec 2025 01:58:44 +0100 Subject: [PATCH] feat: Add version 1.1.1.0 with bug fixes and advanced configuration UI --- manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/manifest.json b/manifest.json index feb59f9..d9f3f65 100644 --- a/manifest.json +++ b/manifest.json @@ -8,6 +8,14 @@ "category": "General", "imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/raw/branch/main/logo.png", "versions": [ + { + "version": "1.1.1.0", + "changelog": "Bug fixing: Added Advanced Configuration UI for customizing individual seasonal effects.", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.1.0.0/Jellyfin.Plugin.Seasonals.zip", + "checksum": "f1d7e2b24ad474904fa0eb1749e855b0", + "timestamp": "2025-12-16T00:56:08Z" + }, { "version": "1.1.0.0", "changelog": "Added Advanced Configuration UI for customizing individual seasonal effects.",