ChangeLog and README for forked-daapd 26.0

This commit is contained in:
ejurgensen 2018-02-24 16:45:05 +01:00
parent 666af127d5
commit 237674d2a6
2 changed files with 21 additions and 0 deletions

View File

@ -1,6 +1,25 @@
ChangeLog for forked-daapd ChangeLog for forked-daapd
-------------------------- --------------------------
version 26.0:
- added web interface
- added JSON API
- new mpd commands (e.g. sticker, urlhandlers, playlistfind)
- support for adding non-library urls to the playback queue
- support for id3 grouping tags
- support for filesystems with ACL's
- use Spotify web api to load all playlists
- improved client authentication options
- only rescan playlists if changed -> faster startup
- fix bug related to dacp/daap client revision number handling
- fix bugs related to import of iTunes XML playlists
- restore ATV4/tvOS11 support by removing requirement for timing_port
- fixes for Hyperfine Remote
- improve database performance
- make sure daemons listen on both ipv4 and ipv6 (for BSD)
- ffmpeg/transcoding refactored for new ffmpeg API
- and more...
version 25.0: version 25.0:
- improved playback resilience - improved playback resilience
- substitute packet skipping (producing audio "clicks") with start/stop - substitute packet skipping (producing audio "clicks") with start/stop

View File

@ -540,6 +540,8 @@ The original (now unmaintained) source can be found here:
README's for previous versions of forked-daapd: README's for previous versions of forked-daapd:
[forked-daapd version 26.0](https://github.com/ejurgensen/forked-daapd/blob/26.0/README.md)
[forked-daapd version 25.0](https://github.com/ejurgensen/forked-daapd/blob/25.0/README.md) [forked-daapd version 25.0](https://github.com/ejurgensen/forked-daapd/blob/25.0/README.md)
[forked-daapd version 24.2](https://github.com/ejurgensen/forked-daapd/blob/24.2/README.md) [forked-daapd version 24.2](https://github.com/ejurgensen/forked-daapd/blob/24.2/README.md)