koel v4.3.0 Release Notes
Release Date: 2020-04-21 // about 3 years ago-
๐ The next minor version of Koel, which comes with new features, improvements, and bug fixes and usual. And, in case you haven't noticed, Koel now has its own domain!
๐ New Features and Improvements
- ๐ Media thumbnail moved to the play button (or "play orb" if you will)
- Reduce the progress bar's height. Its click area (along with that of other controls) is actually increased, allowing easier interaction
- Song items on homepage now react to context menu and drag-drop actions
- You can now play a song list in the current order by clicking the "All" button while pressing the Alt (Option) key
- You can now right-click anywhere on the footer while a song is playing (or paused/stopped) for contextual commands
- ๐ Speaking of context menus, now they have a dark theme that matches better with the overall interface
๐ Fixes
- Hotkeys (F, space etc.) now work even when the progress bar has focus
- Remote control app is now back
- ๐ Fixed a racing condition that might cause logging in to fail with valid credentials
- For development, hot-reloading now works again
โฌ๏ธ To upgrade:
- Create a backup
Run these commands
git pull git checkout v4.3.0 git submodule update --init --recursive composer install php artisan koel:init