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