Skip to content

Commit

Permalink
Bump version, add custom note and remove testing branch from building
Browse files Browse the repository at this point in the history
  • Loading branch information
Xameon42 authored Dec 5, 2023
1 parent 40ae4ac commit e09bbb2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- testing
jobs:
build-win64:
runs-on: windows-latest
Expand Down
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.6.0"
#define MyAppVersion "2.7.0-custom"
#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.6.0"
CLIENT_VERSION = "2.7.0-custom"
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 @@ -57,6 +57,13 @@
</provides>

<content_rating type="oars-1.1" />
<releases>
<release version="2.7.0-custom" date="2023-12-05">
<description>
<p>Add highly experimental skip credits/outro support</p>
<p>Updated to master branch</p>
</description>
</release>
<releases>
<release version="2.6.0" date="2023-03-07">
<description>
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.6.0",
version="2.7.0-custom",
author="Ian Walton",
author_email="[email protected]",
description="Cast media from Jellyfin Mobile and Web apps to MPV.",
Expand Down

0 comments on commit e09bbb2

Please sign in to comment.