1 |
sido: a mini MPD client |
2 |
|
3 |
This program is free software; you can redistribute it and/or modify |
4 |
it under the terms of the GNU General Public License as published by |
5 |
the Free Software Foundation; either version 2 of the License, or |
6 |
(at your option) any later version. |
7 |
|
8 |
This program is distributed in the hope that it will be useful, |
9 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
10 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
11 |
GNU General Public License for more details. |
12 |
|
13 |
You should have received a copy of the GNU General Public License along |
14 |
with this program; if not, write to the Free Software Foundation, Inc., |
15 |
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
16 |
|
17 |
2009-10-12 version 0.12 |
18 |
* fix bugs since persistent cnx |
19 |
|
20 |
2009-10-11 |
21 |
* use persistent connections |
22 |
|
23 |
2009-09-27 version 0.11 |
24 |
* internationalization OK (french file provided) |
25 |
|
26 |
2009-09-26 version 0.10 |
27 |
* allow only one instance of pref window |
28 |
|
29 |
2009-09-26 version 0.9 |
30 |
* better prefs window |
31 |
|
32 |
2009-09-24 |
33 |
* new transparent icon |
34 |
|
35 |
2009-09-24 version 0.8 |
36 |
* use of images in menu items |
37 |
|
38 |
2009-09-24 version 0.7 |
39 |
* use of TCP_NODELAY as socket option |
40 |
* cleaner Makefile |
41 |
|
42 |
2009-09-24 version 0.6 |
43 |
* fixed bug when no Artist or Title tag |
44 |
|
45 |
2009-09-23 version 0.5 |
46 |
* fixed bug in missing close() socket |
47 |
|
48 |
2009-09-23 version 0.4 |
49 |
* renamed to Sido because of conflicting name |
50 |
* minor modifications |
51 |
|
52 |
2009-09-23 version 0.3 |
53 |
* bugix in song display (no more segfault) |
54 |
* display longer song title |
55 |
|
56 |
2009-09-23 version 0.2 |
57 |
* display artist and song title on tooltip |
58 |
* Play menu entry |
59 |
|
60 |
2009-09-23 version 0.1 |
61 |
* first release |
62 |
* mpd code borrowed from mgc : http://mgc.berlios.de/ |