koel v4.2.0 Release Notes

Release Date: 2019-11-28 // over 4 years ago
  • This version comes with several changes and improvements:

    • 🛠 The problem with context menu being off-screen is now fixed
    • Queuing already queued song(s) now behaves correctly
    • The translucent, blurred album art overlay is now an option in the Profile screen. Consider turning it off if you notice high CPU usage.
    • Koel should now be compatible with Node 12.x
    • 🔨 As usual, more optimization and refactoring underneath

    ⬆️ To upgrade:

    1. Create a backup
    2. Run these commands

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