Up version to 1.11.1.

This commit is contained in:
Izzie Walton 2024-06-07 22:17:03 -04:00
parent 3f31831a7e
commit 64af220dad
3 changed files with 18 additions and 4 deletions

View File

@ -22,12 +22,12 @@ endif()
set(VERSION_MAJOR 1)
set(VERSION_MINOR 11)
set(VERSION_NANO 0)
set(VERSION_NANO 1)
option(UPGRADE_DEBUG "" OFF)
set(VERSION_STRING "1.11.0")
set(VERSION_STRING_SHORT "1.11.0")
set(CANONICAL_VERSION_STRING "1.11.0")
set(VERSION_STRING "1.11.1")
set(VERSION_STRING_SHORT "1.11.1")
set(CANONICAL_VERSION_STRING "1.11.1")
configure_file(src/core/Version.cpp.in src/core/Version.cpp)

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
jellyfin-media-player (1.11.1-1) unstable; urgency=medium
* Fix client not connecting to servers with baseurl set.
-- Izzie Walton <izzie@iwalton.com> Fri, 07 Jun 2024 10:28:56 -0400
jellyfin-media-player (1.11.0-1) unstable; urgency=medium
* Client now uses jellyfin-web provided by server.

View File

@ -42,6 +42,14 @@
<category>TV</category>
</categories>
<releases>
<release version="1.11.1" date="2024-06-07">
<description>
<p>Changes:</p>
<ul>
<li>Fix client not connecting to servers with baseurl set.</li>
</ul>
</description>
</release>
<release version="1.11.0" date="2024-06-06">
<description>
<p>Changes:</p>