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