aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2009-04-01 06:05:16 -0700
committerAvuton Olrich <avuton@gmail.com>2009-04-01 06:05:16 -0700
commit8c1465c67cf9226c177022e2838a5cfde526a899 (patch)
tree1c5fbc903b60b83340380ffe82e335c33a884537 /NEWS
parentac8def81abef11cb539617980e24e25df0b615bd (diff)
downloadmpd-8c1465c67cf9226c177022e2838a5cfde526a899.tar.gz
mpd-8c1465c67cf9226c177022e2838a5cfde526a899.tar.xz
mpd-8c1465c67cf9226c177022e2838a5cfde526a899.zip
news: Add consume and single commands
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8d8f41d55..47566926b 100644
--- a/NEWS
+++ b/NEWS
@@ -35,14 +35,17 @@ ver 0.15 (200?/??/??)
* commands:
- "playlistinfo" supports a range now
- added "sticker database", command "sticker", which allows clients
- to implement features like "song rating"
+ to implement features like "song rating"
+ - added "consume" command which removes a song after play
+ - added "single" command, if activated, stops playback after current song or
+ repeats the song if "repeat" is active.
* Rewritten mixer code to support multiple mixers
* Add audio archive extraction support:
- bzip2
- iso9660
- zip
* the option "error_file" was removed, all messages are logged into
- "log_file"
+ "log_file"
* support logging to syslog
* fall back to XDG music directory if no music_directory is configured
* failure to read the state file is non-fatal