diff --git a/Jellyfin MPV Shim.iss b/Jellyfin MPV Shim.iss index 9b92a9820c..31a6cfb9dc 100644 --- a/Jellyfin MPV Shim.iss +++ b/Jellyfin MPV Shim.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Jellyfin MPV Shim" -#define MyAppVersion "2.6.0" +#define MyAppVersion "2.7.0" #define MyAppPublisher "Izzie Walton" #define MyAppURL "https://github.com/jellyfin/jellyfin-mpv-shim" #define MyAppExeName "run.exe" diff --git a/jellyfin_mpv_shim/constants.py b/jellyfin_mpv_shim/constants.py index 47f3711bc2..4ca8f84d18 100644 --- a/jellyfin_mpv_shim/constants.py +++ b/jellyfin_mpv_shim/constants.py @@ -1,6 +1,6 @@ APP_NAME = "jellyfin-mpv-shim" USER_APP_NAME = "Jellyfin MPV Shim" -CLIENT_VERSION = "2.6.0" +CLIENT_VERSION = "2.7.0" USER_AGENT = "Jellyfin-MPV-Shim/%s" % CLIENT_VERSION CAPABILITIES = { "PlayableMediaTypes": "Video", diff --git a/jellyfin_mpv_shim/integration/com.github.iwalton3.jellyfin-mpv-shim.appdata.xml b/jellyfin_mpv_shim/integration/com.github.iwalton3.jellyfin-mpv-shim.appdata.xml index f6e2b792bc..635c52d7b6 100644 --- a/jellyfin_mpv_shim/integration/com.github.iwalton3.jellyfin-mpv-shim.appdata.xml +++ b/jellyfin_mpv_shim/integration/com.github.iwalton3.jellyfin-mpv-shim.appdata.xml @@ -14,7 +14,7 @@ MPV media player. The application runs in the background and opens MPV only when media is cast to the player. The player supports most file formats, allowing you to prevent needless transcoding of your media files on the server. The player also has - advanced features, such as bulk subtitle updates and launching commands on events. + advanced features, such as bulk subtitle updates and launching commands on events.
Please read the detailed instructions on GitHub for more details, including usage
@@ -58,6 +58,12 @@
Disable built-in MPV playback resuming. (#323)