aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS104
1 files changed, 104 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1cebfd2db..2f04931e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,106 @@
+ver 0.19.2 (not yet released)
+* playlist
+ - don't allow empty playlist name
+ - m3u: don't ignore unterminated last line
+ - m3u: recognize the file suffix ".m3u8"
+* decoder
+ - ignore URI query string for plugin detection
+ - faad: remove workaround for ancient libfaad2 ABI bug
+ - ffmpeg: recognize MIME type audio/aacp
+ - mad: fix negative replay gain values
+* output
+ - fix memory leak after filter initialization error
+ - fall back to PCM if given DSD sample rate is not supported
+* fix assertion failure on unsupported PCM conversion
+* auto-disable plugins that require GLib when --disable-glib is used
+
+ver 0.19.1 (2014/10/19)
+* input
+ - mms: fix deadlock bug
+* playlist
+ - extm3u: fix Extended M3U detection
+ - m3u, extm3u, cue: fix truncated lines
+* fix build failure on Mac OS X
+* add missing file systemd/mpd.socket to tarball
+
+ver 0.19 (2014/10/10)
+* protocol
+ - new commands "addtagid", "cleartagid", "listfiles", "listmounts",
+ "listneighbors", "mount", "rangeid", "unmount"
+ - "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
+ - new "search"/"find" filter "modified-since"
+ - "seek*" allows fractional position
+ - close connection after syntax error
+* database
+ - proxy: forward "idle" events
+ - proxy: forward the "update" command
+ - proxy: copy "Last-Modified" from remote directories
+ - simple: compress the database file using gzip
+ - 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
+ - cue: fix bogus duration of the last track
+ - cue: restore CUE tracks from state file
+ - soundcloud: use https instead of http
+ - soundcloud: add default API key
+* archive
+ - read tags from songs in an archive
+* input
+ - alsa: new input plugin
+ - curl: options "verify_peer" and "verify_host"
+ - ffmpeg: update offset after seeking
+ - ffmpeg: improved error messages
+ - mms: non-blocking I/O
+ - nfs: new input plugin
+ - smbclient: new input plugin
+* filter
+ - volume: improved software volume dithering
+* decoder:
+ - vorbis, flac, opus: honor DESCRIPTION= tag in Xiph-based files as a comment to the song
+ - audiofile: support scanning remote files
+ - audiofile: log libaudiofile errors
+ - dsdiff, dsf: report bit rate
+ - dsdiff, dsf: implement seeking
+ - dsf: support DSD512
+ - dsf: support multi-channel files
+ - dsf: fix big-endian bugs
+ - dsf: fix noise at end of malformed file
+ - mpg123: support ID3v2, ReplayGain and MixRamp
+ - sndfile: support scanning remote files
+ - sndfile: support tags "comment", "album", "track", "genre"
+ - sndfile: native floating point playback
+ - sndfile: optimized 16 bit playback
+ - mp4v2: support playback of MP4 files.
+* encoder:
+ - shine: new encoder plugin
+* output
+ - alsa: support native DSD playback
+ - alsa: rename "DSD over USB" to "DoP"
+ - osx: fix hang after (un)plugging headphones
+* 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"
+* add tags "AlbumSort", "MUSICBRAINZ_RELEASETRACKID"
+* disable global Latin-1 fallback for tag values
+* new resampler option using libsoxr
+* ARM NEON optimizations
+* install systemd unit for socket activation
+* Android port
+
ver 0.18.17 (not yet released)
* playlist
- don't allow empty playlist name
@@ -27,6 +130,7 @@ ver 0.18.14 (2014/09/11)
ver 0.18.13 (2014/08/31)
* protocol
- don't change song on "seekcur" in random mode
+
* decoder
- dsdiff, dsf: fix endless loop on malformed file
- ffmpeg: support ffmpeg/libav version 11