Skip to content

Commit

Permalink
Up version to 2.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Feb 26, 2023
1 parent acbc3e9 commit 6ab51c2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jellyfin MPV Shim.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 Shim"
#define MyAppVersion "2.4.2"
#define MyAppVersion "2.5.0"
#define MyAppPublisher "Ian Walton"
#define MyAppURL "https://github.com/jellyfin/jellyfin-mpv-shim"
#define MyAppExeName "run.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,6 +1,6 @@
APP_NAME = "jellyfin-mpv-shim"
USER_APP_NAME = "Jellyfin MPV Shim"
CLIENT_VERSION = "2.4.2"
CLIENT_VERSION = "2.5.0"
USER_AGENT = "Jellyfin-MPV-Shim/%s" % CLIENT_VERSION
CAPABILITIES = {
"PlayableMediaTypes": "Video",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@

<content_rating type="oars-1.1" />
<releases>
<release version="2.5.0" date="2023-02-25">
<description>
<p>Fix thread hang when quitting application. (#317)</p>
<p>Fix direct paths in external mpv. (#316)</p>
<p>Ignore chapters which do not have images for trickplay.</p>
<p>Fix script support and map config folder to MPV (including scripts/fonts). (#320) (#321)</p>
<p>Add thumbfast compatibility layer to support alternate OSCs. (#321)</p>
</description>
</release>
<release version="2.4.2" date="2023-02-16">
<description>
<p>Add preview images on seek bar. (Works with chapter images by default, also supports JellyScrub.)</p>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name="jellyfin-mpv-shim",
version="2.4.2",
version="2.5.0",
author="Ian Walton",
author_email="[email protected]",
description="Cast media from Jellyfin Mobile and Web apps to MPV.",
Expand Down

0 comments on commit 6ab51c2

Please sign in to comment.