forked from flensrocker/screensaver.picture.slideshow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
199 lines (140 loc) · 3.16 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
v4.2.1
- cosmetics
v4.2.0
- add resume from last position option
v4.1.4
- better handling when picture folder is empty
v4.1.3
- use image instead of largeimage controls
v4.1.2
- don't create empty cache file
- delete empty cache files
v4.1.1
- don't crash when advancedsettings.xml is corrupt
v4.1.0
- option to exclude dirs/files using pictureexcludes in advancedsettings.xml
v4.0.1
- fix cache creation when an empty cache file is present.
v4.0.0
- remove simplejson support
v3.0.3
- language update
- cosmetics
v3.0.2
- fix randomizing the list
v3.0.1
- fix index creation during update
v3.0.0
- bump for jarvis
- always use image index
- remove option to create an index
v2.1.9
- auto placement of exif info labels
v2.1.8
- fix background creation of image index
v2.1.7
- move music info to bottom
v2.1.6
- cosmetics
v2.1.5
- use different method to find the addon.xml of the skin
v2.1.4
- fix missing settings string
- fix crash on update due to incompatible settings
v2.1.3
- language update
v2.1.2
- make background image optional
v2.1.1
- add background image to reduce black borders
v2.1.0
- add update thread
v2.0.11
- add option to show both folder- and filename
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