Skip to content

Commit

Permalink
Up version to 1.7.0-pre3.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Jan 16, 2022
1 parent 2e7e5a5 commit 57fa6b8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeModules/VersionConfiguration.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ set(VERSION_NANO 0)

option(UPGRADE_DEBUG "" OFF)

set(VERSION_STRING "1.7.0-pre2")
set(VERSION_STRING "1.7.0-pre3")
set(VERSION_STRING_SHORT "1.7.0")
set(CANONICAL_VERSION_STRING "1.7.0-pre2")
set(CANONICAL_VERSION_STRING "1.7.0-pre3")

configure_file(src/core/Version.cpp.in src/core/Version.cpp)
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
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.
Expand Down

0 comments on commit 57fa6b8

Please sign in to comment.