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 |
ben |
8 |
2009-10-12 version 0.12 |
19 |
|
|
* fix bugs since persistent cnx |
20 |
|
|
|
21 |
|
|
2009-10-11 |
22 |
ben |
3 |
* use persistent connections |
23 |
|
|
|
24 |
ben |
1 |
2009-09-27 version 0.11 |
25 |
|
|
* internationalization OK (french file provided) |
26 |
|
|
|
27 |
|
|
2009-09-26 version 0.10 |
28 |
|
|
* allow only one instance of pref window |
29 |
|
|
|
30 |
|
|
2009-09-26 version 0.9 |
31 |
|
|
* better prefs window |
32 |
|
|
|
33 |
|
|
2009-09-24 |
34 |
|
|
* new transparent icon |
35 |
|
|
|
36 |
|
|
2009-09-24 version 0.8 |
37 |
|
|
* use of images in menu items |
38 |
|
|
|
39 |
|
|
2009-09-24 version 0.7 |
40 |
|
|
* use of TCP_NODELAY as socket option |
41 |
|
|
* cleaner Makefile |
42 |
|
|
|
43 |
|
|
2009-09-24 version 0.6 |
44 |
|
|
* fixed bug when no Artist or Title tag |
45 |
|
|
|
46 |
|
|
2009-09-23 version 0.5 |
47 |
|
|
* fixed bug in missing close() socket |
48 |
|
|
|
49 |
|
|
2009-09-23 version 0.4 |
50 |
|
|
* renamed to Sido because of conflicting name |
51 |
|
|
* minor modifications |
52 |
|
|
|
53 |
|
|
2009-09-23 version 0.3 |
54 |
|
|
* bugix in song display (no more segfault) |
55 |
|
|
* display longer song title |
56 |
|
|
|
57 |
|
|
2009-09-23 version 0.2 |
58 |
|
|
* display artist and song title on tooltip |
59 |
|
|
* Play menu entry |
60 |
|
|
|
61 |
|
|
2009-09-23 version 0.1 |
62 |
|
|
* first release |
63 |
|
|
* mpd code borrowed from mgc : http://mgc.berlios.de/ |