koel v4.2.2 Release Notes

Release Date: 2019-12-02 // over 4 years ago
  • 🛠 This version includes several bug fixes and improvements:

    • 🛠 Fixed an issue with SongStartedPlaying event dispatching
    • 🛠 Fixed and improve (global) hotkey integration
    • The volume control is now shown on hover only, saving some space
    • A "download current song" button is added into the footer bar

    ⬆️ To upgrade:

    1. Create a backup
    2. Run these commands

      git pull git checkout v4.2.2 git submodule update --init --recursive composer install php artisan koel:init