mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Merge pull request #323 from mcarlton00/version-0.5.8
Version bump to 0.5.8
This commit is contained in:
commit
bfbd713915
1 changed files with 3 additions and 9 deletions
12
addon.xml
12
addon.xml
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="plugin.video.jellyfin"
|
||||
name="Jellyfin"
|
||||
version="0.5.7"
|
||||
version="0.5.8"
|
||||
provider-name="Jellyfin Contributors, angelblue05">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.25.0"/>
|
||||
|
@ -40,14 +40,8 @@
|
|||
<summary lang="en"></summary>
|
||||
<description lang="en">Welcome to Jellyfin for Kodi! A whole new way to manage and view your media library. The Jellyfin addon for Kodi combines the best of Kodi - ultra smooth navigation, beautiful UIs and playback of any file under the sun, and Jellyfin - the most powerful fully open source multi-client media metadata indexer and server. Jellyfin for Kodi is the absolute best way to enjoy the incredible Kodi playback engine combined with the power of Jellyfin's centralized database. Features: * Direct integration with the Kodi library for native Kodi speed * Instant synchronization with the Jellyfin server * Full support for Movie, TV and Music collections * Jellyfin Server direct stream and transcoding support - use Kodi when you are away from home!</description>
|
||||
<news>
|
||||
v0.5.7 (2020-06-10)
|
||||
#307 Fix server selection list to show multiple servers
|
||||
#308 Update deprecated isPassword and line1 function parameters
|
||||
#310 Fix choose the audio stream and the subtitle stream remotely
|
||||
#311 Add Kodi 17 backwards compat to #308
|
||||
#314 Add playback mode to issue template
|
||||
#315 Fix incremental sync for mixed content libraries
|
||||
#319 Sanitize the server URL in log messages
|
||||
v0.5.8 (2020-06-15)
|
||||
#322 Force filter parameter during incremental sync
|
||||
</news>
|
||||
<assets>
|
||||
<icon>resources/icon.png</icon>
|
||||
|
|
Loading…
Reference in a new issue