From 0b31117772e6b0f58c38ffbb1693c9f957849732 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 17 Nov 2024 01:15:17 +0000 Subject: [PATCH] release v1.10.10.8 --- .github/ISSUE_TEMPLATE/bug_report_form.yml | 2 +- IntroSkipper/IntroSkipper.csproj | 4 ++-- README.md | 2 +- manifest.json | 24 ++++++++-------------- 4 files changed, 12 insertions(+), 20 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_form.yml b/.github/ISSUE_TEMPLATE/bug_report_form.yml index 638e929..97cb75d 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.1 (or newer) and my permissions are correct + - label: I use Jellyfin 10.10.2 (or newer) and my permissions are correct required: true - type: textarea attributes: diff --git a/IntroSkipper/IntroSkipper.csproj b/IntroSkipper/IntroSkipper.csproj index 4a7df55..ff6fdd5 100644 --- a/IntroSkipper/IntroSkipper.csproj +++ b/IntroSkipper/IntroSkipper.csproj @@ -2,8 +2,8 @@ net8.0 IntroSkipper - 1.10.10.7 - 1.10.10.7 + 1.10.10.8 + 1.10.10.8 true true enable diff --git a/README.md b/README.md index ba713d9..4026843 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ https://manifest.intro-skipper.org/manifest.json ## System requirements -* Jellyfin 10.10.1 (or newer) +* Jellyfin 10.10.2 (or newer) * Jellyfin's [fork](https://github.com/jellyfin/jellyfin-ffmpeg) of `ffmpeg` must be installed, version `7.0.2-5` or newer * `jellyfin/jellyfin` 10.10.z container: preinstalled * `linuxserver/jellyfin` 10.10.z container: preinstalled diff --git a/manifest.json b/manifest.json index 7b3541f..57f442e 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.8", + "changelog": "- See the full changelog at [GitHub](https://github.com/intro-skipper/intro-skipper/releases/tag/10.10/v1.10.10.8)\n", + "targetAbi": "10.10.2.0", + "sourceUrl": "https://github.com/intro-skipper/intro-skipper/releases/download/10.10/v1.10.10.8/intro-skipper-v1.10.10.8.zip", + "checksum": "7d91f8a86ee01fd2acfe6000adceef9d", + "timestamp": "2024-11-17T01:15:17Z" + }, { "version": "1.10.10.7", "changelog": "- See the full changelog at [GitHub](https://github.com/intro-skipper/intro-skipper/releases/tag/10.10/v1.10.10.7)\n", @@ -47,22 +55,6 @@ "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", - "targetAbi": "10.10.0.0", - "sourceUrl": "https://github.com/intro-skipper/intro-skipper/releases/download/10.10/v1.10.10.2/intro-skipper-v1.10.10.2.zip", - "checksum": "f9187592b43f8494445fceb395df8240", - "timestamp": "2024-10-27T09:38:31Z" - }, - { - "version": "1.10.10.1", - "changelog": "- See the full changelog at [GitHub](https://github.com/intro-skipper/intro-skipper/releases/tag/10.10/v1.10.10.1)\n", - "targetAbi": "10.10.0.0", - "sourceUrl": "https://github.com/intro-skipper/intro-skipper/releases/download/10.10/v1.10.10.1/intro-skipper-v1.10.10.1.zip", - "checksum": "a1c171e64e304f67a81534184e61280c", - "timestamp": "2024-10-26T18:08:27Z" } ] }