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