Ian Walton пре 2 година
родитељ
комит
4570d6a04b

+ 5 - 5
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)

+ 44 - 0
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 <ian@iwalton.com>  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 <ian@iwalton.com>  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 <ian@iwalton.com>  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 <ian@iwalton.com>  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 <ian@iwalton.com>  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.

+ 14 - 0
resources/meta/com.github.iwalton3.jellyfin-media-player.appdata.xml

@@ -39,6 +39,20 @@
     <category>TV</category>
   </categories>
   <releases>
+      <release version="1.7.0" date="2022-06-11">
+        <p>Changes:</p>
+        <ul>
+          <li>Update web client to 10.8.0.</li>
+          <li>Add --platform option. (#159)</li>
+          <li>Added Xbox input mapping. (#197)</li>
+          <li>Disable youtube-dl attempts on media errors.</li>
+          <li>Allow retry with transcode instead of usng a hard failure. (#127)</li>
+          <li>Add exit app function (#198)</li>
+          <li>Set the MaxStaticBitrate to avoid server hard-coded 8 mbps limit.</li>
+          <li>Add build for Ubuntu 22.04 (#256)</li>
+          <li>Enable windows dark mode support. (#247)</li>
+        </ul>
+      </release>
       <release version="1.6.1" date="2021-08-01">
         <p>Changes:</p>
         <ul>