All Versions
10
Latest Version
Avg Release Cycle
55 days
Latest Release
2590 days ago

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, 2016
    • New 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, 2016
    • Improved 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, 2016
    • Improved 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, 2016
    • New 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 window
    • Improved 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, 2016

    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.

    • New Empty titles for albums
    • New 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 input
    • Improved 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, 2016
    • Improved Disabled dragging for thumbnails
    • Improved Avoided unnecessary devicePixelRatio checks by using srcset for all thumbnails
    • Improved 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.5
    • New Preloading of big photos (#185)