mirror of
https://github.com/jellyfin/jellyfin-media-player.git
synced 2024-11-23 05:59:43 +00:00
Up version to 1.4.0.
This commit is contained in:
parent
dcc36e370f
commit
330c7f5dbc
@ -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)
|
||||
|
@ -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``
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user