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
-
[1.3.0]
- Update Koel to 6.1.0
- Full changelog
- feat: support playlist folders & improve drag-n-drop
- feat: implement drop zone for uploading
- fix: FLAC songs with special chars in name won't transcode (#1481)
- fix: cannot mark users as admin (#1483)
- fix: shuffle all button disappeared on phone (#1488)
-
[1.3.1]
- Update Koel to 6.2.0
- Full changelog
- feat: read LRC files if applicable (closes #1447) by @phanan in https://github.com/koel/koel/pull/1502
- feat: allow deleting songs from filesystem (closes #1478) by @phanan in https://github.com/koel/koel/pull/1504
- feat: support genre and year (closes #1503) by @phanan in https://github.com/koel/koel/pull/1509. See Migration for more details.
- fix: properly sort album/artist songs (closes #1486) 25c9da4c
- fix: screen not activated on app load 4eab978b
- fix: add support for vorbis tags/comments by @jojoxd 4c7e2644a3551fc7e37d0ef544991c06066bf782
-
[1.3.2]
- Update Koel to 6.2.1
- Full changelog
- Typofixes in api.yaml descriptions by @nexxai in https://github.com/koel/koel/pull/1513
- chore: improve assertEquals by @peter279k in https://github.com/koel/koel/pull/1512
- fix: do not lazy-load GlobalEventListeners by @phanan in https://github.com/koel/koel/pull/1515
- chore: add port 8000 into .env's APP_URL by @phanan in https://github.com/koel/koel/pull/1516
- fix: album tracklist item test by @phanan in https://github.com/koel/koel/pull/1517