diff --git a/manifest.json b/manifest.json index 4f76c1b..0772b8f 100644 --- a/manifest.json +++ b/manifest.json @@ -8,6 +8,14 @@ "category": "General", "imageUrl": "", "versions": [ + { + "version": "1.0.8.0", + "changelog": "The ShareLink menu action and the guest page lockdown work right after install on every setup. The plugin now adds its script tag to the web page while Jellyfin serves it, so Jellyfin no longer needs write access to its own web files, which are read-only on the linuxserver image, distro packages and Docker setups that run Jellyfin as a normal user. It also works when Jellyfin runs under a base URL. Same build for 10.11 and 12. Tested on fresh installs of the linuxserver 12.1 and 10.11.8 images and the official 10.11.0, 10.11.11, 12.0 and 12.1 images, with no manual step.", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://github.com/Franciskid/jellyfin-plugin-sharelinks/releases/download/v1.0.8.0/sharelinks_1.0.8.0.zip", + "checksum": "f7559a0ca964e979e9a39e91c6369561", + "timestamp": "2026-09-18T18:00:00Z" + }, { "version": "1.0.7.0", "changelog": "The ShareLink menu action now shows up on Docker images where the web folder belongs to root but index.html is writable by Jellyfin, such as linuxserver/jellyfin. The plugin used to back up index.html into that folder first and gave up on the whole injection when the copy failed. The backup is now optional. index.html itself still has to be writable by the Jellyfin user. Same build for 10.11 and 12. Tested on the linuxserver 12.1 and 10.11.8 images and the official 12.1 image.",