Browse Source

Up version to 1.3.1.

Ian Walton 4 years ago
parent
commit
8e229728d0

+ 3 - 3
CMakeModules/VersionConfiguration.cmake

@@ -26,8 +26,8 @@ set(VERSION_NANO 0)
 
 option(UPGRADE_DEBUG "" OFF)
 
-set(VERSION_STRING "1.3.0")
-set(VERSION_STRING_SHORT "1.3.0")
-set(CANONICAL_VERSION_STRING "1.3.0")
+set(VERSION_STRING "1.3.1")
+set(VERSION_STRING_SHORT "1.3.1")
+set(CANONICAL_VERSION_STRING "1.3.1")
 
 configure_file(src/core/Version.cpp.in src/core/Version.cpp)

+ 13 - 0
debian/changelog

@@ -1,3 +1,16 @@
+jellyfin-media-player (1.3.1-1) unstable; urgency=medium
+
+  * Add builds for win32, debian, and ubuntu.
+  * Fix music performance issue where there were excessive API calls (#22)
+  * Fix fullscreen button in web player.
+  * Add maximized window state preserving (#26)
+  * Fix QT warnings (#24)
+  * Fix wayland and wayland hwdec support (#20, #23)
+  * Set white font color on modal and add class for css themes.
+  * Upgrade jellyfin-web to 10.7.2.
+
+ -- Ian Walton <ian@iwalton.com>  Tue, 13 Apr 2021 20:00:12 -0400
+
 jellyfin-media-player (1.3.0-1) unstable; urgency=medium
 
   * Initial Debian packaging for 1.3.0

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

@@ -39,6 +39,19 @@
     <category>TV</category>
   </categories>
   <releases>
+      <release version="1.3.1" date="2020-04-13">
+        <p>Changes:</p>
+        <ul>
+          <li>Add builds for win32, debian, and ubuntu.</li>
+          <li>Fix music performance issue where there were excessive API calls (#22)</li>
+          <li>Fix fullscreen button in web player.</li>
+          <li>Add maximized window state preserving (#26)</li>
+          <li>Fix QT warnings (#24)</li>
+          <li>Fix wayland and wayland hwdec support (#20, #23)</li>
+          <li>Set white font color on modal and add class for css themes.</li>
+          <li>Upgrade jellyfin-web to 10.7.2.</li>
+        </ul>
+      </release>
       <release version="1.3.0" date="2020-04-11">
         <p>Changes:</p>
         <ul>