Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,35 @@

## Version 6

### v6.7.2

Released on Aug 7, 2025
Comment thread
ildyria marked this conversation as resolved.

#### Login options and fixes

A simple release, we added the ability to disable some login options in order to allow enforcing e.g. Single Sign On (SSO).
We also fixed a few bugs that were reported by our users.

* `new` #3539 : Add throttling to login api: 10 tentative per hour by @ildyria.
> This is a security measure to avoid brute-force attacks.
* `new` #3382 : Add .env variable to disable basic login and WebAuthn login by @ildyria.
* `new` #3521 : feat: Add a small module for links by @ildyria.
* `fix` #3567 : fix "command" or "a" independently selecting all items by @cdzombak.
> This fixes an issue where pressing "command" on mac would select all items in the album view.
* `fix` #3575 : Mark placeholder as NOT downloadable by @ildyria.
> Placeholder photos are base64 encoded images in the database. They are not meant to be downloaded.
* `fix` #3573 : On small screen, remove padding on left & right padding by @ildyria.
> Small QoL change to remove the padding on the left and right on the photo view.
* `fix` #3574 : Fix icon showing up in details even when taken-at is null by @ildyria.
* `fix` #3581 : fix header on album view when search is active by @ildyria.
> Weird padding appearing when search made available in album view.
* `fix` #3533 : While processing in CLI, do not crash on large photos by @ildyria.
> Large photos could crash the processing because going over the memory limits of Imagick.
Comment thread
ildyria marked this conversation as resolved.
Outdated
> We gracefully handle this case now and do not crash the CLI.
* `fix` #3597 : Fix: access rights failing due to relationship missing by @ildyria.
> When moving a photo not as the owner of the photo, the access right check would crash
Comment thread
ildyria marked this conversation as resolved.
Outdated
> because the albums relationship was not loaded.

### v6.7.1

Released on Jul 25, 2025
Expand Down
4 changes: 2 additions & 2 deletions src/components/widgets/Announcement.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.6.14 is now available! »</a
> -->
<a
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.7.1"
class="text-slate-200 hover:underline dark:text-slate-200 font-medium"><span class="text-red-500 font-bold">CVSS 7.5 in Lychee [6.6.6 to 6.6.9], update as soon as possible!</span> Lychee v6.7.1 is now available! »</a
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.7.2"
class="text-slate-200 hover:underline dark:text-slate-200 font-medium"><span class="text-red-500 font-bold">CVSS 7.5 in Lychee [6.6.6 to 6.6.9], update as soon as possible!</span> Lychee v6.7.2 is now available! »</a
>
<a
target="_blank"
Expand Down