Up version to 1.7.0.

This commit is contained in:
Ian Walton 2020-08-08 00:01:11 -04:00
parent 83c47e8ccc
commit e6a7d4cf78
4 changed files with 15 additions and 3 deletions

View File

@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "Jellyfin MPV Desktop"
#define MyAppVersion "1.6.0"
#define MyAppVersion "1.7.0"
#define MyAppPublisher "Ian Walton"
#define MyAppURL "https://iwalton.com/"
#define MyAppExeName "run-desktop.exe"

View File

@ -1,4 +1,4 @@
APP_NAME = 'jellyfin-mpv-shim'
USER_APP_NAME = 'Jellyfin MPV Shim'
CLIENT_VERSION = "1.6.0"
CLIENT_VERSION = "1.7.0"
USER_AGENT = "Jellyfin-MPV-Shim/%s" % CLIENT_VERSION

View File

@ -61,6 +61,18 @@
<content_rating type="oars-1.1" />
<releases>
<release version="1.7.0" date="2020-08-07">
<description>
<p>This release adds SyncPlay support and better logging. Changes:</p>
<ul>
<li>Add support for SyncPlay!</li>
<li>Add ability to log to disk.</li>
<li>Remove API keys from logs by default.</li>
<li>Possibly fix multi-server support.</li>
<li>Upgrade web client.</li>
</ul>
</description>
</release>
<release version="1.6.0" date="2020-08-02">
<description>
<p>This release adds shader packs and SPV integration. Changes:</p>

View File

@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setup(
name='jellyfin-mpv-shim',
version='1.6.0',
version='1.7.0',
author="Ian Walton",
author_email="iwalton3@gmail.com",
description="Cast media from Jellyfin Mobile and Web apps to MPV. (Unofficial)",