REQUIRE PHP 7.4
fixes
#783 : Can't rename tag albumTag-albums were not accessible by
albums.getByID
fixes
#781 : Fixes a bug which prevented the use of sharing albums between usersThis rare bug was only triggered if a non-admin user was sharing an album with
another user.fixes
#779 : Fixes some missing information on Tag Albums in the front end.fixes
#766 : It is no longer possible to use the 'photo rotation' functionalityWhile the buttons are still accessible we now return an error instead of filling up
the entire disk space of the server.fixes
#751 : In some rare instance, it was not possible to generate video thumbnailsthis is fixed. We try to reextract the 'aperture' property to get the thumbnail.
We also added a warning in the case where FFmpeg was not enabled.fixes
#769 : when moving pictures in Image view, the second try resulted in failurewe no longer clear the content of
json.album
when moving an image.
This ensure that the required properties are still accessiblefixes
: Settings are accessible in Image viewThere were rare sequence of events which prevented the settings view to open.
new
: /Frame will now display a warning if no pictures are found.instead of staying a black screen, we now send an
alert()
new
: Share information are no longer displayed in public modeThey are still available in the Ajax query
upd
#773 : Update French localizationspacing typos in French localization
new
#771 : Update French localizationminor changes in the French localization.
new
#764 : Add Diagnotics warnings if the php init values are too low (less than 30M).new
#757 : Add limits on the number of logs seen.Too many logs lines where crashing php by using too much memory.
new
#758 : Add the possibility to chose the picture ordering per albumthe admin can now chose whether to order by name etc per album instead of globally.
Packaged version of Lychee including the vendor folder.
Install process is as follow:
- extract the zip file.
- create your database and user manually
Then you have two possibilities:
cp .env.example .env
- edit
.env
php artisan key:generate
php artisan migrate
sudo chown -R www-data:www-data .
or
sudo chown -R www-data:www-data .
and access from your browser the Lychee installation and follow the installation steps
See change log: https://lycheeorg.github.io/docs/releases.html
See how to update: https://lycheeorg.github.io/docs/update.html
See how to upgrade from version 3: https://lycheeorg.github.io/docs/upgrade.html