Koel - Package Updates
Pinned
Koel
-
[1.0.0]
- Update Koel to 5.0.2
- Full changelog
- Koel is now powered by Laravel 8
- The simple "filter" box has been completely overhauled
- Admins can now be created from the Users screen
- The blurry album thumbnails are now generated and served by the server instead of using the CPU-expensive CSS blur filter
- Authentication is now handled by Laravel Sanctum instead of JWT. This eliminates some nasty session expiry bugs.
- You can now like/unlike song directly from the song-list
-
[1.1.7]
- Update Koel to 5.1.10
- Full changelog
- fix: do not remove S3-hosted songs post-sync #1390
- feat: increase char limit for name fields #1391
- fix: song list cut at bottom https://github.com/koel/core/commit/c834d66b3a43fbc5cad019ce264c672adb3b1a23
-
[1.1.8]
- Update Koel to 5.1.12
- Full changelog
- feat: enable usage with S3-compatible services by @sergiustheblack in #1381
- fix: better handle bottom cut-off of playlists by @phanan in koel/core@ab7f8fc
- fix: broken info service by @phanan in koel/core@7372097