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
21 changes: 19 additions & 2 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,25 @@

## Version 6

### v6.6.9

Released on Jun 14, 2025
Comment thread
ildyria marked this conversation as resolved.
Outdated

#### Small fixes

This is a small release that fixes a bugs that were reported by our users.
Comment thread
ildyria marked this conversation as resolved.
Outdated

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

* `fixes` #3456 : Do not use metrics on smart albums by @ildyria.
> Metrics require a valid album id, on smart albums, those ids do not match the usual pattern
> as was returning a 422 error. We disabled the metrics on smart albums.
Comment thread
ildyria marked this conversation as resolved.
Outdated
* `klo` #3455 : Check Imagick version 7 in diagnostics by @ildyria.
> Our diagnostics page was checking for Imagick version 6 only. We also now support version 7.
* `fixes` #3461 : Set header from album edit by @ildyria.
> This bug was introduced in version 6.6.6. We updated the validation to match the new photo-album relationship.


### v6.6.8

Released on Jun 14, 2025
Expand All @@ -48,8 +67,6 @@ Released on Jun 13, 2025

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.
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.8"
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.6.8 is now available! »</a
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.6.9"
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.6.9 is now available! »</a
>
<a
target="_blank"
Expand Down