From f1b36f6d0a85d63765f81c672d3e6aca1d5d0262 Mon Sep 17 00:00:00 2001 From: gitea-actions Date: Mon, 8 Jun 2026 20:31:51 +0000 Subject: [PATCH] chore: update manifest.json for v1.0.0.0 --- manifest.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 8c27d10..b4480d0 100644 --- a/manifest.json +++ b/manifest.json @@ -7,6 +7,15 @@ "overview": "Builds a self-contained trailer library for Cinema Mode pre-roll plugins", "owner": "514mart", "imageUrl": "https://www.git.quarantinedstudio.com/mvezina/CinemaTrailers4Jellyfins/raw/branch/main/Jellyfin.Plugin.CinemaTrailers4Jellyfins/Images/logo.svg", - "versions": [] + "versions": [ + { + "checksum": "b8a6e246b2f07dadafb196c120dab2f6", + "changelog": "- Initial release based on Trailers4Jellyfin \u2014 TMDB/YouTube trailer downloads, scheduled task, language/date filters, and trailer rotation, repackaged so each trailer ships inside its own fake-movie folder (placeholder video + locked NFO + trailer) for use with a Cinema Mode pre-roll plugin\n", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://www.git.quarantinedstudio.com/mvezina/CinemaTrailers4Jellyfins/releases/download/v1.0.0.0/cinematrailers4jellyfins_1.0.0.0.zip", + "timestamp": "2026-06-08T20:31:51Z", + "version": "1.0.0.0" + } + ] } ]