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