Skip to content

Commit

Permalink
Up version to 1.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Feb 13, 2023
1 parent acf2bc9 commit 09f3f0d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeModules/VersionConfiguration.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ else()
endif()

set(VERSION_MAJOR 1)
set(VERSION_MINOR 7)
set(VERSION_NANO 1)
set(VERSION_MINOR 8)
set(VERSION_NANO 0)

option(UPGRADE_DEBUG "" OFF)

set(VERSION_STRING "1.7.1")
set(VERSION_STRING_SHORT "1.7.1")
set(CANONICAL_VERSION_STRING "1.7.1")
set(VERSION_STRING "1.8.0")
set(VERSION_STRING_SHORT "1.8.0")
set(CANONICAL_VERSION_STRING "1.8.0")

configure_file(src/core/Version.cpp.in src/core/Version.cpp)
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
jellyfin-media-player (1.8.0-1) unstable; urgency=medium

* Update web client to 10.8.9.
* Add support for Jellyscrub and Skip Intro. (Must be enabled manually,
requires third-party plugins.)
* Add input map for DualShock 4 connected via USB (#359)
* Add support for DVBSUB subtitles (#279)
* Allow screensaver when video is paused (#276)
* Fix debian package for bookworm.

-- Ian Walton <[email protected]> Sun, 12 Feb 2023 19:07:42 -0500

jellyfin-media-player (1.7.1-1) unstable; urgency=medium

* Fix audio and subtitle selection for 10.8.0. (#271)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@
<category>TV</category>
</categories>
<releases>
<release version="1.8.0" date="2023-02-12">
<p>Changes:</p>
<ul>
<li>Update web client to 10.8.9.</li>
<li>Add support for Jellyscrub and Skip Intro. (Must be enabled manually, requires third-party plugins.)</li>
<li>Update to MPV version v0.35.1.</li>
<li>Add input map for DualShock 4 connected via USB (#359)</li>
<li>Add support for DVBSUB subtitles (#279)</li>
<li>Allow screensaver when video is paused (#276)</li>
</ul>
</release>
<release version="1.7.1" date="2022-06-26">
<p>Changes:</p>
<ul>
Expand Down

0 comments on commit 09f3f0d

Please sign in to comment.