From d5043d3f0431ab053484e4b41d05c094928adfbe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 4 Nov 2024 20:25:58 +0000 Subject: [PATCH] release v1.10.10.3 --- .github/ISSUE_TEMPLATE/bug_report_form.yml | 2 +- IntroSkipper/IntroSkipper.csproj | 4 ++-- README.md | 2 +- manifest.json | 8 ++++++++ 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_form.yml b/.github/ISSUE_TEMPLATE/bug_report_form.yml index 8453407..638e929 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_form.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_form.yml @@ -13,7 +13,7 @@ body: Many servers have permission issues that can be resolved with a few extra steps. If your skip button is not shown, please see [Troubleshooting](https://github.com/intro-skipper/intro-skipper/wiki/Troubleshooting#skip-button-is-not-visible) before reporting. options: - - label: I use Jellyfin 10.10.0 (or newer) and my permissions are correct + - label: I use Jellyfin 10.10.1 (or newer) and my permissions are correct required: true - type: textarea attributes: diff --git a/IntroSkipper/IntroSkipper.csproj b/IntroSkipper/IntroSkipper.csproj index 8c7f5d9..ba7025a 100644 --- a/IntroSkipper/IntroSkipper.csproj +++ b/IntroSkipper/IntroSkipper.csproj @@ -2,8 +2,8 @@ net8.0 IntroSkipper - 1.10.10.2 - 1.10.10.2 + 1.10.10.3 + 1.10.10.3 true true enable diff --git a/README.md b/README.md index bad76ef..0b5d6c3 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ https://manifest.intro-skipper.org/manifest.json ## System requirements -* Jellyfin 10.10.0 (or newer) +* Jellyfin 10.10.1 (or newer) * Jellyfin's [fork](https://github.com/jellyfin/jellyfin-ffmpeg) of `ffmpeg` must be installed, version `6.0.1-5` or newer * `jellyfin/jellyfin` 10.9.z container: preinstalled * `linuxserver/jellyfin` 10.9.z container: preinstalled diff --git a/manifest.json b/manifest.json index 3822444..1cb6977 100644 --- a/manifest.json +++ b/manifest.json @@ -8,6 +8,14 @@ "category": "General", "imageUrl": "https://raw.githubusercontent.com/intro-skipper/intro-skipper/master/images/logo.png", "versions": [ + { + "version": "1.10.10.3", + "changelog": "- See the full changelog at [GitHub](https://github.com/intro-skipper/intro-skipper/releases/tag/10.10/v1.10.10.3)\n", + "targetAbi": "10.10.1.0", + "sourceUrl": "https://github.com/intro-skipper/intro-skipper/releases/download/10.10/v1.10.10.3/intro-skipper-v1.10.10.3.zip", + "checksum": "a79860821dcfc16784faa3c143f860b9", + "timestamp": "2024-11-04T20:25:58Z" + }, { "version": "1.10.10.2", "changelog": "- See the full changelog at [GitHub](https://github.com/intro-skipper/intro-skipper/releases/tag/10.10/v1.10.10.2)\n",