Skip to content

Releases: LycheeOrg/Lychee

Version 6.0.0 Beta - New Front-end

05 Oct 19:31
Compare
Choose a tag to compare
Pre-release

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.

v6.0.0-alpha3 - for the curious :)

30 Sep 14:53
Compare
Choose a tag to compare
Pre-release

⚠️ Untested release zip archive, definitely not production ready. Use at your own risk.

If things break, you are on your own. Don't come crying.

Upgrade process is the same as usual (delete & replace etc.).

❓ The version number is still at 5.5.1 but you will need to apply the migrations (php artisan migrate).

v6.0.0-alpha2 - for the curious :)

29 Sep 21:15
Compare
Choose a tag to compare
Pre-release

⚠️ Untested release zip archive, definitely not production ready. Use at your own risk.

If things break, you are on your own. Don't come crying.

Upgrade process is the same as usual (delete & replace etc.).

❓ The version number is still at 5.5.1 but you will need to apply the migrations (php artisan migrate).

v6.0.0-alpha1 - for the curious

18 Sep 16:52
Compare
Choose a tag to compare
Pre-release

⚠️ Untested release zip archive, definitely not production ready. Use at your own risk.

If things break, you are on your own. Don't come crying.

Upgrade process is the same as usual (delete & replace etc.).

❓ The version number is still at 5.5.1 but you will need to apply the migrations (php artisan migrate).

Version 5.5.1 - Fix Tag album & fix ffprobe integration to php-exif

05 Jul 15:22
656ffae
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.5.0...v5.5.1

Version 5.5

26 Jun 11:04
cc68474
Compare
Choose a tag to compare

Migrated to Laravel 11. Might have some instability.

What's Changed

  • Fix smart album not having visibilty option by @ildyria in #2470
  • Add some details for clockwork profiler to work by @ildyria in #2465
  • Allow to disable smart albums individually. by @ildyria in #2468
  • Fix filename: no more double extension on download. by @ildyria in #2474
  • Add ability to create user on the fly on Oauth auth step by @ildyria in #2475
  • Fix timezone warning. (#2477)
  • Minor speed improvements (#2478)
  • disable livewire array hack (#2479)
  • add option to disable login requirements on albums (#2480)
  • Migrate to Laravel 11 by @ildyria in #2464

Full Changelog: v5.4.0...v5.5.0

Version 5.4 - Fixes apostrophes in Album names, add login_required option.

17 Jun 20:27
cc952e2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.3.1...v5.4.0

Version 5.3.1 - Fixes & Speed improvements

09 Jun 10:05
d5988b1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.3.0...v5.3.1

Version 5.3.0 - Support for S3 & Copyright per album

29 Apr 07:23
e8f442e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.2.2...v5.3.0

v5.2.2 - Hot Fix broken albums with no landscape images.

20 Apr 13:49
6a0bebe
Compare
Choose a tag to compare

What's Changed

  • Fixes HTTP 500 "Attempt to read property "photo_id" on null" on album page when no photo is found for header by @nanawel in #2396
  • Use portrait when landscape is not available for header image by @ildyria in #2397
  • Version 5.2.2 by @ildyria in #2398

New Contributors

Full Changelog: v5.2.1...v5.2.2