mirror of
https://github.com/jellyfin/jellyfin-mpv-shim.git
synced 2024-11-23 05:59:43 +00:00
Up version to 2.8.0.
This commit is contained in:
parent
474b07aafe
commit
3fdbfc1798
@ -2,7 +2,7 @@
|
|||||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||||
|
|
||||||
#define MyAppName "Jellyfin MPV Shim"
|
#define MyAppName "Jellyfin MPV Shim"
|
||||||
#define MyAppVersion "2.7.0"
|
#define MyAppVersion "2.8.0"
|
||||||
#define MyAppPublisher "Izzie Walton"
|
#define MyAppPublisher "Izzie Walton"
|
||||||
#define MyAppURL "https://github.com/jellyfin/jellyfin-mpv-shim"
|
#define MyAppURL "https://github.com/jellyfin/jellyfin-mpv-shim"
|
||||||
#define MyAppExeName "run.exe"
|
#define MyAppExeName "run.exe"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
APP_NAME = "jellyfin-mpv-shim"
|
APP_NAME = "jellyfin-mpv-shim"
|
||||||
USER_APP_NAME = "Jellyfin MPV Shim"
|
USER_APP_NAME = "Jellyfin MPV Shim"
|
||||||
CLIENT_VERSION = "2.7.0"
|
CLIENT_VERSION = "2.8.0"
|
||||||
USER_AGENT = "Jellyfin-MPV-Shim/%s" % CLIENT_VERSION
|
USER_AGENT = "Jellyfin-MPV-Shim/%s" % CLIENT_VERSION
|
||||||
CAPABILITIES = {
|
CAPABILITIES = {
|
||||||
"PlayableMediaTypes": "Video",
|
"PlayableMediaTypes": "Video",
|
||||||
|
@ -59,6 +59,15 @@
|
|||||||
|
|
||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="2.8.0" date="2024-06-05">
|
||||||
|
<description>
|
||||||
|
<p>Changes:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Add delay between connection and connection validation to reduce connection failures.</li>
|
||||||
|
<li>Update skip intro third-party plugin support.</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="2.7.0" date="2024-05-13">
|
<release version="2.7.0" date="2024-05-13">
|
||||||
<description>
|
<description>
|
||||||
<p>Changes:</p>
|
<p>Changes:</p>
|
||||||
|
2
setup.py
2
setup.py
@ -38,7 +38,7 @@ if not sys.platform.startswith("win32"):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="jellyfin-mpv-shim",
|
name="jellyfin-mpv-shim",
|
||||||
version="2.7.0.post2",
|
version="2.8.0",
|
||||||
author="Izzie Walton",
|
author="Izzie Walton",
|
||||||
author_email="izzie@iwalton.com",
|
author_email="izzie@iwalton.com",
|
||||||
description="Cast media from Jellyfin Mobile and Web apps to MPV.",
|
description="Cast media from Jellyfin Mobile and Web apps to MPV.",
|
||||||
|
Loading…
Reference in New Issue
Block a user