aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--NEWS30
1 files changed, 30 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aebf7a35d..3459777c4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+ver 0.18 (2012/??/??)
+* configuration:
+ - allow tilde paths for socket
+* protocol:
+ - new command "toggleoutput"
+ - search for album artist falls back to the artist tag
+* input:
+ - curl: enable https
+ - soup: plugin removed
+* playlist:
+ - lastfm: remove defunct Last.fm support
+* decoder:
+ - adplug: new decoder plugin using libadplug
+ - ffmpeg: drop support for pre-0.8 ffmpeg
+ - flac: require libFLAC 1.2 or newer
+ - flac: support FLAC files inside archives
+ - opus: new decoder plugin for the Opus codec
+ - vorbis: skip 16 bit quantisation, provide float samples
+ - mp4ff: obsolete plugin removed
+* encoder:
+ - opus: new encoder plugin for the Opus codec
+ - vorbis: accept floating point input samples
+* output:
+ - new option "tags" may be used to disable sending tags to output
+ - alsa: workaround for noise after manual song change
+ - ffado: remove broken plugin
+ - mvp: remove obsolete plugin
+* improved decoder/output error reporting
+* eliminate timer wakeup on idle MPD
+
ver 0.17.6 (2013/10/14)
* mixer:
- alsa: fix busy loop when USB sound device gets unplugged