Skip to content

Commit

Permalink
Up version to 1.10.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed May 17, 2024
1 parent b042a15 commit 1ca6cb8
Show file tree
Hide file tree
Showing 3 changed files with 24 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 10)
set(VERSION_NANO 0)
set(VERSION_NANO 1)

option(UPGRADE_DEBUG "" OFF)

set(VERSION_STRING "1.10.0")
set(VERSION_STRING_SHORT "1.10.0")
set(CANONICAL_VERSION_STRING "1.10.0")
set(VERSION_STRING "1.10.1")
set(VERSION_STRING_SHORT "1.10.1")
set(CANONICAL_VERSION_STRING "1.10.1")

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

* Upgrade jellyfin-web to 10.9.2.
* Fix overscroll and inability to launch on MacOS (#628)
* Update skip intro plugin.
* Fix setBackdropTransparency.

-- Izzie Walton <izzie@iwalton.com> Fri, 17 May 2024 18:20:16 -0400

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

* Update web client to 10.9.1.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@
<category>TV</category>
</categories>
<releases>
<release version="1.10.1" date="2024-05-17">
<description>
<p>Changes:</p>
<ul>
<li>Upgrade jellyfin-web to 10.9.2.</li>
<li>Fix overscroll and inability to launch on MacOS (#628)</li>
<li>Update skip intro plugin.</li>
<li>Fix setBackdropTransparency.</li>
</ul>
</description>
</release>
<release version="1.10.0" date="2024-05-13">
<description>
<p>Changes:</p>
Expand Down

0 comments on commit 1ca6cb8

Please sign in to comment.