From 22da5bba89a3ef0dafec669ac6e779cdb183e6b0 Mon Sep 17 00:00:00 2001 From: ildyria Date: Tue, 17 Jun 2025 09:58:00 +0200 Subject: [PATCH 1/2] version 6.6.9 --- docs/releases.md | 21 +++++++++++++++++++-- src/components/widgets/Announcement.astro | 4 ++-- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index 1e771a40..c0630c4d 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -30,6 +30,25 @@ ## Version 6 +### v6.6.9 + +Released on Jun 14, 2025 + +#### Small fixes + +This is a small release that fixes a bugs that were reported by our users. + +`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. +* `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 @@ -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. diff --git a/src/components/widgets/Announcement.astro b/src/components/widgets/Announcement.astro index a9a50147..9e21527b 100644 --- a/src/components/widgets/Announcement.astro +++ b/src/components/widgets/Announcement.astro @@ -10,8 +10,8 @@ >NEW Lychee 6.6.8 is now available! »Lychee 6.6.9 is now available! » Date: Tue, 17 Jun 2025 11:00:27 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Martin Stone <1611702+d7415@users.noreply.github.com> --- docs/releases.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index c0630c4d..96f7c437 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -32,17 +32,17 @@ ### v6.6.9 -Released on Jun 14, 2025 +Released on Jun 17, 2025 #### Small fixes -This is a small release that fixes a bugs that were reported by our users. +This is a small release that fixes a few bugs that were reported by our users. `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. + > Metrics require a valid album id. On smart albums, those ids do not match the usual pattern + > and were returning a 422 error. We disabled the metrics on smart albums. * `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.