diff --git a/ChangeLog b/ChangeLog index d29b08e7..fc685265 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ -ChangeLog for forked-daapd --------------------------- +ChangeLog for OwnTone +--------------------- + +version 28.0 + - rename forked-daapd to OwnTone + new logo + - fix web UI slow updates due to websockets 3.x changes + - support for ALAC sort tags + - support for remote pls/m3u with https streams + - add /api/queue?id=now_playing json API shortcut + - fix possible crash on Pulseaudio error callback + - fix possible segfault-on-exit + - fix websockets not working on FreeBSD + - refactor how the server binds to sockets (use dual stack ipv4/6) + - configurable interface/address binding version 27.4 - fix web server path traversal vulnerability diff --git a/README.md b/README.md index 3493804c..831591d5 100644 --- a/README.md +++ b/README.md @@ -582,7 +582,11 @@ The source for this version of OwnTone can be found here: [https://github.com/owntone/owntone-server.git](https://github.com/owntone/owntone-server.git) -README's for previous versions of OwnTone (when it was forked-daapd): +README's for current and previous versions of OwnTone: + + [OwnTone version 28.0](https://github.com/owntone/owntone-server/blob/28.0/README.md) + +Older versions from when OwnTone was forked-daapd: [forked-daapd version 27.4](https://github.com/owntone/owntone-server/blob/27.4/README.md)