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.2]
- Update Koel to 5.1.3
- Full changelog
-
[1.1.4]
- Update Koel to 5.1.5
- Full changelog
-
[1.1.5]
- Update Koel to 5.1.6
- Full changelog
-
[1.1.6]
- Update Koel to 5.1.8
- Full changelog
-
[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
-
[1.1.9]
- Update Koel to 5.1.13
- Full changelog
- fix: broken singe song download by @phanan
-
[1.1.10]
- Update Koel to 5.1.14
- Full changelog
-
[1.2.0]
- Update Koel to 6.0.2
- Full changelog
- Use pre-compiled Koel assets
- Use php 8.1
-
[1.2.1]
- Update Koel to 6.0.3
- Full changelog
- fix: only drop foreign on non SQLite
-
[1.2.2]
- Update Koel to 6.0.4
- Full changelog
-
[1.2.3]
- Update Koel to 6.0.5
- Full changelog
-
[1.2.4]
- Update Koel to 6.0.6
- Full changelog
- fix: media cache was not cleared upon new uploads, rendering the mobile app hanging.