From 64af220dadc4bf6afc91089a929ea3cd4403600b Mon Sep 17 00:00:00 2001 From: Izzie Walton Date: Fri, 7 Jun 2024 22:17:03 -0400 Subject: [PATCH] Up version to 1.11.1. --- CMakeModules/VersionConfiguration.cmake | 8 ++++---- debian/changelog | 6 ++++++ .../com.github.iwalton3.jellyfin-media-player.appdata.xml | 8 ++++++++ 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CMakeModules/VersionConfiguration.cmake b/CMakeModules/VersionConfiguration.cmake index 43b9f6d0..8f46e647 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 0d8446c5..203a9f45 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 8f8e5bc0..af9fbf8e 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: