Releases: electerious/Lychee
Lychee 3.1.6
FixedDownloading a SmartAlbum results in crash (#652)Fixedhtaccess IfModule for PHP7 (#653)
Lychee 3.1.5
NewHide mouse pointer in full screen mode (#620)ImprovedSmoothing rotation of album (#626)
Lychee 3.1.4
FixedSearch stopped working because of an undefined index error (#605)FixedBetter next/previous photo check to prevent an error when opening an album with only one photo
Lychee 3.1.3
ImprovedRotate and flip images with GD based on EXIF orientation (Thanks @qligier, #600)ImprovedEnter/leave fullscreen-mode by (not) moving the mouse for one second (Thanks @hrniels, #583)ImprovedPrefetch the medium photo instead of the big one (Thanks @Bramas, #446)ImprovedAdded "session" to required extensions (#579)ImprovedAdded warning if Imagick is not installed/enabled (Thanks @hrniels, #590)FixedDon't assume that gd_info exists when running diagnostics (Thanks @hrniels, #589 #565)FixedSidebar showing up in smart albums when navigating back from the photo-view
Lychee 3.1.2
ImprovedAdded indexes to SQL fields to improve query execution time (Thanks @qligier, #533)ImprovedProtocol-relative URLs for open graph metadata (#546)ImprovedRemove metadata from medium-sized images and thumbnails (Imagick only) (#556)ImprovedReduce quality of medium-sized images (Imagick only) (#556)Improvedorientation-handling with Imagick (#556)
Lychee 3.1.1
Newshare button when logged out (#473)NewImport of IPTC photo tags (Thanks @qligier, #514)NewAdded reset username and password to FAQ (#500 #128)ImprovedRemoved will-change from the main image to improve the image rendering in Chrome (#501)Improvedscroll and rendering performance by removing will-changeImprovedOpen Facebook and Twitter sharing sheet in new windowImprovedEXIF and IPTC extraction (Thanks @qligier, #518)Fixedbroken URL in Update.md (#516)Fixederror 500 on database connect error (Thanks @tribut, #530)
Lychee 3.1
Warning: 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.
NewEmpty titles for albumsNewShare albums as hidden so they are only viewable with a direct link (#27)NewLog failed and successful login attempts (Thanks @qligier, #382 #246)Improvederror messages and log outputImprovedThe search shows albums above photos (#434)ImprovedAlbum id now based on the current microtime (#27)ImprovedBack-end modules and pluginsImprovedDatabase connect function and update mechanismImprovedDefault photo title now "Untitled"ImprovedMove to next photo after after moving a picture (#437)ImprovedReturn to album overview when canceling album password inputImprovedURL import now accepts photo URLs containing "?" and ":" (Thanks @qligier, #482)ImprovedReplaced date by strftime to simplify date translations (Thanks @qligier, #461)FixedMissing icons in Safari 9.1Fixedduplicate uploads (Thanks @qligier, #433)Fixedincorrect escaping when using backslashesFixedsession_start() after sending headers (#433)Fixederror when deleting last open photo in albumFixedPhoto sometimes not loading when visiting directlyFixedMove album, merge album and switch album/photo menus no longer show empty titles for untitled albums/photos
Lychee 3.0.9
ImprovedDisabled dragging for thumbnailsImprovedAvoided unnecessary devicePixelRatio checks by using srcset for all thumbnailsImprovedAvoided devicePixelRatio check by using srcset for the imageview imageImprovedDon't show log and system information when logged out (Thanks @Bramas, #421)FixedSwipe-gestures on mobile devices
Lychee 3.0.8
ImprovedLychee update site now with SSL (#317)ImprovedSet undefined vars, remove unused vars and code that cannot be reached (Thanks @mattsches, #435)
Lychee 3.0.7
- Internal changes and updated dependencies
NewPHP-version-check now requires PHP >= 5.5NewPreloading of big photos (#185)