Skip to content

Commit

Permalink
Up version to 1.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Jun 26, 2022
1 parent 5d18f14 commit 9baa52e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeModules/VersionConfiguration.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ endif()

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

option(UPGRADE_DEBUG "" OFF)

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

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

* Fix audio and subtitle selection for 10.8.0. (#271)
* Stop forcing fullscreen on Windows when visibility changes. (#94)

-- Ian Walton <[email protected]> Sun, 26 Jun 2022 13:40:05 -0400

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

* Update web client to 10.8.0.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@
<category>TV</category>
</categories>
<releases>
<release version="1.7.1" date="2022-06-26">
<p>Changes:</p>
<ul>
<li>Fix audio and subtitle selection for 10.8.0. (#271)</li>
<li>Stop forcing fullscreen on Windows when visibility changes. (#94)</li>
</ul>
</release>
<release version="1.7.0" date="2022-06-11">
<p>Changes:</p>
<ul>
Expand Down

0 comments on commit 9baa52e

Please sign in to comment.