mirror of
https://github.com/jellyfin/jellyfin-mpv-shim.git
synced 2025-02-19 22:20:30 +00:00
Up version to 2.6.0.
This commit is contained in:
parent
d74d35933f
commit
f5cb04b581
@ -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"
|
||||
|
@ -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",
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user