Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
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
20 changes: 18 additions & 2 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,24 @@

## Version 6

### v6.6.7

Released on Jun 13, 2025

#### Hotfixes, nothing new.

We received a few bug reports, so here are the fixes.

`klo` refers to *Keep the Light On*. In other words, basic software updates.

* `fixes` #3443 : Fix missing album (from) argument on download by @ildyria
> When trying to download a photo from the photo view, this was just triggering a 302 redirection.
* `fixes` #3445 : Fix preloading of relation missing on Tag albums by @ildyria
> When using tag albums with some of the SE options, the lazy loading was breaking. This is now fixed.
* `fixes` #3441 : Fix 500 on search by @ildyria
> Search was broken in the marshalling of the JSON data.
* `klo` #3439 : Remove unused config options, fix buttons in gallery header by @ildyria

### v6.6.6 😈

Released on Jun 11, 2025
Expand Down Expand Up @@ -89,8 +107,6 @@ Finally for the great supporters of Lychee we added two new features:

#### Other boring changes

`klo` refers to *Keep the Light On*. In other words, basic software updates.

* `klo` #3374 : Remove "unjustified" photo layout option from code by @ildyria.
> Long overdue change, unjustified layout had been removed already in version 5. This is cleaning legacy code.
* `klo` #3355 : Remove dependency on parent-id and directly extract from the url by @ildyria.
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 @@ -10,8 +10,8 @@
>NEW</span
>
<a
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.6.6"
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.6.6 is now available! »</a
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.6.7"
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.6.7 is now available! »</a
>
<a
target="_blank"
Expand Down