diff --git a/.github/ISSUE_TEMPLATE/bug_report_form.yml b/.github/ISSUE_TEMPLATE/bug_report_form.yml index acf6679..8453407 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.9.11 (or newer) and my permissions are correct + - label: I use Jellyfin 10.10.0 (or newer) and my permissions are correct required: true - type: textarea attributes: diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/ConfusedPolarBear.Plugin.IntroSkipper.csproj b/ConfusedPolarBear.Plugin.IntroSkipper/ConfusedPolarBear.Plugin.IntroSkipper.csproj index ff595c2..eb496c9 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/ConfusedPolarBear.Plugin.IntroSkipper.csproj +++ b/ConfusedPolarBear.Plugin.IntroSkipper/ConfusedPolarBear.Plugin.IntroSkipper.csproj @@ -2,8 +2,8 @@ net8.0 ConfusedPolarBear.Plugin.IntroSkipper - 1.0.1.0 - 1.0.1.0 + 1.0.1.1 + 1.0.1.1 true true enable diff --git a/README.md b/README.md index 08ad3c0..27c8309 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ https://manifest.intro-skipper.workers.dev/manifest.json ## System requirements -* Jellyfin 10.9.11 (or newer) +* Jellyfin 10.10.0 (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 4b0b6bd..2697abd 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.0.1.1", + "changelog": "- See the full changelog at [GitHub](https://github.com/intro-skipper/intro-skipper/releases/tag/10.10/v1.0.1.1)\n", + "targetAbi": "10.10.0.0", + "sourceUrl": "https://github.com/intro-skipper/intro-skipper/releases/download/10.10/v1.0.1.1/intro-skipper-v1.0.1.1.zip", + "checksum": "304e23d218166d6d7fc4b1e8390b105b", + "timestamp": "2024-10-18T12:28:17Z" + }, { "version": "1.0.0.6", "changelog": "- See the full changelog at [GitHub](https://github.com/intro-skipper/intro-skipper/releases/tag/10.9/v1.0.0.6)\n", @@ -71,30 +79,6 @@ "sourceUrl": "https://github.com/intro-skipper/intro-skipper/releases/download/10.9/v0.2.0.21/intro-skipper-v0.2.0.21.zip", "checksum": "b3331fbe4f415198e4e41c7856181715", "timestamp": "2024-09-14T16:56:14Z" - }, - { - "version": "0.2.0.20", - "changelog": "- See the full changelog at [GitHub](https://github.com/intro-skipper/intro-skipper/releases/tag/10.9/v0.2.0.20)\n", - "targetAbi": "10.9.10.0", - "sourceUrl": "https://github.com/intro-skipper/intro-skipper/releases/download/10.9/v0.2.0.20/intro-skipper-v0.2.0.20.zip", - "checksum": "18a57997aaab4396676b1dfc170c5eca", - "timestamp": "2024-09-05T18:11:29Z" - }, - { - "version": "0.2.0.19", - "changelog": "- See the full changelog at [GitHub](https://github.com/intro-skipper/intro-skipper/releases/tag/10.9/v0.2.0.19)\n", - "targetAbi": "10.9.10.0", - "sourceUrl": "https://github.com/intro-skipper/intro-skipper/releases/download/10.9/v0.2.0.19/intro-skipper-v0.2.0.19.zip", - "checksum": "68e7203a5199133af46855cc91987ad8", - "timestamp": "2024-09-02T14:07:30Z" - }, - { - "version": "0.2.0.18", - "changelog": "- See the full changelog at [GitHub](https://github.com/intro-skipper/intro-skipper/releases/tag/10.9/v0.2.0.18)\n", - "targetAbi": "10.9.10.0", - "sourceUrl": "https://github.com/intro-skipper/intro-skipper/releases/download/10.9/v0.2.0.18/intro-skipper-v0.2.0.18.zip", - "checksum": "08ab1f3adebec4fea3779ac33282afe2", - "timestamp": "2024-09-01T16:39:14Z" } ] }