aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS45
1 files changed, 45 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d8e901654..9e1565a11 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,48 @@
+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
+ - "list" on album artist falls back to the artist tag
+ - "list" and "count" allow grouping
+* 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.11 (2014/05/12)
* decoder
- opus: fix missing song length on high-latency files