diff --git a/CMakeModules/VersionConfiguration.cmake b/CMakeModules/VersionConfiguration.cmake index 5ac3a9ef..b439fb96 100644 --- a/CMakeModules/VersionConfiguration.cmake +++ b/CMakeModules/VersionConfiguration.cmake @@ -21,13 +21,13 @@ else() endif() set(VERSION_MAJOR 1) -set(VERSION_MINOR 7) -set(VERSION_NANO 1) +set(VERSION_MINOR 8) +set(VERSION_NANO 0) option(UPGRADE_DEBUG "" OFF) -set(VERSION_STRING "1.7.1") -set(VERSION_STRING_SHORT "1.7.1") -set(CANONICAL_VERSION_STRING "1.7.1") +set(VERSION_STRING "1.8.0") +set(VERSION_STRING_SHORT "1.8.0") +set(CANONICAL_VERSION_STRING "1.8.0") configure_file(src/core/Version.cpp.in src/core/Version.cpp) diff --git a/debian/changelog b/debian/changelog index 36c50ef2..86b3be03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +jellyfin-media-player (1.8.0-1) unstable; urgency=medium + + * Update web client to 10.8.9. + * Add support for Jellyscrub and Skip Intro. (Must be enabled manually, + requires third-party plugins.) + * Add input map for DualShock 4 connected via USB (#359) + * Add support for DVBSUB subtitles (#279) + * Allow screensaver when video is paused (#276) + * Fix debian package for bookworm. + + -- Ian Walton Sun, 12 Feb 2023 19:07:42 -0500 + jellyfin-media-player (1.7.1-1) unstable; urgency=medium * Fix audio and subtitle selection for 10.8.0. (#271) 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 eaa512ec..9b003ce3 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.9.
  • +
  • Add support for Jellyscrub and Skip Intro. (Must be enabled manually, requires third-party plugins.)
  • +
  • Update to MPV version v0.35.1.
  • +
  • Add input map for DualShock 4 connected via USB (#359)
  • +
  • Add support for DVBSUB subtitles (#279)
  • +
  • Allow screensaver when video is paused (#276)
  • +
+

Changes: