Skip to content

Commit bbde7f0

Browse files
committed
Up release to 1.10.2.
1 parent 41c0a68 commit bbde7f0

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

Jellyfin MPV Desktop.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Jellyfin Desktop"
5-
#define MyAppVersion "1.10.1"
5+
#define MyAppVersion "1.10.2"
66
#define MyAppPublisher "Ian Walton"
77
#define MyAppURL "https://github.com/jellyfin/jellyfin-desktop"
88
#define MyAppExeName "run-desktop.exe"

jellyfin_mpv_shim/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
APP_NAME = "jellyfin-mpv-shim"
22
USER_APP_NAME = "Jellyfin MPV Shim"
3-
CLIENT_VERSION = "1.10.1"
3+
CLIENT_VERSION = "1.10.2"
44
USER_AGENT = "Jellyfin-MPV-Shim/%s" % CLIENT_VERSION
55
CAPABILITIES = {
66
"PlayableMediaTypes": "Video",

jellyfin_mpv_shim/integration/com.github.iwalton3.jellyfin-mpv-shim.appdata.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@
6060

6161
<content_rating type="oars-1.1" />
6262
<releases>
63+
<release version="1.10.2" date="2021-03-25">
64+
<description>
65+
<p>This release fixes some important bugs. Changes:</p>
66+
<ul>
67+
<li>#191 Playing media from episode page crashes player logic and doesn't set subtitle/audio streams.</li>
68+
<li>#194 Fix erratic navigation in webclient caused by sending back bad display mirror events.</li>
69+
<li>#193 Handle trailing slashes in server URLs.</li>
70+
</ul>
71+
</description>
72+
</release>
6373
<release version="1.10.1" date="2021-03-24">
6474
<description>
6575
<p>This release fixes websocket forwarding and casting in the desktop client. Changes:</p>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="jellyfin-mpv-shim",
8-
version="1.10.1",
8+
version="1.10.2",
99
author="Ian Walton",
1010
author_email="iwalton3@gmail.com",
1111
description="Cast media from Jellyfin Mobile and Web apps to MPV.",

0 commit comments

Comments
 (0)