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