aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS43
1 files changed, 43 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d87626bd9..d48dfc44f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,46 @@
+ver 0.19 (not yet released)
+* protocol
+ - new commands "addtagid", "cleartagid", "listfiles"
+ - "lsinfo" and "readcomments" allowed for remote files
+ - "listneighbors" lists file servers on the local network
+ - "playlistadd" supports file:///
+ - "idle" with unrecognized event name fails
+* database
+ - proxy: forward "idle" events
+ - proxy: copy "Last-Modified" from remote directories
+ - upnp: new plugin
+ - cancel the update on shutdown
+* storage
+ - music_directory can point to a remote file server
+ - nfs: new plugin
+ - smbclient: new plugin
+* playlist
+ - soundcloud: use https instead of http
+ - soundcloud: add default API key
+* archive
+ - read tags from songs in an archive
+* input
+ - alsa: new input plugin
+ - mms: non-blocking I/O
+ - nfs: new input plugin
+ - smbclient: new input plugin
+* filter
+ - volume: improved software volume dithering
+* encoder:
+ - shine: new encoder plugin
+* threads:
+ - the update thread runs at "idle" priority
+ - the output thread runs at "real-time" priority
+ - increase kernel timer slack on Linux
+ - name each thread (for debugging)
+* configuration
+ - allow playlist directory without music directory
+ - use XDG to auto-detect "music_directory" and "db_file"
+* new resampler option using libsoxr
+* ARM NEON optimizations
+* install systemd unit for socket activation
+* Android port
+
ver 0.18.10 (2014/04/10)
* decoder
- ffmpeg: fix seeking bug