Skip to content

Commit

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

<releases>
<release version="1.8.0" date="2020-08-18">
<description>
<p>This update integrates many improvements, many directly from user feedback. Changes:</p>
<ul>
<li>First localized MPV Shim release! (#68)</li>
<li>Add mouse support in the menu.</li>
<li>Add Discord Rich Presence support. (#100)</li>
<li>Warn on first bandwidth-related transcode each session.</li>
<li>Allow completely disabling bandwith transcoding from menu.</li>
<li>Add option to disable SSL cert checking. (Not Encouraged!)</li>
<li>Add option to use default MPV config with external mpv.</li>
<li>Add option to disable MPV media key integration.</li>
<li>Add option to wait for network at startup.</li>
<li>Remember size of desktop client only by default, not position.</li>
<li>Remember window full-screen state between episodes.</li>
</ul>
</description>
</release>
<release version="1.7.1" date="2020-08-12">
<description>
<p>This is a maintenance update. 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.7.1',
version='1.8.0',
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 d552bdd

Please sign in to comment.