Skip to content

Commit

Permalink
Up version to 1.5.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Jul 21, 2020
1 parent 4f009b4 commit 8610900
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 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.5.10"
#define MyAppVersion "1.5.11"
#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.5.10"
CLIENT_VERSION = "1.5.11"
USER_AGENT = "Jellyfin-MPV-Shim/%s" % CLIENT_VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,19 @@
<content_rating type="oars-1.1" />

<releases>
<release version="1.5.11" date="2020-07-20">
<description>
<p>This is a maintenance release. Changes:</p>
<ul>
<li>Upgrade pywebview to fix resize hang. (#40)</li>
<li>Upgrade web client to latest version.</li>
<li>Prevent skipping videos when seeking too much. (#83)</li>
<li>Improve handling of direct path SMB urls. (#84)</li>
<li>Fix errors when websocket data is not a dict.</li>
<li>Update resolution presets to real resolutions.</li>
</ul>
</description>
</release>
<release version="1.5.10" date="2020-05-20">
<description>
<p>Changes:</p>
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.5.10',
version='1.5.11',
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 8610900

Please sign in to comment.