v9.10.0
Added 3
- make the default role for first-time SSO users configurable
- return synced lyrics from getLyricsBySongId when available
- extract embedded SYLT synchronised lyrics during scanning
Changed 1
- decompose login form into an auth orchestrator with a shared shell
Fixed 6
- keep lyrics zoom controls pinned to the pane's top-right corner
- close context menu after rating from it
- show album/artist card separator in production as a standalone element
- keep the peeked sidebar open briefly after the cursor leaves
- allow collaborators to update shared playlists via Subsonic
- fixture filename collision on case-insensitive filesystems
What's Changed
- chore(deps): bump laravel/framework from 13.11.2 to 13.12.0 by @dependabot[bot] in https://github.com/koel/koel/pull/2584
- chore(deps): bump dompurify from 3.4.9 to 3.4.11 by @dependabot[bot] in https://github.com/koel/koel/pull/2586
- fix: keep lyrics zoom controls pinned to the pane's top-right corner by @phanan in https://github.com/koel/koel/pull/2587
- fix: close context menu after rating from it by @phanan in https://github.com/koel/koel/pull/2588
- fix: show album/artist card separator in production as a standalone element by @phanan in https://github.com/koel/koel/pull/2589
- refactor: decompose login form into an auth orchestrator with a shared shell by @phanan in https://github.com/koel/koel/pull/2590
- fix: keep the peeked sidebar open briefly after the cursor leaves by @phanan in https://github.com/koel/koel/pull/2591
- feat: make the default role for first-time SSO users configurable by @phanan in https://github.com/koel/koel/pull/2594
- fix: allow collaborators to update shared playlists via Subsonic by @phanan in https://github.com/koel/koel/pull/2598
- feat: return synced lyrics from getLyricsBySongId when available by @phanan in https://github.com/koel/koel/pull/2599
- feat: extract embedded SYLT synchronised lyrics during scanning by @phanan in https://github.com/koel/koel/pull/2601
- fix: fixture filename collision on case-insensitive filesystems by @michalmytych in https://github.com/koel/koel/pull/2595
New Contributors
- @michalmytych made their first contribution in https://github.com/koel/koel/pull/2595
Full Changelog: https://github.com/koel/koel/compare/v9.9.1...v9.10.0