ChangeLog and README for forked-daapd 27.1

This commit is contained in:
ejurgensen 2020-01-29 12:08:21 -08:00
parent aee916a63f
commit e4588867ad
2 changed files with 12 additions and 0 deletions

View File

@ -1,6 +1,16 @@
ChangeLog for forked-daapd
--------------------------
version 27.1
- web UI upgraded to v0.6.0: settings page, display more Spotify data
- support for volumeup, volumedown and mutetoggle DACP commands
- support for multiple ALSA devices
- suppress repeated logging of same message to avoid log file bloat
- fix opening too many files due to looping with shairport-sync
- fix for genres with single quotes in name
- fix for incorrect update of time_added metadata
- fix some small memleaks and missing cleanup
version 27.0
- no fixed resampling to 44100/16, play source quality if possible
- Chromecast: quick start, better quality (48000/16 Opus encoded)

View File

@ -542,6 +542,8 @@ The source for this version of forked-daapd can be found here:
README's for previous versions of forked-daapd:
[forked-daapd version 27.1](https://github.com/ejurgensen/forked-daapd/blob/27.1/README.md)
[forked-daapd version 27.0](https://github.com/ejurgensen/forked-daapd/blob/27.0/README.md)
[forked-daapd version 26.5](https://github.com/ejurgensen/forked-daapd/blob/26.5/README.md)