Przeglądaj źródła

Up version to 1.7.1.

Ian Walton 2 lat temu
rodzic
commit
9baa52eebc

+ 4 - 4
CMakeModules/VersionConfiguration.cmake

@@ -22,12 +22,12 @@ endif()
 
 set(VERSION_MAJOR 1)
 set(VERSION_MINOR 7)
-set(VERSION_NANO 0)
+set(VERSION_NANO 1)
 
 option(UPGRADE_DEBUG "" OFF)
 
-set(VERSION_STRING "1.7.0")
-set(VERSION_STRING_SHORT "1.7.0")
-set(CANONICAL_VERSION_STRING "1.7.0")
+set(VERSION_STRING "1.7.1")
+set(VERSION_STRING_SHORT "1.7.1")
+set(CANONICAL_VERSION_STRING "1.7.1")
 
 configure_file(src/core/Version.cpp.in src/core/Version.cpp)

+ 7 - 0
debian/changelog

@@ -1,3 +1,10 @@
+jellyfin-media-player (1.7.1-1) unstable; urgency=medium
+
+  * Fix audio and subtitle selection for 10.8.0. (#271)
+  * Stop forcing fullscreen on Windows when visibility changes. (#94)
+
+ -- Ian Walton <ian@iwalton.com>  Sun, 26 Jun 2022 13:40:05 -0400
+
 jellyfin-media-player (1.7.0-1) unstable; urgency=medium
 
   * Update web client to 10.8.0.

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

@@ -39,6 +39,13 @@
     <category>TV</category>
   </categories>
   <releases>
+      <release version="1.7.1" date="2022-06-26">
+        <p>Changes:</p>
+        <ul>
+          <li>Fix audio and subtitle selection for 10.8.0. (#271)</li>
+          <li>Stop forcing fullscreen on Windows when visibility changes. (#94)</li>
+        </ul>
+      </release>
       <release version="1.7.0" date="2022-06-11">
         <p>Changes:</p>
         <ul>