From 6b798badcd342cec517c13cdfce6c416d210075e Mon Sep 17 00:00:00 2001 From: Ian Walton Date: Thu, 16 Apr 2020 11:56:27 -0400 Subject: [PATCH] Fix appstream metadata. --- .gitignore | 1 + .../com.github.iwalton3.jellyfin-mpv-shim.appdata.xml | 11 +++++++++++ setup.py | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f45a6094bc..6fb2d1fed8 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ cefpython3 *.spec *.pyc mpv32 +.eggs diff --git a/jellyfin_mpv_shim/integration/com.github.iwalton3.jellyfin-mpv-shim.appdata.xml b/jellyfin_mpv_shim/integration/com.github.iwalton3.jellyfin-mpv-shim.appdata.xml index 3583f71812..7e5ab4e0bf 100644 --- a/jellyfin_mpv_shim/integration/com.github.iwalton3.jellyfin-mpv-shim.appdata.xml +++ b/jellyfin_mpv_shim/integration/com.github.iwalton3.jellyfin-mpv-shim.appdata.xml @@ -45,6 +45,17 @@ + + +

Changes:

+
    +
  • Fix playlists always playing first file instead of selected one. (#34 #53)
  • +
  • Fix systray to open --config directory. (#45)
  • +
  • Fix HiDPI support on Windows. (#51)
  • +
  • Add system-wide install mode for Windows. (#49)
  • +
+
+

This is the first build of Jellyfin MPV Shim to be release to flathub.

diff --git a/setup.py b/setup.py index d7b9fb45e6..809f51e235 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='jellyfin-mpv-shim', - version='1.5.8', + version='1.5.8.post1', author="Ian Walton", author_email="iwalton3@gmail.com", description="Cast media from Jellyfin Mobile and Web apps to MPV. (Unofficial)",