Skip to content

Releases: LycheeOrg/Lychee

Version 5.3.0 - Support for S3 & Copyright per album

29 Apr 07:23
e8f442e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.2.2...v5.3.0

v5.2.2 - Hot Fix broken albums with no landscape images.

20 Apr 13:49
6a0bebe
Compare
Choose a tag to compare

What's Changed

  • Fixes HTTP 500 "Attempt to read property "photo_id" on null" on album page when no photo is found for header by @nanawel in #2396
  • Use portrait when landscape is not available for header image by @ildyria in #2397
  • Version 5.2.2 by @ildyria in #2398

New Contributors

Full Changelog: v5.2.1...v5.2.2

Version 5.2.1 - Header image per album

19 Apr 15:15
acecdcf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.2.0...v5.2.1

Version 5.2.0

06 Apr 18:59
31a394b
Compare
Choose a tag to compare

Lychee is looking for contributors.

What's Changed

New Contributors

Full Changelog: v5.1.2...v5.2.0

Version 5.1.2 - Fixes CSP for redirection

24 Jan 21:15
067ac87
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.1...v5.1.2

Version 5.1.1 - Dropbox, Download buttons & Improved privacy

22 Jan 17:06
1e3b000
Compare
Choose a tag to compare

This minor version adds the ability to redirect when using old links such as https://lychee.test/#albumID/photoID.
To enable this add LEGACY_V4_REDIRECT=true in your .env.

What's Changed

Full Changelog: v5.1.0...v5.1.1

Version 5.1.0 - Oauth supported for major providers.

18 Jan 14:13
28dec12
Compare
Choose a tag to compare

What's Changed

  • Also load Thumb/Thumb2x as fail-over when Small does not exist by @ildyria in #2197
  • display owner names instead of Shared Albumns by @ildyria in #2201
  • add fallback on small2x for header if medium does not exists by @ildyria in #2199
  • Improve token guard to not crash when provided with Basic Auth by @ildyria in #2193
  • Improve diagnostics with count of thumbs that can be regenerated by @ildyria in #2200
  • Fixes star/unstar on right click by @ildyria in #2204
  • Oauth is now available by @ildyria in #2190
  • version 5.1.0 by @ildyria in #2205

Full Changelog: v5.0.3...v5.1.0

Version 5.0.3 - Fixes, sorting per sub album and more

12 Jan 22:54
b8ace78
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.2...v5.0.3

Version 5.0.2 - Fix SQL injection

28 Dec 15:21
33354a2
Compare
Choose a tag to compare

IF YOU ARE UPGRADING FROM VERSION 4, DO MAKE SURE YOU READ THE RELEASE NOTES OF V5.0.0.

See here.

Security advisories

See here for more details: GHSA-rjwv-5j3m-p5x4

What's Changed

New Contributors

Full Changelog: v5.0.1...v5.0.2

Version 5.0.1 - Fixing reverse proxy upload and other stuff

27 Dec 21:35
549c20f
Compare
Choose a tag to compare

IF YOU ARE UPGRADING FROM VERSION 4, DO MAKE SURE YOU READ THE RELEASE NOTES OF V5.0.0.

See here.

What's Changed

  • Add back blurred property by @ildyria in #2090
  • Forgotten attribute of the canEdit function by @ildyria in #2091
  • Fix 2095 : redirection not functioning on album creation. by @ildyria in #2101
  • Better diagnostics for APP_URL and LYCHEE_UPLOAD_URL by @ildyria in #2105
  • Fix unlock album component wrongly selected. by @ildyria in #2108
  • Fix #2096 - Remove U2F from left menu when user is not allowed to modify their account. by @ildyria in #2107
  • force https at the boot level instead of in the route files by @ildyria in #2110
  • Remove path from query string via middleware by @mashb1t in #2112
  • More checks for potential upload bugs by @ildyria in #2111
  • Modify post-merge script to reflect 5.0.0 build changes by @TwizzyDizzy in #2109

New Contributors

Full Changelog: v5.0.0...v5.0.1