aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--NEWS32
1 files changed, 32 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1d72d188b..371469b88 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+ver 0.20 (not yet released)
+* protocol
+ - "commands" returns playlist commands only if playlist_directory configured
+ - "search"/"find" have a "window" parameter
+ - report song duration with milliseconds precision
+ - "sticker find" can match sticker values
+ - drop the "file:///" prefix for absolute file paths
+* tags
+ - ape, ogg: drop support for non-standard tag "album artist"
+ affected filetypes: vorbis, flac, opus & all files with ape2 tags
+ (most importantly some mp3s)
+* decoder
+ - ffmpeg: support ReplayGain and MixRamp
+ - ffmpeg: support stream tags
+* output
+ - jack: reduce CPU usage
+ - pulse: set channel map to WAVE-EX
+ - recorder: record tags
+ - recorder: allow dynamic file names
+* mixer
+ - null: new plugin
+* resampler
+ - new block "resampler" in configuration file
+ replacing the old "samplerate_converter" setting
+ - soxr: allow multi-threaded resampling
+* reset song priority on playback
+* write database and state file atomically
+* remove dependency on GLib
+* support libsystemd (instead of the older libsystemd-daemon)
+* database
+ - proxy: add TCP keepalive option
+
ver 0.19.10 (2015/06/21)
* input
- curl: fix deadlock on small responses