From fd1e4a8d3cafe4c79624b4711ffc636b4b82125f Mon Sep 17 00:00:00 2001 From: Franciskid Date: Sun, 26 Jul 2026 21:30:33 +0200 Subject: [PATCH] add 1.0.3.0 to the plugin manifest --- manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/manifest.json b/manifest.json index 02fd76e..bb85c97 100644 --- a/manifest.json +++ b/manifest.json @@ -8,6 +8,14 @@ "category": "General", "imageUrl": "", "versions": [ + { + "version": "1.0.3.0", + "changelog": "A link no longer has to die the moment the first person opens it. The create popup has a new \"Let several people use this link\" box: tick it and the link keeps working for everyone you send it to until it expires. It is a per-link choice now, and the old plugin setting is just what the box starts out as. Multi-use links have a ceiling on how many people can watch at once, ten by default and configurable; anyone arriving after that is asked to try again later and nobody already watching is disturbed. Multi-use did not actually work before this release: guests were capped at one session, so the second viewer's redemption failed and cleanup then deleted the guest account out from under the first viewer.", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://github.com/Franciskid/jellyfin-plugin-sharelinks/releases/download/v1.0.3.0/sharelinks_1.0.3.0.zip", + "checksum": "1beb57958412142c6b0206eb0e7e922f", + "timestamp": "2026-07-26T19:30:00Z" + }, { "version": "1.0.2.0", "changelog": "The ShareLink button now sits in its own section at the bottom of the item menu, and only appears for a movie, series, season or episode instead of turning up on things like a cast member. It is properly admin only again: the current user was cached for the whole page, so switching accounts in the same tab could leave the button visible to a normal user (the server always refused them). Share tags are hidden from everyone except admins, on the title and in the tag filter. Security: one-use links can no longer be redeemed twice, the configured maximum expiry is respected, the raw token is dropped from storage when a link dies, the token secret file is 0600, guest accounts can no longer sign in from the login page at all, and the runtime reflection shims around Jellyfin's APIs are gone.",