From 93b822c11d247e509252fd7d7311d2ee9513ebb9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 6 Jul 2025 21:48:49 +0000 Subject: [PATCH] Update manifest for SmartPlaylist v10.11.0.0 --- manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/manifest.json b/manifest.json index 0c78875..2a5cf90 100644 --- a/manifest.json +++ b/manifest.json @@ -8,6 +8,14 @@ "owner": "jyourstone", "imageUrl": "https://raw.githubusercontent.com/jyourstone/jellyfin-smartplaylist-plugin/master/images/logo.jpg", "versions": [ + { + "version": "10.11.0.0", + "targetAbi": "10.11.0", + "sourceUrl": "https://github.com/jyourstone/jellyfin-smartplaylist-plugin/releases/download/v10.11.0.0/Jellyfin.Plugin.SmartPlaylist_v10.11.0.0.zip", + "checksum": "78300CCFCC6B4EE445FBAD5A8E53F8D5", + "changelog": "Jellyfin 10.11 support and new features:\n\n- You can now choose and mix AND/OR logic when creating rules\n- Option to select media type first to go well in hand with the new rules logic\n- Added flexible deletion options (config only vs config + playlist)\n- Added regex validation\n- Added option to enable/disable playlists\n- Performance optimizations\n- Works with Jellyfin 10.11.0.0-rc2\n\nAlso switched to Jellyfin version semantics.", + "timestamp": "2025-07-06" + }, { "version": "2.1.2.0", "targetAbi": "10.10.7",