소스 검색

Up release to 1.4.1.

Ian Walton 3 년 전
부모
커밋
04b8cc113f
3개의 변경된 파일21개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      CMakeModules/VersionConfiguration.cmake
  2. 9 0
      debian/changelog
  3. 9 0
      resources/meta/com.github.iwalton3.jellyfin-media-player.appdata.xml

+ 3 - 3
CMakeModules/VersionConfiguration.cmake

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

+ 9 - 0
debian/changelog

@@ -1,3 +1,12 @@
+jellyfin-media-player (1.4.1-1) unstable; urgency=medium
+
+  * Add update notifier.
+  * Add option to disable input repeat. (#49)
+  * Add config-only option to ignore SSL certificates. (#48)
+  * Fix excessive width of options drop-downs in some cases.
+
+ -- Ian Walton <ian@iwalton.com>  Mon, 19 Apr 2021 22:28:20 -0400
+
 jellyfin-media-player (1.4.0-1) unstable; urgency=medium
 
   * Backport fix for images not loading.

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

@@ -39,6 +39,15 @@
     <category>TV</category>
   </categories>
   <releases>
+      <release version="1.4.1" date="2020-04-19">
+        <p>Changes:</p>
+        <ul>
+          <li>Add update notifier.</li>
+          <li>Add option to disable input repeat. (#49)</li>
+          <li>Add config-only option to ignore SSL certificates. (#48)</li>
+          <li>Fix excessive width of options drop-downs in some cases.</li>
+        </ul>
+      </release>
       <release version="1.4.0" date="2020-04-18">
         <p>Changes:</p>
         <ul>