github LycheeOrg/Lychee v6.0.0-beta.2
Version 6.0.0 Beta 2 - Same as Beta 1, but with fixes

pre-releaseone day ago

Livewire is gone. VueJS is the new base.

To be brutally honest, there is pretty much nothing new between version 5.5.1 and version 6 in term of functionalities.
That being said, you should upgrade as soon as possible. Why? Because the new front-end is at least 3 times faster than the previous version!

You can read more about the rationale behind this new version here:

Furthermore, we had to drop the automated API documentation via scramble (read more here) , there will be a new one coming, but it is not of urgent matter. And while we are on that subject, Lychee is now supporting a complete new version 2 of API, and the version 1 is disabled by default.

On the good to know side, there are a two new .env variable that could be useful:

  • VUEJS_ENABLED, pretty much disables the front-end version 6, and catapult you back to version 4.
  • LEGACY_API_ENABLED allows you to re-enable the API version 1.

⚠️ By setting VUEJS_ENABLED=false and LEGACY_API_ENABLED=false you will end up with a broken Lychee. Please do not do that, keep at least one of the two set to true.

We provide a breakdown of the changes between beta.1 and beta.2 on our blog: https://lycheeorg.github.io/2024-10-14-v6-beta3/

Don't miss a new Lychee release

NewReleases is sending notifications on new releases.