From aab066a65a50fa07ad50b32917bbca1cc3a33107 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 2 Nov 2025 01:26:33 +0000 Subject: [PATCH] Generate manifest --- manifest.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/manifest.json b/manifest.json index 836710a..64b098d 100644 --- a/manifest.json +++ b/manifest.json @@ -1343,6 +1343,14 @@ "category": "General", "imageUrl": "https://raw.githubusercontent.com/0belous/universal-plugin-repo/refs/heads/main/images/Editor's Choice.png", "versions": [ + { + "version": "1.4.1", + "changelog": "Fixes issue preventing Collections mode from working", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://github.com/lachlandcp/jellyfin-editors-choice-plugin/releases/download/1.4.1/EditorsChoicePlugin.v1.4.1.zip", + "checksum": "91dce768a877127d4069c9dfb3916fa1", + "timestamp": "2025-11-02 11:02:00" + }, { "version": "1.4.0.0", "changelog": "Compatible with Jellyfin 10.11.0.", @@ -11924,6 +11932,17 @@ "category": "General", "imageUrl": "https://raw.githubusercontent.com/0belous/universal-plugin-repo/refs/heads/main/images/Home Screen Sections.png", "versions": [ + { + "version": "2.4.9.0", + "changelog": "✨ New Features\r\n\r\n- When failing to retrieve the home screen sections, instead of completely erroring, we now fallback to the default jellyfin behaviour. This should help with some issues during the install process.\r\n\r\n🪲 Bug Fixes\r\n\r\n- Fixed #128 where a crash was occurring when getting the Because You Watched sections\r\n- Added logging to help diagnose the problems occurring in #125 (recently added shows appearing in the wrong order)", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://github.com/IAmParadox27/jellyfin-plugin-home-sections/releases/download/2.4.9.0/Release-10.11.0.zip", + "checksum": "2DFB443330EA4356DD9F95D993CE0674", + "timestamp": "2025-10-31T20:45:59", + "dependencies": [ + "5e87cc92-571a-4d8d-8d98-d2d4147f9f90" + ] + }, { "version": "2.4.8.0", "changelog": "✨ New Features\r\n\r\n- Added new \"My Requests\" section, building off the work done for the \"Discover\" sections, a new section is born, each user gets a row of movies/tv shows they have requested\r\n\r\n⚡ Performance Improvements\r\n\r\n- Minor optimisations to recently added sections\r\n- Some of the code that handles sections has been refactored paving the way to allow the return of the heavily requested \"Recently Added in {library}\" sections, the default behaviour of Jellyfin.\r\n - Note this isn't added in this release, but soon it will be added.\r\n\r\n🪲 Bug Fixes\r\n\r\n- Fixed issue where Recently Added sections can duplicate content",