release v1.0.1.1
This commit is contained in:
parent
5bc8913668
commit
3c2125ab82
2
.github/ISSUE_TEMPLATE/bug_report_form.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report_form.yml
vendored
@ -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:
|
||||
|
@ -2,8 +2,8 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<RootNamespace>ConfusedPolarBear.Plugin.IntroSkipper</RootNamespace>
|
||||
<AssemblyVersion>1.0.1.0</AssemblyVersion>
|
||||
<FileVersion>1.0.1.0</FileVersion>
|
||||
<AssemblyVersion>1.0.1.1</AssemblyVersion>
|
||||
<FileVersion>1.0.1.1</FileVersion>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
<Nullable>enable</Nullable>
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user