don't check isVerified flag when adding albums to directory
[clinton/xbmc-groove.git] / changelog.txt
1 2.0.12
2
3 XBMC python update.
4
5 2.0.11
6
7 Fix artwork download.
8
9 2.0.10
10
11 Fix sessions bug.
12
13 2.0.9
14
15 Fix for Android temp directory.
16
17 2.0.8
18
19 Fix for multiuser environment.
20
21 2.0.7
22
23 Fix background image.
24
25 2.0.6
26
27 Replace md5 with hashlib.
28
29 2.0.5
30
31 Fix add to playlist.
32
33 2.0.4
34
35 Fix character encodings and album name.
36
37 2.0.3
38
39 Python coding bug fixes.
40
41 2.0.2
42
43 Correct icon resolution.
44
45 2.0.1
46
47 Better resolution icon.
48 Fix playlists with accented characters.
49
50 2.0.0
51
52 Frodo version.
53
54 1.0.7
55
56 Allow unicode symbols in playlist names.
57
58 1.0.6
59
60 Fix play next issue.
61
62 1.0.5
63
64 Fix IP address.
65
66 1.0.4
67
68 Fix playlist name encoding bug.
69
70 1.0.3
71
72 Fix bug in album song name.
73
74 1.0.2
75
76 New icon for dark backgrounds. Socket timeout for Linux.
77
78 1.0.1
79
80 Bug fix.
81
82 1.0.0
83
84 Version bump for Eden.
85
86 0.6.5
87
88 Pre-eden.
89
90 0.6.4
91
92 Change fanart.
93
94 0.6.3
95
96 Speed improvements.
97
98 0.6.2
99
100 Check item existence before adding to directory.
101
102 0.6.1
103
104 Some more changes for XBMC addon compliancy.
105
106 0.6.0
107
108 Compliant with all XBMC addon requirements.
109
110 0.5.4
111
112 Fix https for windows.
113
114 0.5.3
115
116 Improve app engine security.
117
118 0.5.2
119
120 Use google app engine to serve requests.
121
122 0.5.1:
123
124 Refactor getting song duration to improve performance.
125
126 0.5.0:
127
128 Use new version 3 API.
129
130 0.4.0:
131
132 Add optional 1.0 API for those with a session id.
133
134 0.3.0:
135
136 Get artist's albums.
137 Get artist's most popular songs.
138 Get other user's playlists.
139
140 Sort playlists directory by name.
141 Put track name first in the album and playlist directory item labels.
142 Allow multiple pages in the songs directory (help prevent slow retrieval of very big lists).
143 Allow integration with XBMC Music Libary. See http://sourceforge.net/apps/trac/xbmc-groove/wiki/WikiStart .
144
145 Fix coverart download.
146
147 0.2.3:
148
149 Fix covert art directory creation. Again.
150
151 0.2.2:
152
153 Fix covert art directory creation.
154
155 0.2.1:
156
157 Use song URL directly for playback. Much faster.
158
159 0.2.0:
160
161 Major changes to use new Grooveshark API.
162
163 0.1.5:
164
165 Big song listing performance improvement.
166
167 0.1.4:
168
169 Improve song icon performance.
170
171 0.1.3:
172
173 Fix progress bar for songs retrieval.
174
175 0.1.2:
176
177 Playlist bug fixes.
178 Performance tweaks.
179
180 0.1.1:
181
182 More Grooveshark playlist support.
183
184 0.1.0:
185
186 Grooveshark playlist support.
187
188 0.0.2:
189
190 Add similar artists function.
191
192 0.0.1:
193
194 Dharma version.