aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS44
1 files changed, 44 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 94a676b84..3db3c6e2a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,47 @@
+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)
+ - id3: remove the "id3v1_encoding" setting; by definition, all ID3v1 tags
+ are ISO-Latin-1
+* decoder
+ - ffmpeg: support ReplayGain and MixRamp
+ - ffmpeg: support stream tags
+ - gme: add option "accuracy"
+ - mad: reduce memory usage while scanning tags
+ - mpcdec: read the bit rate
+* playlist
+ - cue: don't skip pregap
+ - embcue: fix last track
+ - flac: new plugin which reads the "CUESHEET" metadata block
+* 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
+* always write UTF-8 to the log file.
+* remove dependency on GLib
+* support libsystemd (instead of the older libsystemd-daemon)
+* database
+ - proxy: add TCP keepalive option
+* update
+ - apply .mpdignore matches to subdirectories
+
ver 0.19.11 (2015/10/27)
* tags
- ape: fix buffer overflow