diff --git a/CMakeModules/VersionConfiguration.cmake b/CMakeModules/VersionConfiguration.cmake index 56b0fab1..064d753a 100644 --- a/CMakeModules/VersionConfiguration.cmake +++ b/CMakeModules/VersionConfiguration.cmake @@ -22,12 +22,12 @@ endif() set(VERSION_MAJOR 1) set(VERSION_MINOR 9) -set(VERSION_NANO 0) +set(VERSION_NANO 1) option(UPGRADE_DEBUG "" OFF) -set(VERSION_STRING "1.9.0") -set(VERSION_STRING_SHORT "1.9.0") -set(CANONICAL_VERSION_STRING "1.9.0") +set(VERSION_STRING "1.9.1") +set(VERSION_STRING_SHORT "1.9.1") +set(CANONICAL_VERSION_STRING "1.9.1") configure_file(src/core/Version.cpp.in src/core/Version.cpp) diff --git a/debian/changelog b/debian/changelog index ecc47149..d2e03de5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +jellyfin-media-player (1.9.1-1) unstable; urgency=medium + + * Update web client to 10.8.10 to patch stored XSS issue. + * Skip searching for SSL bundles on Linux. (#301) + * Disallow flac from video transcoding. (#423) + * Allow disabling dovi transcode rule. + * Fix missing port in translation. (#288) + * Censor token from new stored creds block. + + -- Ian Walton Sun, 23 Apr 2023 13:12:09 -0400 + jellyfin-media-player (1.9.0-1) unstable; urgency=medium * Add aspect ratio controls to player. (#388) 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 20d43b83..91c77dfc 100644 --- a/resources/meta/com.github.iwalton3.jellyfin-media-player.appdata.xml +++ b/resources/meta/com.github.iwalton3.jellyfin-media-player.appdata.xml @@ -39,6 +39,17 @@ TV + +

Changes:

+
    +
  • Update web client to 10.8.10 to patch stored XSS issue.
  • +
  • Skip searching for SSL bundles on Linux. (#301)
  • +
  • Disallow flac from video transcoding. (#423)
  • +
  • Allow disabling dovi transcode rule.
  • +
  • Fix missing port in translation. (#288)
  • +
  • Censor token from new stored creds block.
  • +
+

Changes: