Browse Source

Up version to 1.5.0.

Ian Walton 3 years ago
parent
commit
61662346d8

+ 3 - 3
CMakeModules/VersionConfiguration.cmake

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

+ 11 - 0
debian/changelog

@@ -1,3 +1,14 @@
+jellyfin-media-player (1.5.0-1) unstable; urgency=medium
+
+  * Remember intended subtitle and audio selection between episodes.
+  * Allow disabling the server's custom CSS.
+  * Allow using custom CSS locally on the client. (Per user)
+  * Fix scroll bar styling on TV mode.
+  * Add Windows taskbar integration. (#61)
+  * Fix volume OSD not showing on mute toggle. (#63)
+
+ -- Ian Walton <ian@iwalton.com>  Sat, 24 Apr 2021 20:42:29 -0400
+
 jellyfin-media-player (1.4.1-1) unstable; urgency=medium
 
   * Add update notifier.

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

@@ -39,6 +39,17 @@
     <category>TV</category>
   </categories>
   <releases>
+      <release version="1.5.0" date="2020-04-24">
+        <p>Changes:</p>
+        <ul>
+          <li>Remember intended subtitle and audio selection between episodes.</li>
+          <li>Allow disabling the server's custom CSS.</li>
+          <li>Allow using custom CSS locally on the client. (Per user)</li>
+          <li>Fix scroll bar styling on TV mode.</li>
+          <li>Add Windows taskbar integration. (#61)</li>
+          <li>Fix volume OSD not showing on mute toggle. (#63)</li>
+        </ul>
+      </release>
       <release version="1.4.1" date="2020-04-19">
         <p>Changes:</p>
         <ul>