Up version to 1.4.0.

This commit is contained in:
Ian Walton 2021-04-18 14:39:03 -04:00
parent dcc36e370f
commit 330c7f5dbc
3 changed files with 18 additions and 5 deletions

View File

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

View File

@ -65,7 +65,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/jwc-10.7.2/dist.zip > dist.zip
curl -L https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-10.7.2-1/dist.zip > dist.zip
unzip dist.zip
```
@ -164,7 +164,7 @@ Assuming that everything else has installed correctly, building Jellyfin Media P
* ``cd build``
* ``cmake -DCMAKE_BUILD_TYPE=Debug -DQTROOT=/opt/Qt5.9.5/5.9/gcc_64/ -DCMAKE_INSTALL_PREFIX=/usr/local/ ..``
* ``make -j4``
* ``wget https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-10.7.2/dist.zip``
* ``wget https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-10.7.2-1/dist.zip``
* ``unzip dist.zip``
* ``sudo make install``

View File

@ -39,6 +39,19 @@
<category>TV</category>
</categories>
<releases>
<release version="1.4.0" date="2020-04-18">
<p>Changes:</p>
<ul>
<li>Backport fix for images not loading.</li>
<li>Enable mouse back/forward buttons. (#42)</li>
<li>Fix subtitle offset support. (#35)</li>
<li>Add back support for TV mode, and also use configuration/command line flags.</li>
<li>Add support for some media keys, remotes, and controllers through inputmanager.</li>
<li>Enable hardware video decoding by default.</li>
<li>Allow file download option in web client again.</li>
<li>Fix more warnings in the codebase. (#32)</li>
</ul>
</release>
<release version="1.3.1" date="2020-04-13">
<p>Changes:</p>
<ul>