summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 68551434a..18f6adad4 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ ver 0.23 (not yet released)
* protocol
- new command "getvol"
- show the audio format in "playlistinfo"
+* database
+ - proxy: require MPD 0.20 or later
+ - proxy: require libmpdclient 2.11 or later
+ - proxy: split search into chunks to avoid exceeding the output buffer
+ - upnp: support libnpupnp instead of libupnp
* output
- pipewire: new plugin
- snapcast: new plugin
@@ -11,12 +16,19 @@ ver 0.23 (not yet released)
ver 0.22.7 (not yet released)
* protocol
- don't use glibc extension to parse time stamps
+ - optimize the "albumart" command
+* input
+ - curl: send user/password in the first request, save one roundtrip
* decoder
- ffmpeg: fix build problem with FFmpeg 3.4
- gme: support RSN files
* storage
- curl: don't use glibc extension
+* database
+ - simple: fix database corruption bug
* output
+ - fix crash when pausing with multiple partitions
+ - jack: enable on Windows
- httpd: send header "Access-Control-Allow-Origin: *"
- wasapi: add algorithm for finding usable audio format
- wasapi: use default device only if none was configured