add 1.0.5.0 to the manifest

Cette révision appartient à :
Francois CB
2026-09-11 14:50:03 +02:00
Parent f57c1a1955
révision b48f977c22
+8
Voir le fichier
@@ -8,6 +8,14 @@
"category": "General",
"imageUrl": "",
"versions": [
{
"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.",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/Franciskid/jellyfin-plugin-sharelinks/releases/download/v1.0.5.0/sharelinks_1.0.5.0.zip",
"checksum": "ff5a8cd11b2bfea29231d62f0a36be6f",
"timestamp": "2026-09-11T13:00:00Z"
},
{
"version": "1.0.4.0",
"changelog": "Guests are now blocked from other plugins' API endpoints on the server, not just hidden from their UI in the browser. A share guest holds a real Jellyfin token, so anything that only hid a button left the endpoint answering it. Jellyfin's own API is untouched: the share tag already limits it to the shared title, and playback needs it. The config page lists your installed plugins with a checkbox each, so you can let one through when it genuinely needs to serve guests, such as an intro skipper. The guest hidden selectors setting is renamed to say what it is: cosmetic, it tidies the view and enforces nothing. Also fixes the dashboard devices page coming up empty after a share expired: deleting a guest left its device row behind, and a device whose user is missing makes Jellyfin fail the whole device listing rather than skip one row.",