Skip to content

Commit

Permalink
Merge pull request #261 from mcarlton00/0.5.3
Browse files Browse the repository at this point in the history
Version bump to 0.5.3
  • Loading branch information
TrueTechy authored Apr 2, 2020
2 parents 38e151d + 28963ee commit 3d0225e
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.jellyfin"
name="Jellyfin"
version="0.5.2"
version="0.5.3"
provider-name="Jellyfin Contributors, angelblue05">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
Expand Down Expand Up @@ -40,14 +40,16 @@
<summary lang="en"></summary>
<description lang="en">Welcome to Jellyfin for Kodi!&#10;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.&#10;&#10;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:&#10;* Direct integration with the Kodi library for native Kodi speed&#10;* Instant synchronization with the Jellyfin server&#10;* Full support for Movie, TV and Music collections&#10;* Jellyfin Server direct stream and transcoding support - use Kodi when you are away from home!</description>
<news>
v0.5.2 (2020-03-23)
#231 Removed image caching web server
#232 Mitigation for invalid year data from server
#236 Fixed ascii error on context menu
#237 Fixed boxsets on library syncs
#238 Fixed artwork deletion
#240 HTTPS redirection checks introduced
#241 XML attribute corrections
v0.5.3 (2020-04-01)
#246 Fix language file paths
#248 Remove duplicate strings in translations
#249 Fixed typo introduced in #215
#251 Fix kodi link
#252 Don't encode strings that don't need it
#253 Remove MEDIA lookup dict
#256 Moved setting addon mode to utils
#257 Disabled changing server details & Removed corresponding function
#260 Added better error handling to public info check
</news>
<assets>
<icon>resources/icon.png</icon>
Expand Down

0 comments on commit 3d0225e

Please sign in to comment.