Changelog History
-
v3.1.6 Changes
March 20, 2017- ๐
Fixed
Downloading a SmartAlbum results in crash (#652) - ๐
Fixed
htaccess IfModule for PHP7 (#653)
- ๐
-
v3.1.5 Changes
October 25, 2016New
Hide mouse pointer in full screen mode (#620)Improved
Smoothing rotation of album (#626)
-
v3.1.4 Changes
August 28, 2016- ๐
Fixed
Search stopped working because of an undefined index error (#605) - ๐
Fixed
Better next/previous photo check to prevent an error when opening an album with only one photo
- ๐
-
v3.1.3 Changes
August 22, 2016Improved
Rotate and flip images with GD based on EXIF orientation (Thanks @qligier, #600)Improved
Enter/leave fullscreen-mode by (not) moving the mouse for one second (Thanks @hrniels, #583)Improved
Prefetch the medium photo instead of the big one (Thanks @Bramas, #446)Improved
Added "session" to required extensions (#579)- โ
Improved
Added warning if Imagick is not installed/enabled (Thanks @hrniels, #590) - ๐
Fixed
Don't assume that gd_info exists when running diagnostics (Thanks @hrniels, #589 #565) - ๐
Fixed
Sidebar showing up in smart albums when navigating back from the photo-view
-
v3.1.2 Changes
June 12, 2016Improved
Added indexes to SQL fields to improve query execution time (Thanks @qligier, #533)- ๐
Improved
Protocol-relative URLs for open graph metadata (#546) - ๐
Improved
Remove metadata from medium-sized images and thumbnails (Imagick only) (#556) Improved
Reduce quality of medium-sized images (Imagick only) (#556)Improved
orientation-handling with Imagick (#556)
-
v3.1.1 Changes
April 30, 2016New
share button when logged out (#473)New
Import of IPTC photo tags (Thanks @qligier, #514)- ๐
New
Added reset username and password to FAQ (#500 #128) - ๐
Improved
Removed will-change from the main image to improve the image rendering in Chrome (#501) - ๐
Improved
scroll and rendering performance by removing will-change Improved
Open Facebook and Twitter sharing sheet in new windowImproved
EXIF and IPTC extraction (Thanks @qligier, #518)- โก๏ธ
Fixed
broken URL in Update.md (#516) - ๐
Fixed
error 500 on database connect error (Thanks @tribut, #530)
-
v3.1.0 Changes
March 29, 2016Warning : It's no longer possible to update from Lychee versions older than 2.7.
โ Warning : Plugins which use the plugin API of Lychee must be updated to work with the new back-end.
๐ Notice : It's no longer possible to edit the thumb quality in the database.
๐ Notice : It's no longer possible to disable the creation of medium-sized photos when Imagick is installed on the system.
โก๏ธ This updates includes a huge rewrite of the back-end. We are now using namespaces and the singleton pattern for Settings::get(), Database::get() and Plugins::get(). Everything is way better documented thanks to PHPDoc comments. Ugly
#
comments have been replaced with the more known//
. Unused functions are gone and returns are more strict. We also added a handy module to output messages. Failed database updates and invalid queries will be saved to the log.New
Empty titles for albumsNew
Share albums as hidden so they are only viewable with a direct link (#27)- ๐ฒ
New
Log failed and successful login attempts (Thanks @qligier, #382 #246) - ๐ฒ
Improved
error messages and log output Improved
The search shows albums above photos (#434)Improved
Album id now based on the current microtime (#27)- ๐
Improved
Back-end modules and plugins - โก๏ธ
Improved
Database connect function and update mechanism - 0๏ธโฃ
Improved
Default photo title now "Untitled" - ๐
Improved
Move to next photo after after moving a picture (#437) Improved
Return to album overview when canceling album password inputImproved
URL import now accepts photo URLs containing "?" and ":" (Thanks @qligier, #482)- ๐
Improved
Replaced date by strftime to simplify date translations (Thanks @qligier, #461) - ๐
Fixed
Missing icons in Safari 9.1 - ๐
Fixed
duplicate uploads (Thanks @qligier, #433) - ๐
Fixed
incorrect escaping when using backslashes - ๐
Fixed
session_start() after sending headers (#433) - ๐
Fixed
error when deleting last open photo in album - ๐
Fixed
Photo sometimes not loading when visiting directly - ๐
Fixed
Move album, merge album and switch album/photo menus no longer show empty titles for untitled albums/photos
-
v3.0.9 Changes
January 10, 2016Improved
Disabled dragging for thumbnailsImproved
Avoided unnecessary devicePixelRatio checks by using srcset for all thumbnailsImproved
Avoided devicePixelRatio check by using srcset for the imageview image- ๐ฒ
Improved
Don't show log and system information when logged out (Thanks @Bramas, #421) - ๐
Fixed
Swipe-gestures on mobile devices
-
v3.0.8 Changes
December 20, 2015- โก๏ธ
Improved
Lychee update site now with SSL (#317) - ๐
Improved
Set undefined vars, remove unused vars and code that cannot be reached (Thanks @mattsches, #435)
- โก๏ธ
-
v3.0.7 Changes
November 15, 2015- โก๏ธ Internal changes and updated dependencies
New
PHP-version-check now requires PHP >= 5.5New
Preloading of big photos (#185)