From c365b8859c12c45331e979ca7241498d84f26912 Mon Sep 17 00:00:00 2001 From: Francois CB <74976008+Franciskid@users.noreply.github.com> Date: Fri, 18 Sep 2026 11:56:42 +0200 Subject: [PATCH] add 1.0.6.0 to the manifest --- manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/manifest.json b/manifest.json index bc94eee..7a01b60 100644 --- a/manifest.json +++ b/manifest.json @@ -8,6 +8,14 @@ "category": "General", "imageUrl": "", "versions": [ + { + "version": "1.0.6.0", + "changelog": "Fixes share links on Jellyfin 12 (#21). The guest's browser was stuck on the Jellyfin logo: the sign-in page saved the server entry in a form jellyfin-web 12 can't read, so the web client never finished loading. It now saves it the way jellyfin-web does after a normal sign-in. Guests using the new Modern layout, the default in 12, no longer see the home, library and search links or the user menu. The item menu also closes properly when you pick ShareLink. Same build for 10.11 and 12. Tested on 10.11.0, 10.11.5, 10.11.8, 10.11.9, 10.11.11, 12.0 and 12.1.", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://github.com/Franciskid/jellyfin-plugin-sharelinks/releases/download/v1.0.6.0/sharelinks_1.0.6.0.zip", + "checksum": "cfe475cc0c2e78e9d0e63d223c8d6c11", + "timestamp": "2026-09-18T10:00:00Z" + }, { "version": "1.0.5.0", "changelog": "Fixes redemption on Jellyfin 10.11.9 and later (#19). Jellyfin changed the signature of the method the plugin uses to set a guest's password, so every link failed with a MissingMethodException and the guest landed on the dead-link page. The plugin now picks whichever version of that method the server has, so the same build works on every 10.11 release. Tested on 10.11.8 and 10.11.11.",