-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathchangelog.txt
39 lines (27 loc) · 989 Bytes
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
version 2.1.3
- Fix UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
version 2.1.2
- Pass along whether we should resume a movie
version 2.1.1
- Another attempt to keep Kodi from crashing on playback startup
version 2.1.0
- Hopefully fix Kodi crashing on playback startup
version 2.0.9
- Fix UnicodeDecodeError: 'ascii' codec can't decode
version 2.0.8
- Switch from cPickle to JSON communication with main PKC add-on
version 2.0.7
- Modify way to transfer data to main PKC Python instance
version 2.0.6
- Fix setting int/float ListItem attributes
version 2.0.5
- Switch to absolute paths for imports
version 2.0.4
- Kodi Leia compatibility: fix EOFError for cPickle Python module
version 2.0.3
- Version omitted to be on-par with TV shows helper add-on
version 2.0.2
- Also pass handle of add-on call to main thread
version 2.0.1
- Correctly handle direct plugin calls
- Drop python requests dependency