Skip to content

Releases: jellyfin/jellyfin-kodi

Release 0.5.5

21 Apr 12:14
91ad676
Compare
Choose a tag to compare

Fixes running on Android devices

#286 Handle sys.getfilesystemencoding() returning None

Release 0.5.4

20 Apr 23:54
5db1614
Compare
Choose a tag to compare

#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

02 Apr 04:06
d79b507
Compare
Choose a tag to compare

#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

23 Mar 15:51
57582d2
Compare
Choose a tag to compare

#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

Release 0.5.1

08 Mar 15:06
3cd3069
Compare
Choose a tag to compare

#224 Fix ascii errors

Release 0.5.0

04 Mar 21:06
183c059
Compare
Choose a tag to compare

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

25 Feb 01:15
Compare
Choose a tag to compare

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

19 Dec 12:18
a2feac8
Compare
Choose a tag to compare

#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

Release 0.3.6

07 Nov 18:25
6be8213
Compare
Choose a tag to compare
  • #142 Handle unicode characters without using the io library
  • #140 Remove WOL Code
  • #139 Remove Empty shows dialog
  • #138 Remove Rotten Tomatoes

Release 0.3.5

04 Nov 17:33
527ae96
Compare
Choose a tag to compare
  • #117 Add support for upnext addon
  • #124 Fixed incorrect window titles during library management
  • #127 Removed unused code
  • #128 Removed port field on server setup
  • #132 Fix libraries when they have an apostrophe in the name