mirror of
https://github.com/jellyfin/jellyfin-mpv-shim.git
synced 2024-11-22 21:49:41 +00:00
Fix appstream.
This commit is contained in:
parent
f95f0b06fc
commit
ba299689b8
@ -68,7 +68,7 @@ fi
|
||||
current_version=$(get_resource_version jellyfin/jellyfin-mpv-shim)
|
||||
current_version=${current_version:1}
|
||||
constants_version=$(cat jellyfin_mpv_shim/constants.py | grep '^CLIENT_VERSION' | cut -d '"' -f 2)
|
||||
setup_version=$(grep 'version=' setup.py | cut -d '"' -f 2)
|
||||
setup_version=$(grep 'version=' setup.py | cut -d '"' -f 2 | sed 's/.post.*//g')
|
||||
iss_version=$(grep '^#define MyAppVersion' "Jellyfin MPV Shim.iss" | cut -d '"' -f 2)
|
||||
appdata_version=$(grep 'release version="' jellyfin_mpv_shim/integration/com.github.iwalton3.jellyfin-mpv-shim.appdata.xml | \
|
||||
head -n 1 | cut -d '"' -f 2)
|
||||
|
@ -63,11 +63,14 @@
|
||||
<releases>
|
||||
<release version="2.7.0" date="2024-05-13">
|
||||
<description>
|
||||
<p>Changes:</p>
|
||||
<ul>
|
||||
<li>Switch to native Jellyfin Trickplay support.</li>
|
||||
<li>Update mpv version to latest git version.</li>
|
||||
<li>Fix support for newer MPV versions. (#377)</li>
|
||||
<li>Make log level configurable. (#379)</li>
|
||||
<li>Fix icon title. (#380)</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="2.6.0" date="2023-03-07">
|
||||
|
Loading…
Reference in New Issue
Block a user