Koel - Package Updates
-
[1.28.0]
- Update koel to 7.14.0
- Full Changelog
- feat: genre revamp by @phanan in https://github.com/koel/koel/pull/2068
- refactor: use functional approach for FE tests by @phanan in https://github.com/koel/koel/pull/2069
- feat(ai): add Laravel Boost by @phanan in https://github.com/koel/koel/pull/2070
- feat(perf): use file resources instead of contents for cloud upload/download by @phanan in https://github.com/koel/koel/pull/2071
- feat: use hash to check if file changed by @phanan in https://github.com/koel/koel/pull/2072
- feat: use
useFormcomposable for forms by @phanan in https://github.com/koel/koel/pull/2073 - feat: add Log Viewer for easier local debugging by @phanan in https://github.com/koel/koel/pull/2074
- feat: add NightWatch support by @phanan in https://github.com/koel/koel/pull/2075
- fix: artifact path creation bug by @phanan in https://github.com/koel/koel/pull/2076
-
[1.29.0]
- Update koel to 7.15.0
- Full Changelog
- feat: upload/remove artist/album arts via form by @phanan in #2079
- feat: group fragmented commands into an Actions menu by @phanan in #2081
- fix: reapply the selection state for playable lists by @phanan in #2082
- feat: add Playlist description by @phanan in #2084
- feat(plus): add Ticketmaster integration by @phanan in #2085
- feat: unify all generated/uploaded images by @phanan in #2086
- feat: upload/remove playlist cover by @phanan in #2087
- feat: optimize release build by @AEnterprise in #2077
- fix: janks on song lists and some other improvements by @phanan in #2090
-
[1.29.1]
- Update koel to 7.15.1
- Full Changelog
- refactor: turn some method args into DTO by @phanan in #2091
- fix: inconsistent state after changing album/artist name (closes #2094) by @phanan in #2097
- fix: playlist disappears when no results are found (closes #2092) by @phanan in #2100
- refactor: restrict user API routes to specific actions only (#2098) by @WangYihang in #2101
- refactor: better types for modals and their contexts by @phanan in #2102
-
[1.30.0]
- Make htaccess configurable at
/app/data/public/htaccess - Add php.ini template file
- Make htaccess configurable at
-
[1.31.0]
- Update koel to 8.0.0
- Full Changelog
- feat: support embeds by @phanan in #2105
- feat(plus): simplify Dropbox auth route by @phanan in #2108
- feat: revamp role and permission system by @phanan in #2110
- feat: use proper song lists for home screen by @phanan in #2113
- feat(plus): support custom branding by @phanan in #2117
- feat: add composer script for
koel:initby @phanan in #2119 - fix: allow empty playlist description by @Doppelkeks12 in #2118
- feat: keep track of song/transcode sizes by @phanan in #2120
- fix: sidesheet background went missing by @phanan in #2122
- fix: make album/artist tabs scrollable on mobile by @phanan in #2125
-
[1.32.0]
- Update koel to 8.1.0
- Full Changelog
- fix: enable picking custom themes when creating embeds by @phanan in #2149
- fix: selected playables are not collected properly by @phanan in #2151
- feat(ui): use dialog element for context menus by @phanan in #2152
- refactor: extract artwork fields to a reusable component by @phanan in #2156
- feat(ui): use highlight color for selection by @phanan in #2157
-
[1.33.0]
- Update koel to 8.2.0
- Full Changelog
- feat: delete podcast upon last unsubscription by @phanan in #2161
- feat: add synchronized LRC lyrics support by @DzmingLi in #2154
- feat: improvements for plain-text and LRC lyrics by @phanan in #2162
- fix: slow scan (closes #2165) by @phanan in #2173
- fix: missing lyrics support for FLAC files by @ngiamour in #2178
- fix: preamp lost precision due to implicit conversion to int by @phanan in
1843fbb
-
[1.34.0]
- Update koel to 8.3.0
- Full Changelog
- fix: hover status on context menu items by @phanan in #2184
-
-
[1.35.0]
- Update koel to 9.0.0
- Full Changelog
-
P Package Updates locked this topic
-
[1.36.1]
- Update koel to 9.1.2
- Full Changelog
- feat: allow dragging the progress bar to seek by @phanan in #2395
- fix: preserve compilation album artist when editing songs by @phanan in #2396
- fix: remove special colors from Favorites and Recently Played sidebar icons by @phanan in #2397
- fix: resolve Butterchurn visualizer ESM interop double-wrapping regression by @acjohnson in #2399
- feat: auto-hide visualizer controls in fullscreen mode by @phanan in #2400
- fix: use most recent feed date for podcast sync freshness check by @phanan in #2407
-
[1.37.0]
- Update koel to 9.2.0
- Full Changelog
- fix: use default cursor on context menu items instead of text cursor by @phanan in #2408
- feat: include user's edit permission in album resource by @phanan in #2409
- feat: include user's edit permission in artist resource by @phanan in #2410
- feat: include user's edit and delete permissions on playlist resource by @phanan in #2411
- feat: include user's edit and delete permissions on radio station resource by @phanan in #2412
- feat: include viewer's edit and delete permissions on user resource by @phanan in #2413
- fix: align user card with album/artist card affordances by @phanan in #2417
- fix: add hover state to BasicListSorter menu items by @phanan in #2420
- fix: increase album/artist thumbnail corner radius by @phanan in #2423
- fix: shift tabindex from list/panel wrappers to media list items by @phanan in #2431
-
[1.37.1]
- Update koel to 9.2.1
- Full Changelog
- fix: properly move playlist between folders / out to root on update by @phanan in #2436
- fix: restart radio playback when the on-air station's URL is edited by @phanan in #2438
- fix: don't blank-page the app when GitHub is unreachable by @phanan in #2440
- fix: arrowleft hotkey now seeks backward, not forward by @phanan in #2442
-
[1.37.3]
- Make mounts playable, add user optional config option for XSendFilePath
-
[1.37.4]
- Add inotify watcher to detect new songs immediately
-
[1.38.0]
- Update koel to 9.3.3
- Full Changelog
- fix: align sqlite connection with Laravel 12 defaults by @phanan in #2480
- fix: cast favorite attribute to boolean across favoriteable models by @phanan in #2446
- feat: introduce a Guest role that can play but not upload by @phanan in #2450
- fix: keep search index in sync with post-scan mass-deletes by @phanan in #2452
- fix: skip native draggable on touch devices so context menu fires reliably by @phanan in #2453
- fix: redirect guests to / and log proxy-auth failure modes by @phanan in #2454
- feat: list only album artists on the Artists screen by @phanan in #2455
- feat: save and load custom equalizer presets by @phanan in #2456
- feat: support FrankenPHP, bump default upload limit to 512M by @phanan in #2475
- feat: store user-generated images under storage/app/public/images by @phanan in #2479
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login