koel v4.1.0 Release Notes

Release Date: 2019-10-09 // over 4 years ago
  • This version comes with several changes:

    • โฌ‡๏ธ Downgrade getID3 to ^1.9 to fix an annoying regression (#1078)
    • ๐Ÿ‘‰ Make DB_DATABASE config for sqlite-persistent driver absolute (technically this is a breaking change, but it's simple enough to migrate so I'm not bumping a major version) (#1099)
    • Songs are now counted as "played" only after a 25% threshold (i.e. if you've listened past 1 minute of a 4-minute song) (#1087)
    • ๐Ÿ›  Fix a bug with Albums/Artists screens not scrollable on extra-large screens (#1086)
    • ๐ŸŽ A couple of bug fixes and performance improvements

    โฌ†๏ธ To upgrade:

    1. Create a backup
    2. Run these commands

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

    If you're using sqlite-persistent driver, replace the value of DB_DATABASE in .env file with the full path to your database file.

    ๐Ÿ‘€ That's it! See you next time!