Skip to content

Commit

Permalink
Up version to 1.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Mar 12, 2023
1 parent f2b09b4 commit bf30227
Show file tree
Hide file tree
Showing 2 changed files with 21 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 8)
set(VERSION_NANO 1)
set(VERSION_MINOR 9)
set(VERSION_NANO 0)

option(UPGRADE_DEBUG "" OFF)

set(VERSION_STRING "1.8.1")
set(VERSION_STRING_SHORT "1.8.1")
set(CANONICAL_VERSION_STRING "1.8.1")
set(VERSION_STRING "1.9.0")
set(VERSION_STRING_SHORT "1.9.0")
set(CANONICAL_VERSION_STRING "1.9.0")

configure_file(src/core/Version.cpp.in src/core/Version.cpp)
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,22 @@
<category>TV</category>
</categories>
<releases>
<release version="1.9.0" date="2023-03-12">
<p>Changes:</p>
<ul>
<li>Add aspect ratio controls to player. (#388)</li>
<li>Don't reset mute between videos. (#349)</li>
<li>Auto-detect and switch SteamOS to TV mode. (#237)</li>
<li>Allow forcing transcodes for HEVC, Hi10p, 4K, HDR, and/or AV1.</li>
<li>Allow requesting the server to transcode to HEVC.</li>
<li>Improve usability of client API to make integrations with other clients easier.</li>
<li>Allow running JMP without an embedded webclient.</li>
<li>JMP now uses the official webclient build from repo.jellyfin.org.</li>
<li>Fix time breakage from skipIntroPlugin. (#387)</li>
<li>Add delay to prevent broken update dialog. (#373)</li>
<li>Prevent Dolby Vision content playing without server transcoding.</li>
</ul>
</release>
<release version="1.8.1" date="2023-02-13">
<p>Changes:</p>
<ul>
Expand Down

0 comments on commit bf30227

Please sign in to comment.