-
Notifications
You must be signed in to change notification settings - Fork 18
/
changelog.txt
122 lines (87 loc) · 1.99 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
v2.0.10
- updated language files from Transifex
v2.0.9
- deprecate xbmc.abortRequested
v2.0.8
- add missing images
v2.0.7
- fix recursive scan (paths must end with a slash)
v2.0.6
- fix update index button
v2.0.5
- fix crash on exit
v2.0.4
- apply dim value to the whole screen
v2.0.3
- more screen space for image filename
- disable caching of images
v2.0.2
- change name to screensaver.picture.slideshow
v2.0.1
- deprecate previous version
v2.0.0
- kodi name change
v1.0.6
- increase zorder
v1.0.5
- fixed unicode error
v1.0.4
- fixed: seekbar dialog would display on top of screensaver
v1.0.3
- update language files
v1.0.2
- fix album cover missing when playing music
v1.0.1
- add xml header
v1.0.0
- gotham release
v0.1.8
- update language files
v0.1.7
- use natural sort order
v0.1.6
- fix empty tags handling in xmp library
v0.1.5
- auto update cache
- only use cache with image folder source
v0.1.4
- fix crash when checking cached images
v0.1.3
- add support for xmp tags
- make music info slightly transparent (prevent burn-in)
v0.1.2
- added yyyy-mm-dd format
v0.1.1
- fix potential issues due to missing module imports
v0.1.0
- added option to disable the randomizing of images
- added display name for fanart
- added cache option
v0.0.9
- silence iptc warnings
- update code for xbmc 12.1
v0.0.8
- added music info option
- localize date format
- removed iptc info labels
v0.0.7
- change picture tags code
v0.0.6
- use largeimage controls in skin
- add support for exif tags
v0.0.5
- added dependencies to addon.xml
v0.0.4
- fixed: previous image would briefly show when switching from the current to the next
- fixed: adjust animation speeds according to the effectslowdown value of the skin
- fixed: pre-load images
- changed: allow images to be displayed up to 60 seonds
- added: option to scale the image fullscreen
- added: option to display the image name
- added: splash screen during startup
v0.0.3
- added: multipath support
v0.0.2
- added: fanart image
v0.0.1
- initial release