Lychee Versions Save

A great looking and easy-to-use photo-management-system you can run on your server, to manage and share photos.

v3.0.6

8 years ago
  • Improved Share photo now shares view.php link (#392)
  • Fixed Incorrect error messages for failed uploads (#393)
  • Fixed XSS issues and escaping problems
  • Fixed Broken "Download album" when album has an ampersand in the password (#356)

v3.0.5

8 years ago
  • Fixed view.php not displaying photos

v3.0.4

8 years ago
  • Improved Removed bower and updated basicModal & basicContext
  • Improved Small interface performance improvements
  • Improved Updated all JS-files to take advantage of ES2015
  • Improved Better error-handling for the Dropbox-, URL- and Server-Import
  • Improved Added skipDuplicates- and identifier-check to the diagnostics
  • Fixed error when using "Merge All" with one selected album
  • Fixed error when saving username and password after the initial setup
  • Fixed Clicks not recognized when using a mouse on a touchscreen-device (#345)

v3.0.3

8 years ago
  • New Skip duplicates on upload (#367, How to activate)
  • Fixed Clicks not recognized when using a mouse on a touchscreen-device (#345)

v3.0.2

8 years ago
  • Improved Permission errors are now easier to understand (#351)
  • Improved Escape data from database before inserting into view.php
  • Fixed PHP-version-check now requires PHP >= 5.3 like written in the docs

v3.0.1

8 years ago
  • New Album Sorting (Thanks @ophian, #98)
  • New Identifier to prevent login of multiple Lychee-instances (#344)
  • Improved Albums and photos now can have a title with up to 50 chars (#332)
  • Fixed Removing last Tag from photo not possible in Firefox (#269)

v3.0.0

9 years ago

Warning: You need to enter a new username and password when upgrading from a previous version. Your installation is accessible for everyone till you enter a new login by visiting your Lychee. Both fields are now stored in a secure way. Legacy md5 code has been removed.

Warning: Upgrading from a previous version will set all public albums to private. Passwords are now stored in a secure way. Legacy md5 code has been removed.

Warning: We recommend to backup your database and photos before upgrading to the newest version.

Deprecated: Photos uploaded with Lychee v1.1 or older aren't supported anymore. Thumbnails fail to load on high-res screens.

  • New Redesigned interface, icons and symbols
  • New Rewritten Front-End
  • New Dialog system now based on basicModal
  • New Context-menus now based on basicContext
  • New Edit the sharing options of a public album
  • New Quickly switch between albums and photos by clicking the title in the header
  • New Renamed API functions
  • New Merge albums (Thanks @rhurling, #340, #341, #166)
  • New iPhone 6 Homescreen icon
  • Improved Performance of animations
  • Improved Prevent download of deleted albums/photos
  • Improved Opening a private photo when logged out now shows an error
  • Improved Reduced attribute changes to improve performance
  • Improved Interact with the content while the sidebar stays open
  • Improved Username and password now stored in a safer way
  • Improved Album passwords now stored in a safer way
  • Improved Don't refresh albums when password-input canceled by user
  • Improved Additional Open Graph Metadata (#299)
  • Improved Check allow_url_fopen (#302)
  • Fixed Prevent ctrl+a from selecting the sidebar (#230)
  • Fixed Removed unused scrolling bars in FF (#316, #289)

v3.0.0-beta.1

9 years ago

This is a pre-release of Lychee v3.0. Software may contain bugs.

Warning: You need to enter a new username and password when upgrading from a previous version. Your installation is accessible for everyone till you enter a new login by visiting your Lychee. Both fields are now stored in a secure way. Legacy md5 code has been removed.

Warning: Upgrading from a previous version will set all public albums to private. Passwords are now stored in a secure way. Legacy md5 code has been removed.

Warning: We recommend to backup your database and photos before upgrading to the newest version.

v2.7.2

9 years ago
  • Fixed Prevented remote code execution of photos imported using "Import from URL" (Thanks Segment S.r.l)
  • Fixed Stopped view.php from returning data of private photos

v2.7.1

9 years ago
  • Improved auto-login after first installation
  • Fixed Disabled import of the medium-folder
  • Fixed error when using apostrophes in text #290
  • Fixed $medium is now a tinyint like defined in the database structure
  • Fixed incorrect height calculation for photos
  • Fixed creation of test db #295
  • Fixed a warning caused by set_charset #291