release v1.0.1.1

This commit is contained in:
github-actions[bot] 2024-10-18 12:28:27 +00:00
parent 5bc8913668
commit 3c2125ab82
4 changed files with 12 additions and 28 deletions

View File

@ -13,7 +13,7 @@ body:
Many servers have permission issues that can be resolved with a few extra steps. 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. 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: 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 required: true
- type: textarea - type: textarea
attributes: attributes:

View File

@ -2,8 +2,8 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<RootNamespace>ConfusedPolarBear.Plugin.IntroSkipper</RootNamespace> <RootNamespace>ConfusedPolarBear.Plugin.IntroSkipper</RootNamespace>
<AssemblyVersion>1.0.1.0</AssemblyVersion> <AssemblyVersion>1.0.1.1</AssemblyVersion>
<FileVersion>1.0.1.0</FileVersion> <FileVersion>1.0.1.1</FileVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile> <GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>

View File

@ -19,7 +19,7 @@ https://manifest.intro-skipper.workers.dev/manifest.json
## System requirements ## 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'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 * `jellyfin/jellyfin` 10.9.z container: preinstalled
* `linuxserver/jellyfin` 10.9.z container: preinstalled * `linuxserver/jellyfin` 10.9.z container: preinstalled

View File

@ -8,6 +8,14 @@
"category": "General", "category": "General",
"imageUrl": "https://raw.githubusercontent.com/intro-skipper/intro-skipper/master/images/logo.png", "imageUrl": "https://raw.githubusercontent.com/intro-skipper/intro-skipper/master/images/logo.png",
"versions": [ "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", "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", "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", "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", "checksum": "b3331fbe4f415198e4e41c7856181715",
"timestamp": "2024-09-14T16:56:14Z" "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"
} }
] ]
} }