release v1.10.10.3

This commit is contained in:
github-actions[bot] 2024-11-04 20:25:58 +00:00
parent 71768972e5
commit d5043d3f04
4 changed files with 12 additions and 4 deletions

View File

@ -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.0 (or newer) and my permissions are correct
- label: I use Jellyfin 10.10.1 (or newer) and my permissions are correct
required: true
- type: textarea
attributes:

View File

@ -2,8 +2,8 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>IntroSkipper</RootNamespace>
<AssemblyVersion>1.10.10.2</AssemblyVersion>
<FileVersion>1.10.10.2</FileVersion>
<AssemblyVersion>1.10.10.3</AssemblyVersion>
<FileVersion>1.10.10.3</FileVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable>

View File

@ -22,7 +22,7 @@ https://manifest.intro-skipper.org/manifest.json
## 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/jellyfin` 10.9.z container: preinstalled
* `linuxserver/jellyfin` 10.9.z container: preinstalled

View File

@ -8,6 +8,14 @@
"category": "General",
"imageUrl": "https://raw.githubusercontent.com/intro-skipper/intro-skipper/master/images/logo.png",
"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",
"changelog": "- See the full changelog at [GitHub](https://github.com/intro-skipper/intro-skipper/releases/tag/10.10/v1.10.10.2)\n",