Up version to 2.6.0.

This commit is contained in:
Ian Walton 2023-03-07 21:50:43 -05:00
parent d74d35933f
commit f5cb04b581
4 changed files with 13 additions and 3 deletions

View File

@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "Jellyfin MPV Shim"
#define MyAppVersion "2.5.0"
#define MyAppVersion "2.6.0"
#define MyAppPublisher "Ian Walton"
#define MyAppURL "https://github.com/jellyfin/jellyfin-mpv-shim"
#define MyAppExeName "run.exe"

View File

@ -1,6 +1,6 @@
APP_NAME = "jellyfin-mpv-shim"
USER_APP_NAME = "Jellyfin MPV Shim"
CLIENT_VERSION = "2.5.0"
CLIENT_VERSION = "2.6.0"
USER_AGENT = "Jellyfin-MPV-Shim/%s" % CLIENT_VERSION
CAPABILITIES = {
"PlayableMediaTypes": "Video",

View File

@ -58,6 +58,16 @@
<content_rating type="oars-1.1" />
<releases>
<release version="2.6.0" date="2023-03-07">
<description>
<p>Disable built-in MPV playback resuming. (#323)</p>
<p>Support IPv6 addressing with a protocol prefix (#306)</p>
<p>Switch to mpv build 20230304 362256e with TLS 1.3 support.</p>
<p>Fix DEL stock MPV shortcut. (#326)</p>
<p>Fix endless video skipping with auto profiles. (#323)</p>
<p>Update Shader Packs to add NVIDIA Image Scaling and AMD FidelityFX shaders.</p>
</description>
</release>
<release version="2.5.0" date="2023-02-25">
<description>
<p>Fix thread hang when quitting application. (#317)</p>

View File

@ -18,7 +18,7 @@ if sys.platform.startswith("win32"):
setup(
name="jellyfin-mpv-shim",
version="2.5.0",
version="2.6.0",
author="Ian Walton",
author_email="iwalton3@gmail.com",
description="Cast media from Jellyfin Mobile and Web apps to MPV.",