diff --git a/CMakeModules/VersionConfiguration.cmake b/CMakeModules/VersionConfiguration.cmake index 43b9f6d..8f46e64 100644 --- a/CMakeModules/VersionConfiguration.cmake +++ b/CMakeModules/VersionConfiguration.cmake @@ -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) diff --git a/debian/changelog b/debian/changelog index 0d8446c..203a9f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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. diff --git a/resources/meta/com.github.iwalton3.jellyfin-media-player.appdata.xml b/resources/meta/com.github.iwalton3.jellyfin-media-player.appdata.xml index 8f8e5bc..af9fbf8 100644 --- a/resources/meta/com.github.iwalton3.jellyfin-media-player.appdata.xml +++ b/resources/meta/com.github.iwalton3.jellyfin-media-player.appdata.xml @@ -42,6 +42,14 @@ TV + + +

Changes:

+
    +
  • Fix client not connecting to servers with baseurl set.
  • +
+
+

Changes: