Skip to content

Commit

Permalink
Up version to 1.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Aug 12, 2020
1 parent 29f52cb commit 37ff9ab
Show file tree
Hide file tree
Showing 4 changed files with 17 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.0"
#define MyAppVersion "1.7.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.7.0"
CLIENT_VERSION = "1.7.1"
USER_AGENT = "Jellyfin-MPV-Shim/%s" % CLIENT_VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,20 @@
<content_rating type="oars-1.1" />

<releases>
<release version="1.7.1" date="2020-08-12">
<description>
<p>This is a maintenance update. Changes:</p>
<ul>
<li>Increase the timeout for logins. (#99)</li>
<li>Add update check using GitHub. (#50)</li>
<li>Prepare application for translation. (#68)</li>
<li>Clarify the "Always Transcode" option. (#72)</li>
<li>Add option to scale web client. (#90)</li>
<li>Migrate from deprecated idle event to observer.</li>
<li>Remove unused SyncPlay config options.</li>
</ul>
</description>
</release>
<release version="1.7.0" date="2020-08-07">
<description>
<p>This release adds SyncPlay support and better logging. 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.0',
version='1.7.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 37ff9ab

Please sign in to comment.