ChangeLog for OwnTone 28.9

This commit is contained in:
ejurgensen 2024-01-18 18:20:59 +01:00
parent b4e4583e61
commit de3a00e950
1 changed files with 15 additions and 0 deletions

View File

@ -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)