diff --git a/CMakeModules/VersionConfiguration.cmake b/CMakeModules/VersionConfiguration.cmake index d27f9397..5c4ff023 100644 --- a/CMakeModules/VersionConfiguration.cmake +++ b/CMakeModules/VersionConfiguration.cmake @@ -21,13 +21,13 @@ else() endif() set(VERSION_MAJOR 1) -set(VERSION_MINOR 6) -set(VERSION_NANO 1) +set(VERSION_MINOR 7) +set(VERSION_NANO 0) option(UPGRADE_DEBUG "" OFF) -set(VERSION_STRING "1.6.1") -set(VERSION_STRING_SHORT "1.6.1") -set(CANONICAL_VERSION_STRING "1.6.1") +set(VERSION_STRING "1.7.0") +set(VERSION_STRING_SHORT "1.7.0") +set(CANONICAL_VERSION_STRING "1.7.0") configure_file(src/core/Version.cpp.in src/core/Version.cpp) diff --git a/debian/changelog b/debian/changelog index a1147ba9..876aaa5a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,47 @@ +jellyfin-media-player (1.7.0-1) unstable; urgency=medium + + * Update web client to 10.8.0. + * Add --platform option. (#159) + * Added Xbox input mapping. (#197) + * Disable youtube-dl attempts on media errors. + * Allow retry with transcode instead of usng a hard failure. (#127) + * Add exit app function (#198) + * Set the MaxStaticBitrate to avoid server hard-coded 8 mbps limit. + * Add build for Ubuntu 22.04 (#256) + * Enable windows dark mode support. (#247) + + -- Ian Walton Sat, 11 Jun 2022 09:45:44 -0400 + +jellyfin-media-player (1.7.0-pre4) unstable; urgency=medium + + * Update web client to 10.8.0 Beta 1. + + -- Ian Walton Mon, 28 Mar 2022 21:21:58 -0400 + +jellyfin-media-player (1.7.0-pre3) unstable; urgency=medium + + * Update web client to 10.8.0 Alpha 5. + * Add --platform option. (#159) + * Added Xbox input mapping. (#197) + * Disable youtube-dl attempts on media errors. + * Allow retry with transcode instead of usng a hard failure. (#127) + * Add exit app function (not used yet) (#198) + + -- Ian Walton Sun, 16 Jan 2022 13:20:56 -0500 + +jellyfin-media-player (1.7.0-pre2) unstable; urgency=medium + + * Set the MaxStaticBitrate to avoid server hard-coded 8 mbps limit. + * Upgrade to MPV version 20211219 fd63bf3. + + -- Ian Walton Wed, 22 Dec 2021 17:34:43 -0500 + +jellyfin-media-player (1.7.0-pre1) unstable; urgency=medium + + * This is a prerelease build to test for jellyfin-web 10.8.0. + + -- Ian Walton Sat, 18 Dec 2021 08:15:55 -0500 + jellyfin-media-player (1.6.1-1) unstable; urgency=medium * Update jellyfin-web to 10.7.6. 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 048c2dcc..f94ac1cb 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,20 @@ TV + +

Changes:

+
    +
  • Update web client to 10.8.0.
  • +
  • Add --platform option. (#159)
  • +
  • Added Xbox input mapping. (#197)
  • +
  • Disable youtube-dl attempts on media errors.
  • +
  • Allow retry with transcode instead of usng a hard failure. (#127)
  • +
  • Add exit app function (#198)
  • +
  • Set the MaxStaticBitrate to avoid server hard-coded 8 mbps limit.
  • +
  • Add build for Ubuntu 22.04 (#256)
  • +
  • Enable windows dark mode support. (#247)
  • +
+

Changes: