diff --git a/.github/ISSUE_TEMPLATE/bug_report_form.yml b/.github/ISSUE_TEMPLATE/bug_report_form.yml index 97cb75d..467fb91 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.2 (or newer) and my permissions are correct + - label: I use Jellyfin 10.10.3 (or newer) and my permissions are correct required: true - type: textarea attributes: diff --git a/IntroSkipper/IntroSkipper.csproj b/IntroSkipper/IntroSkipper.csproj index 72c1b97..7044bb1 100644 --- a/IntroSkipper/IntroSkipper.csproj +++ b/IntroSkipper/IntroSkipper.csproj @@ -2,8 +2,8 @@ net8.0 IntroSkipper - 1.10.10.9 - 1.10.10.9 + 1.10.10.10 + 1.10.10.10 true true enable diff --git a/README.md b/README.md index 4026843..5d2efd0 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ https://manifest.intro-skipper.org/manifest.json ## System requirements -* Jellyfin 10.10.2 (or newer) +* Jellyfin 10.10.3 (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 26dfd32..6a78b6f 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.10", + "changelog": "- See the full changelog at [GitHub](https://github.com/intro-skipper/intro-skipper/releases/tag/10.10/v1.10.10.10)\n", + "targetAbi": "10.10.3.0", + "sourceUrl": "https://github.com/intro-skipper/intro-skipper/releases/download/10.10/v1.10.10.10/intro-skipper-v1.10.10.10.zip", + "checksum": "96ec29871e726ece01fbf7ccb24ae392", + "timestamp": "2024-11-24T18:33:26Z" + }, { "version": "1.10.10.9", "changelog": "- See the full changelog at [GitHub](https://github.com/intro-skipper/intro-skipper/releases/tag/10.10/v1.10.10.9)\n", @@ -15,47 +23,7 @@ "sourceUrl": "https://github.com/intro-skipper/intro-skipper/releases/download/10.10/v1.10.10.9/intro-skipper-v1.10.10.9.zip", "checksum": "a39436ee4476a4e74acbafbaf1008dfb", "timestamp": "2024-11-17T21:14:18Z" - }, - { - "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", - "targetAbi": "10.10.1.0", - "sourceUrl": "https://github.com/intro-skipper/intro-skipper/releases/download/10.10/v1.10.10.7/intro-skipper-v1.10.10.7.zip", - "checksum": "5b2c8de6dd09af7a5754c634bd42e83b", - "timestamp": "2024-11-12T18:43:24Z" - }, - { - "version": "1.10.10.6", - "changelog": "- See the full changelog at [GitHub](https://github.com/intro-skipper/intro-skipper/releases/tag/10.10/v1.10.10.6)\n", - "targetAbi": "10.10.1.0", - "sourceUrl": "https://github.com/intro-skipper/intro-skipper/releases/download/10.10/v1.10.10.6/intro-skipper-v1.10.10.6.zip", - "checksum": "e795759bf4330fa039015220ee519d71", - "timestamp": "2024-11-06T09:31:59Z" - }, - { - "version": "1.10.10.5", - "changelog": "- See the full changelog at [GitHub](https://github.com/intro-skipper/intro-skipper/releases/tag/10.10/v1.10.10.5)\n", - "targetAbi": "10.10.1.0", - "sourceUrl": "https://github.com/intro-skipper/intro-skipper/releases/download/10.10/v1.10.10.5/intro-skipper-v1.10.10.5.zip", - "checksum": "30e518b6caa4b7350e19cb934adf889a", - "timestamp": "2024-11-05T21:09:51Z" - }, - { - "version": "1.10.10.4", - "changelog": "- See the full changelog at [GitHub](https://github.com/intro-skipper/intro-skipper/releases/tag/10.10/v1.10.10.4)\n", - "targetAbi": "10.10.1.0", - "sourceUrl": "https://github.com/intro-skipper/intro-skipper/releases/download/10.10/v1.10.10.4/intro-skipper-v1.10.10.4.zip", - "checksum": "6fe00d82d0b8c5f01e59974c16a866ec", - "timestamp": "2024-11-05T14:34:34Z" - }, - { - "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" } ] } -] +] \ No newline at end of file