Browse Source

Up version to 1.2.0.

Ian Walton 4 years ago
parent
commit
7ab71d0400

+ 3 - 3
CMakeModules/VersionConfiguration.cmake

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

+ 2 - 2
README.md

@@ -28,7 +28,7 @@ git clone git://github.com/iwalton3/jellyfin-media-player
 cd jellyfin-media-player
 mkdir build
 cd build
-wget https://github.com/iwalton3/jellyfin-web-jmp/releases/download/v1.1.0/dist.zip
+wget https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-1.7.0-2/dist.zip
 unzip dist.zip
 cmake -DCMAKE_BUILD_TYPE=Debug  -DQTROOT=/opt/Qt5.9.7/5.9.7/gcc_64/ -DCMAKE_INSTALL_PREFIX=/usr/local/ ..
 make -j4
@@ -60,7 +60,7 @@ You need to run these commands in git bash.
 git clone https://github.com/iwalton3/jellyfin-media-player
 cd jellyfin-media-player
 mkdir build && cd build
-curl -L https://github.com/iwalton3/jellyfin-web-jmp/releases/download/v1.1.0/dist.zip > dist.zip
+curl -L https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-1.7.0-2/dist.zip > dist.zip
 unzip dist.zip
 ```
 

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

@@ -39,6 +39,14 @@
     <category>TV</category>
   </categories>
   <releases>
+      <release version="1.2.0" date="2020-04-05">
+        <p>Changes:</p>
+        <ul>
+          <li>Add native music playback.</li>
+          <li>Fix undefined onErrorInternal.</li>
+          <li>Remove breakpad.</li>
+        </ul>
+      </release>
       <release version="1.1.0" date="2020-04-05">
         <p>Changes:</p>
         <ul>