v9.8.0
Added 3
- Rate podcasts
- Play album/artist from row thumbnails on hover
- Add koel:storage:webdav setup command
Fixed 8
- Prevent frontend test runs from breaking the dev server
- Make no-hover variant actually apply on touch devices
- Stop test runs from corrupting asset URLs in snapshots
- Shrink carousel overscroll mask on mobile
- Hide carousel scroll buttons when the track fits
- Avoid playlist factory name collisions in flaky tests
- Make ScreenHeaderSkeleton responsive on mobile
- Follow redirects when fetching podcast feeds
What's Changed
- feat: rate podcasts by @phanan in https://github.com/koel/koel/pull/2550
- fix: prevent frontend test runs from breaking the dev server by @phanan in https://github.com/koel/koel/pull/2552
- fix: make no-hover variant actually apply on touch devices by @phanan in https://github.com/koel/koel/pull/2551
- feat: play album/artist from row thumbnails on hover by @phanan in https://github.com/koel/koel/pull/2553
- fix: stop test runs from corrupting asset URLs in snapshots by @phanan in https://github.com/koel/koel/pull/2554
- fix: shrink carousel overscroll mask on mobile by @phanan in https://github.com/koel/koel/pull/2556
- fix: hide carousel scroll buttons when the track fits by @phanan in https://github.com/koel/koel/pull/2555
- fix: avoid playlist factory name collisions in flaky tests by @phanan in https://github.com/koel/koel/pull/2557
- fix: make ScreenHeaderSkeleton responsive on mobile by @phanan in https://github.com/koel/koel/pull/2561
- fix: follow redirects when fetching podcast feeds by @phanan in https://github.com/koel/koel/pull/2564
- feat: add koel:storage:webdav setup command by @phanan in https://github.com/koel/koel/pull/2563
Full Changelog: https://github.com/koel/koel/compare/v9.7.1...v9.8.0