Selaa lähdekoodia

Up version to 1.6.0.

Ian Walton 3 vuotta sitten
vanhempi
commit
cf3e11c0cd

+ 5 - 5
CMakeModules/VersionConfiguration.cmake

@@ -20,14 +20,14 @@ else()
   set(VERSION_BUILD_NR "0")
 endif()
 
-set(VERSION_MAJOR 2)
-set(VERSION_MINOR 58)
+set(VERSION_MAJOR 1)
+set(VERSION_MINOR 6)
 set(VERSION_NANO 0)
 
 option(UPGRADE_DEBUG "" OFF)
 
-set(VERSION_STRING "1.5.0")
-set(VERSION_STRING_SHORT "1.5.0")
-set(CANONICAL_VERSION_STRING "1.5.0")
+set(VERSION_STRING "1.6.0")
+set(VERSION_STRING_SHORT "1.6.0")
+set(CANONICAL_VERSION_STRING "1.6.0")
 
 configure_file(src/core/Version.cpp.in src/core/Version.cpp)

+ 15 - 0
debian/changelog

@@ -1,3 +1,18 @@
+jellyfin-media-player (1.6.0-1) unstable; urgency=medium
+
+  * Always set volume on playback. (#78)
+  * Allow user to theme application icon on Linux. (#75)
+  * Fix ignoreSSLErrors option on Linux. (#74)
+  * Add Global Windows Media Key/OSD integration. (#73)
+  * Enable drag-drop file uploads into web client. (#56)
+  * Add option to create a Windows Desktop Shortcut.
+  * Use smaller jellyfin icon on macOS to match other icons.
+  * Change default hwdec from enabled to copy.
+  * Allow smaller window size.
+  * Add more error handling to AutoSet feature. 
+
+ -- Ian Walton <ian@iwalton.com>  Tue, 04 May 2021 20:51:33 -0400
+
 jellyfin-media-player (1.5.0-1) unstable; urgency=medium
 
   * Remember intended subtitle and audio selection between episodes.

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

@@ -39,6 +39,21 @@
     <category>TV</category>
   </categories>
   <releases>
+      <release version="1.6.0" date="2020-05-04">
+        <p>Changes:</p>
+        <ul>
+          <li>Always set volume on playback. (#78)</li>
+          <li>Allow user to theme application icon on Linux. (#75)</li>
+          <li>Fix ignoreSSLErrors option on Linux. (#74)</li>
+          <li>Add Global Windows Media Key/OSD integration. (#73)</li>
+          <li>Enable drag-drop file uploads into web client. (#56)</li>
+          <li>Add option to create a Windows Desktop Shortcut.</li>
+          <li>Use smaller jellyfin icon on macOS to match other icons.</li>
+          <li>Change default hwdec from enabled to copy.</li>
+          <li>Allow smaller window size.</li>
+          <li>Add more error handling to AutoSet feature.</li>
+        </ul>
+      </release>
       <release version="1.5.0" date="2020-04-24">
         <p>Changes:</p>
         <ul>