diff --git a/README.md b/README.md index 9385d74..37b7d94 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The repository must be publicly reachable by the Jellyfin server for plugin inst ## Current Plugins - Multilang: multilingual metadata and artwork for Jellyfin. -- Watch Orders: curated franchise viewing orders (beta for Jellyfin 12.0 on Linux x64). +- Watch Orders: curated franchise viewing orders (beta for Jellyfin 10.11.9+ and 12.0 on Linux x64). ## Release Process diff --git a/manifest.json b/manifest.json index f8dc292..e062f2a 100644 --- a/manifest.json +++ b/manifest.json @@ -109,10 +109,18 @@ "category": "General", "guid": "3b0322f4-3575-4de3-bd9a-957e308b5527", "name": "Watch Orders", - "description": "Curated franchise watch orders for Jellyfin. Beta for Jellyfin 12.0 on Linux x64.", + "description": "Curated franchise watch orders for Jellyfin. Beta builds for Jellyfin 10.11 and 12.0 on Linux x64.", "overview": "Create personal or global sets of ordered movies, episodes, dynamic seasons, shows and collections. Browse the authored structure through a native Jellyfin library. Supports portable TMDb/IMDb references, multi-source season selections, missing-item placeholders and artwork. Beta: per-order playback resume, publication approvals and user-facing sharing/import remain unfinished.", "owner": "ajp_anton", "versions": [ + { + "version": "0.10.17.0", + "changelog": "Initial catalog beta for Jellyfin 10.11.9 or later in the 10.11 series on Linux x64. Includes authored native browsing, the breadcrumb editor, portable multi-source season selections, missing-item preferences and artwork fallbacks. Validated with 54 unit tests and read-only checks of existing watch orders. Back up configuration before upgrading; not a feature-complete release.", + "targetAbi": "10.11.9.0", + "sourceUrl": "https://git.ajpanton.se/ajp_anton/jellyfin-plugin-repository/raw/branch/main/releases/jellyfin-watch-orders_0.10.17.0.zip", + "checksum": "94562a6951e411ab8108239e2f2e5914", + "timestamp": "2026-09-09T08:59:44Z" + }, { "version": "0.12.18.0", "changelog": "Initial catalog beta for stable Jellyfin 12.0 on Linux x64. Includes authored native browsing, the breadcrumb editor, portable multi-source season selections, missing-item preferences and artwork fallbacks. Fixes new-folder artwork persistence on Jellyfin 12. Validated with 54 unit tests and 13 browser/integration tests. Back up configuration before upgrading; not a feature-complete release.", diff --git a/releases/jellyfin-watch-orders_0.10.17.0.zip b/releases/jellyfin-watch-orders_0.10.17.0.zip new file mode 100644 index 0000000..83eb9dd Binary files /dev/null and b/releases/jellyfin-watch-orders_0.10.17.0.zip differ