From dd921d1f47afcde2980c7e0e652fde4f8adffd33 Mon Sep 17 00:00:00 2001 From: mcarlton00 Date: Wed, 4 Mar 2020 11:11:11 -0500 Subject: [PATCH] Version bump for 0.5.0 --- addon.xml | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/addon.xml b/addon.xml index 042a7146..60bed8b4 100644 --- a/addon.xml +++ b/addon.xml @@ -1,7 +1,7 @@ @@ -40,19 +40,25 @@ 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! - v0.4.0 (2019-12-18) - #144 Remove the prompt before library selection - #145 Removed connection tests and minor cleanup - #148 Translate refactor - #149 Delete zh_cn, as zh_Hans is the official ISO code - #154 Change string Kodi Companion to Kodi Sync Queue - #157 Removed blocks of commented out code - #159 Update websocket path - #160 Correct filepath when entering data to database - #161 Add config migration for pr #145 - #163 Remove emby endpoints from api calls - #164 Fix link to installation instructions - #165 Move the RemoteAddress check + v0.5.0 (2020-03-04) + #167 Removed unnecessary log messages and changed some to debug + #172 Added support for Kodi 19 (and Python 3) + #188 Fix kodi 19 websocket control + #190 Fix Obj error + #192 Fix playlist paths + #193 Replaced debug output of json.dumps with an indirection to lazy __str__ + #194 Dont modify a list as you are traversing it + #195 Fix empty download thread list + #197 Move the responsibility of the maximum number of threads to the UI + #200 Resort to the expensive database lookup only if the person exists in the database + #201 Allow for UI updates as the library is being sync'ed + #202 Parallelize multiple http GETs + #207 Make commands python 2/3 compatible + #209 Reduce execute and fetch one calls + #211 Finish getitem cleanup in library + #212 Bad dates are bad + #214 Fix re-running library updates + #215 Remove duplicated code and rename UpdatedWorker class resources/icon.png