Skip to content

Commit

Permalink
Up version to 1.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Jun 11, 2022
1 parent 6943e21 commit 4570d6a
Show file tree
Hide file tree
Showing 3 changed files with 63 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 6)
set(VERSION_NANO 1)
set(VERSION_MINOR 7)
set(VERSION_NANO 0)

option(UPGRADE_DEBUG "" OFF)

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

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

* Update web client to 10.8.0.
* Add --platform option. (#159)
* Added Xbox input mapping. (#197)
* Disable youtube-dl attempts on media errors.
* Allow retry with transcode instead of usng a hard failure. (#127)
* Add exit app function (#198)
* Set the MaxStaticBitrate to avoid server hard-coded 8 mbps limit.
* Add build for Ubuntu 22.04 (#256)
* Enable windows dark mode support. (#247)

-- Ian Walton <[email protected]> Sat, 11 Jun 2022 09:45:44 -0400

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

* Update web client to 10.8.0 Beta 1.

-- Ian Walton <[email protected]> Mon, 28 Mar 2022 21:21:58 -0400

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

* Update web client to 10.8.0 Alpha 5.
* Add --platform option. (#159)
* Added Xbox input mapping. (#197)
* Disable youtube-dl attempts on media errors.
* Allow retry with transcode instead of usng a hard failure. (#127)
* Add exit app function (not used yet) (#198)

-- Ian Walton <[email protected]> Sun, 16 Jan 2022 13:20:56 -0500

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

* Set the MaxStaticBitrate to avoid server hard-coded 8 mbps limit.
* Upgrade to MPV version 20211219 fd63bf3.

-- Ian Walton <[email protected]> Wed, 22 Dec 2021 17:34:43 -0500

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

* This is a prerelease build to test for jellyfin-web 10.8.0.

-- Ian Walton <[email protected]> Sat, 18 Dec 2021 08:15:55 -0500

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

* Update jellyfin-web to 10.7.6.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@
<category>TV</category>
</categories>
<releases>
<release version="1.7.0" date="2022-06-11">
<p>Changes:</p>
<ul>
<li>Update web client to 10.8.0.</li>
<li>Add --platform option. (#159)</li>
<li>Added Xbox input mapping. (#197)</li>
<li>Disable youtube-dl attempts on media errors.</li>
<li>Allow retry with transcode instead of usng a hard failure. (#127)</li>
<li>Add exit app function (#198)</li>
<li>Set the MaxStaticBitrate to avoid server hard-coded 8 mbps limit.</li>
<li>Add build for Ubuntu 22.04 (#256)</li>
<li>Enable windows dark mode support. (#247)</li>
</ul>
</release>
<release version="1.6.1" date="2021-08-01">
<p>Changes:</p>
<ul>
Expand Down

0 comments on commit 4570d6a

Please sign in to comment.