Up version to 1.10.1.

This commit is contained in:
Izzie Walton 2024-05-17 18:27:37 -04:00
parent b042a15fae
commit 1ca6cb8df8
3 changed files with 24 additions and 4 deletions

View File

@ -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
debian/changelog vendored
View File

@ -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.

View File

@ -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>