Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Releases: LycheeOrg/Lychee-v3

Version 3.2.16

17 Jun 14:11
Compare
Choose a tag to compare

Version 3.2.15 (fixed)

16 Jun 15:17
Compare
Choose a tag to compare
  • update : improve stability when getting bad EXIF data ( LycheeOrg/Lychee#205 )
  • fixes : ignore bad shutter data (#240)
  • update : switch the git commit format number to only 7 characters in Diagnostics
  • fixes : takedate format string (#215, #256)
  • new : add setting to allow public search (#262)
  • fixes : wrong version number displayed in Lychee (#268)
  • update : credits.

Version 3.2.14

28 Mar 20:44
v3.2.14
b92a8a4
Compare
Choose a tag to compare
  • Updates Add primary key to settings table (#221)

  • Updates Add git source commit/branch/repo to Diagnostics page

  • Updates Use better lens tags from exiftool if present (if exiftool is enabled) (#235)

  • Updates Accept larger input from exiftool

  • Updates Make photo/album IDs more consistent

  • New Add fullscreen support to album and photo views (#228)

  • Updates Use sortingAlbums and sortingPhotos even if logged out.

  • Updates Hide passwords. Add password confirmation.

  • Fixes #220, #222, #234, 'F' and 'f' hotkey behaviour and some spelling mistakes (#229)

Version 3.2.13

20 Feb 13:22
v3.2.13
cd6ef78
Compare
Choose a tag to compare
  • New Add "unjustified" layout
  • Updates Improve Diagnostics page
  • Fixes #194, #196, #205, #208

Version 3.2.12

12 Feb 15:15
Compare
Choose a tag to compare
  • New Add usage of exiftool to get exif tags from camera #189
    Using exiftool for getting exif tags make available a lot more tags than the built-in functionality in PHP. Using exiftool will make eg. lens info available without having to rely on that users have exported a raw from Ligthroom.
    This setting needs to be enabled via the more menu as it makes system calls.
  • Fixes image size missing from about #188

Version 3.2.11

03 Feb 00:21
5711d20
Compare
Choose a tag to compare
  • New Add description overlay and takestamps overlay in addition to Exif. Closes #167
  • New Add Setting to remove script execution time limit during imports. Fixes #177
    This setting can only be activated via the More setting and at user owns risks.

Version 3.2.10

19 Jan 23:19
v3.2.10-release
c9785f1
Compare
Choose a tag to compare
  • New Switch to InnoDB engine. Closes #169
  • New Add setting to decide whether to delete photos from source when imported. Fixes #173
  • New Use existing albums (if available) when importing from server
  • Remove '[Import] ' prefix for albums created by import

Version 3.2.9 Fixed

09 Jan 21:20
Compare
Choose a tag to compare
Version 3.2.9 Fixed Pre-release
Pre-release

Nothing major here. Just a bunch of small bug fixes

WARNING: Lychee now requires PHP 7.1 ( http://php.net/supported-versions.php )

  • Fixes Cross-Origin Request Blocked: https://lycheeorg.github.io/update.json ( #121 )
    The server is now doing the check for update (on Session::init) if this one fail, the user will do an ajax request to check if an update is available.
  • Fixes Syntax Error in Session.php ( #153 )
  • Fixes Small bugs ( #136 , #157 , #159 , #163 , #166 )
  • Fixes lychee uploading pics into uploads/thumb folder only ( #148 , #165 )
  • Updates German translations ( #161 )

Version 3.2.8 FIXED

26 Dec 13:00
Compare
Choose a tag to compare
  • Fixes Site broken (#157)

  • New Admins can now access all settings via Settings -> more at the bottom of the page.
    WARNING: it is now easier to break your installation.

  • New Admins can now create a specific user.css file that will be loaded in addition to the main.css one. This css file can be modified at the bottom of the Settings screen.

  • New Admins can now define the default size for their medium and small images (via the advanced settings).

  • Fixes Turn off zoom-in animation when switching photos (#154)

  • Fixes Setting // Image Size Definition // Small, Medium, large // With Default values (#152)

  • Fixes "Display EXIF data overlay" can toggled with click on image (#151)

  • Fixes "play-icon.png" should be in "lychee-front/images" not root (#150) It is now placed in dist

  • Fixes Shutter speed for long time exposures is displayed as fraction (#149)

  • Fixes [Wish] Custom Size Image Creation (#141)

  • Fixes New album doesn't show after create unless you refresh page (#135)

  • Fixes Unable to edit settings table in database (#80)

  • Fixes Hover-Over Blue Border/Square Highlights (#51)

Version 3.2.7

11 Dec 18:04
v3.2.7
Compare
Choose a tag to compare
  • New Album-level licenses
    WARNING: All photo-level licenses will be reset when this update is applied.

  • New Added script to generate "small" size files for existing images (see #134 for instructions)

  • Fixes Center align play icon in video thumbnail (#133)

  • Fixes Missing "small" folder in 3.2.6 release (#146)

  • Fixes Other minor bugfixes