add 1.0.6.0 to the manifest

Cette révision appartient à :
Francois CB
2026-09-18 11:56:42 +02:00
Parent 079a1de23e
révision c365b8859c
+8
Voir le fichier
@@ -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.",