From 2fb912e734087322b26ac728189ad9a1086de13a Mon Sep 17 00:00:00 2001 From: Franciskid Date: Wed, 8 Jul 2026 01:19:41 +0200 Subject: [PATCH] update manifest checksum for rebuilt v1.0.0.0 --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 64b5354..e3ad58e 100644 --- a/manifest.json +++ b/manifest.json @@ -10,11 +10,11 @@ "versions": [ { "version": "1.0.0.0", - "changelog": "ShareLink button on the item menu, temporary guest users confined by tag policy, expiring links with a date/time picker, admin dashboard with revoke, and a configurable guest lockdown that hides tag/genre/studio/cast links, the add-to-playlist and add-to-collection actions, and other plugins' UI. The creation popup is localized in English and French.", + "changelog": "ShareLink button on the item menu, temporary guest users confined by tag policy, expiring links with a date/time picker, admin dashboard with revoke, and a configurable guest lockdown that hides tag/genre/studio/cast links, the add-to-playlist and add-to-collection actions, and other plugins' UI. The creation popup is localized in English and French. Guest sessions are now minted server side: no password is ever stored or sent anywhere, the guest page only carries a session token, and expired guests are cleaned up every 30 minutes.", "targetAbi": "10.11.0.0", "sourceUrl": "https://github.com/Franciskid/jellyfin-plugin-sharelinks/releases/download/v1.0.0.0/sharelinks_1.0.0.0.zip", - "checksum": "60e24bb267eb7df7bdd144c0c598ab1e", - "timestamp": "2026-07-07T21:45:00Z" + "checksum": "7fa7a31bf26f80307c75f87535c4f036", + "timestamp": "2026-07-07T23:18:38Z" } ] }