Skip to content

Commit

Permalink
Release 1.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Dec 13, 2020
1 parent 54863ab commit 86dab0e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Jellyfin MPV Desktop.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Jellyfin MPV Desktop"
#define MyAppVersion "1.8.0"
#define MyAppVersion "1.8.1"
#define MyAppPublisher "Ian Walton"
#define MyAppURL "https://iwalton.com/"
#define MyAppExeName "run-desktop.exe"
Expand Down
2 changes: 1 addition & 1 deletion jellyfin_mpv_shim/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APP_NAME = "jellyfin-mpv-shim"
USER_APP_NAME = "Jellyfin MPV Shim"
CLIENT_VERSION = "1.8.0"
CLIENT_VERSION = "1.8.1"
USER_AGENT = "Jellyfin-MPV-Shim/%s" % CLIENT_VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,23 @@
</provides>

<content_rating type="oars-1.1" />

<release version="1.8.1" date="2020-12-12">
<description>
<p>This is a maintenance update and the last one to support SyncPlay on 1.6.x. Changes:</p>
<ul>
<li>Add keyboard shortcut (k) for killing shaders.</li>
<li>Add track language filter.</li>
<li>Validate config data and show errors when parsing fails.</li>
<li>Stop SyncPlay hanging between episodes.</li>
<li>Fix player flash between episodes after opening menu.</li>
<li>Add an exact seek config option.</li>
<li>Do not sync playback while showing the menu.</li>
<li>Add config option for screenshot directory.</li>
<li>Fix disable certificate validation option.</li>
<li>Prepare for project move/rename to jellyfin/jellyfin-desktop.</li>
</ul>
</description>
</release>
<releases>
<release version="1.8.0" date="2020-08-18">
<description>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="jellyfin-mpv-shim",
version="1.8.0",
version="1.8.1",
author="Ian Walton",
author_email="[email protected]",
description="Cast media from Jellyfin Mobile and Web apps to MPV. (Unofficial)",
Expand Down

0 comments on commit 86dab0e

Please sign in to comment.