Don't require lastfm:// scheme in station URLs on command line.
[shell-fm.git] / CHANGES
blobc2de767bcbf08fc9ad7bf2fdc93f89045c196702
1 * 2008-05-20, jkramer
2         - added support for remote control via UNIX sockets
4 * 2008-04-14, jkramer
5         - applied patches from Guillaume Pinot to make shell-fm run on OpenBSD
6           (thanks!)
8 * 2008-04-12, jkramer
9         - added option "discovery" to enable discovery mode by default
10         - added playlist preview (print tracks in queue):
11                 - 'u' prints upcoming tracks
12                 - 'E' tries to expand the playlist (if the queue is empty and you
13                   really want to know what's coming next)
14                 - 'preview-format' option changes the format of the preview
16 * 2008-04-11, jkramer
17         - now escaping XML entities properly in xmlrpc.c (thanks to Lars-Dominik)
19 * 2008-04-10, jkramer
20         - now using SIGUSR2 in playfork to tell UI about errors
22 * 2008-04-10, jkramer
23         - fixed Makefile (libao detection was broken)
24         - fixed -D option (wrong macro for libao support was used)
26 * 2008-04-06, jkramer
27         - "delay-change" now also affects normal radio change ('r')
29 * 2008-04-06, jkramer
30         - added option "delay-change" for delaying station change ('s', 'f') until
31           after the track finishes
33 * 2008-04-06, jkramer
34         - un-html'ing " now in unhtml()
35         - cleaning cache on exit
37 * 2008-04-05, jkramer
38         - now using own readline for login prompt
40 * 2008-04-02, jkramer
41         - printing non-printable characters in readline now
42         - fixed pause timer
43         - added patch by Lars-Dominik Braun that allows to change the time after
44           which a track may be scrobbled
45         - fixed radio history so the last station comes up first on arrow-up on the
46           prompt
47         - extended manual
49 * 2008-02-10, jkramer
50         - added helper scripts
52 * 2008-02-10, jkramer
53         - added DESTDIR variable and "uninstall" target to Makefile.
55 * 2008-02-10, jkramer
56         - added more volume control (+, - changes "vol", *, / changes "pcm")
58 * 2008-02-10, jkramer
59         - added volume control (keys +/-)
61 * 2008-02-02, jkramer
62         - fixed Makefile
63         - changed copyright message
65 * 2008-02-02, jkramer
66         - added two missing options to the manual
67         - extended INSTALL file
68         - fixed indentation in main.c
70 * 2008-02-02, jkramer
71         Everything from the past 'til now is forgotten. I hope not to forget to add
72         future changes to this file.