diff --git a/ChangeLog b/ChangeLog index e8f0f1fe..1df24e65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,21 @@ ChangeLog for OwnTone --------------------- +version 28.9 + - web UI improvements: + display lyrics metadata + toggle Spotify on/off in some views + many minor improvements + - use compressed ALAC for Airplay for bandwidth + fixes esp32 issue + - don't merge Spotify albums with local albums + - handle playlist with Unicode BOM + - json API add tracks to queue returns info on added tracks + - replace syscall with gettid, syscall deprecated on MacOS + - fix issue where m3u genre doesn't override despite m3u_override = true + - fix possible crash from use-after-free + - fix FreeBSD possible crash + - fix crash when keys of incorrect length are used for legacy pairing + version 28.8 - fix MacOS bind error: "Protocol wrong type for socket" - fix BSD build error (no SYS_gettid)