release v1.10.10.3
This commit is contained in:
parent
71768972e5
commit
d5043d3f04
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.
|
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.10.0 (or newer) and my permissions are correct
|
- label: I use Jellyfin 10.10.1 (or newer) and my permissions are correct
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<RootNamespace>IntroSkipper</RootNamespace>
|
<RootNamespace>IntroSkipper</RootNamespace>
|
||||||
<AssemblyVersion>1.10.10.2</AssemblyVersion>
|
<AssemblyVersion>1.10.10.3</AssemblyVersion>
|
||||||
<FileVersion>1.10.10.2</FileVersion>
|
<FileVersion>1.10.10.3</FileVersion>
|
||||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
|
@ -22,7 +22,7 @@ https://manifest.intro-skipper.org/manifest.json
|
|||||||
|
|
||||||
## System requirements
|
## System requirements
|
||||||
|
|
||||||
* Jellyfin 10.10.0 (or newer)
|
* Jellyfin 10.10.1 (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
|
||||||
|
@ -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.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"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "1.10.10.2",
|
"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",
|
"changelog": "- See the full changelog at [GitHub](https://github.com/intro-skipper/intro-skipper/releases/tag/10.10/v1.10.10.2)\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user