forked from afrase/kodiswift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
51 lines (37 loc) · 1.06 KB
/
CHANGES
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
40
41
42
43
44
45
46
47
48
49
50
51
0.0.8
=====
- Set `listitem.is_folder` to `False` when setting `listitem.is_playable` to `True`.
0.0.7
=====
- Made `listitem.playable` use it's own property to allow `is_folder` and `playable` to be independent
0.0.6
=====
- Make sure list item has 'as_tuple' method
0.0.5
=====
- Add xbmcvfs mock
- Added listdir to xbmcvfs
- Exclude tests from distribute package
- Fix issue when path sets as icon for listitem object
- Add test for plugin.set_resolved_url()
- Add check of played
- set_resolved_url test check playable
- Improve mock of xbmc, to use xbmc libraries addons in python path
- Fixed failing TestResolvedUrl test
0.0.4
=====
- Merge pull request #6 More robust test before manipulation of item
- Merge pull request #8 Fix notify
0.0.3
=====
- Merge pull request #5 fix storage error on Windows
0.0.2
=====
- Merge pull request #3 fix set_setting
0.0.1
=====
- Initial fork of xbmcswift2
- Code cleanup
- Added art property to ListItem
- Deprecated non-pythonic ListItem properties in favor of more pythonic ones
- Re-wrote PersistentStorage and TimedStorage