Skip to content

Commit 052ed0a

Browse files
ildyriad7415
andauthored
version 6.7.2 (#228)
Co-authored-by: Martin Stone <[email protected]>
1 parent e4bfd3f commit 052ed0a

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

docs/releases.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,35 @@
3030

3131
## Version 6
3232

33+
### v6.7.2
34+
35+
Released on Aug 7, 2025
36+
37+
#### Login options and fixes
38+
39+
A simple release, we added the ability to disable some login options in order to allow enforcing e.g. Single Sign On (SSO).
40+
We also fixed a few bugs that were reported by our users.
41+
42+
* `new` #3539 : Add throttling to login api: 10 tentative per hour by @ildyria.
43+
> This is a security measure to avoid brute-force attacks.
44+
* `new` #3382 : Add .env variable to disable basic login and WebAuthn login by @ildyria.
45+
* `new` #3521 : feat: Add a small module for links by @ildyria.
46+
* `fix` #3567 : fix "command" or "a" independently selecting all items by @cdzombak.
47+
> This fixes an issue where pressing "command" on mac would select all items in the album view.
48+
* `fix` #3575 : Mark placeholder as NOT downloadable by @ildyria.
49+
> Placeholder photos are base64 encoded images in the database. They are not meant to be downloaded.
50+
* `fix` #3573 : On small screen, remove padding on left & right padding by @ildyria.
51+
> Small QoL change to remove the padding on the left and right on the photo view.
52+
* `fix` #3574 : Fix icon showing up in details even when taken-at is null by @ildyria.
53+
* `fix` #3581 : fix header on album view when search is active by @ildyria.
54+
> Weird padding appearing when search made available in album view.
55+
* `fix` #3533 : While processing in CLI, do not crash on large photos by @ildyria.
56+
> Large photos could crash the processing by exceeding the memory limits of Imagick.
57+
> We gracefully handle this case now and do not crash the CLI.
58+
* `fix` #3597 : Fix: access rights failing due to relationship missing by @ildyria.
59+
> When moving a photo not as the owner of the photo, the access rights check would crash
60+
> because the albums relationship was not loaded.
61+
3362
### v6.7.1
3463

3564
Released on Jul 25, 2025

src/components/widgets/Announcement.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.6.14 is now available! »</a
1515
> -->
1616
<a
17-
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.7.1"
18-
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
17+
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.7.2"
18+
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
1919
>
2020
<a
2121
target="_blank"

0 commit comments

Comments
 (0)