Releases: jellyfin/jellyfin-kodi
Release 0.5.5
Fixes running on Android devices
#286 Handle sys.getfilesystemencoding() returning None
Release 0.5.4
#263 Update deprecated kodi api functions
#274 Disable SSLv2 and SSLv3 support in websocket lib
#275 Disable TLSv1.0 and TLSv1.1 in websocket
#276 Add badges to README
#277 Attempt to improve logging
#279 Fix spelling of receive in websocket.py comments
#280 Spring cleaning 2020: Part 1
#282 Make sure file paths are text, not binary
Release 0.5.3
#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
Release v0.5.2
Release 0.5.1
#224 Fix ascii errors
Release 0.5.0
Note
Please make sure to either install 0.4.1 first, or restart Kodi after installing this version. This will help prevent any issues due to incompatible dependencies.
#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 Don't 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
Release 0.4.1
This is an intermediary step to help prepare for the next release.
It installs new dependencies that are required for future versions to allow the user to upgrade the addon without having to restart Kodi.
Release 0.4.0
#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