aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 24 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a9eabfd8c..17103fd4f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+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
+* 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
+* reset song priority on playback
+* write database and state file atomically
+* remove dependency on GLib
+
ver 0.19.8 (2015/01/14)
* input
- curl: fix bug after rewinding from end-of-file