From 09509464616e5e8eaf3734d020dde460568e7ec8 Mon Sep 17 00:00:00 2001 From: ildyria Date: Fri, 13 Jun 2025 14:16:57 +0200 Subject: [PATCH 1/4] version 6.6.7 --- docs/releases.md | 20 ++++++++++++++++++-- src/components/widgets/Announcement.astro | 4 ++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index a1db35d7..c3fa5ef2 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -30,6 +30,24 @@ ## Version 6 +### v6.6.7 + +Released on Jun 13, 2025 + +#### Hotfixes, nothing new. + +We got a few bug report, 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 @@ -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. diff --git a/src/components/widgets/Announcement.astro b/src/components/widgets/Announcement.astro index 9c37612a..d19d000e 100644 --- a/src/components/widgets/Announcement.astro +++ b/src/components/widgets/Announcement.astro @@ -10,8 +10,8 @@ >NEW Lychee 6.6.6 is now available! »Lychee 6.6.7 is now available! » Date: Fri, 13 Jun 2025 14:18:11 +0200 Subject: [PATCH 2/4] Update docs/releases.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases.md b/docs/releases.md index c3fa5ef2..b6ae5a15 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -36,7 +36,7 @@ Released on Jun 13, 2025 #### Hotfixes, nothing new. -We got a few bug report, so here are the fixes. +We received a few bug reports, so here are the fixes. `klo` refers to *Keep the Light On*. In other words, basic software updates. From 1306f5c0714d7022b09ee34cdd26bd255931b86d Mon Sep 17 00:00:00 2001 From: ildyria Date: Sat, 14 Jun 2025 13:16:32 +0200 Subject: [PATCH 3/4] version 6.6.8 --- docs/releases.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index b6ae5a15..1e771a40 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -30,6 +30,16 @@ ## Version 6 +### v6.6.8 + +Released on Jun 14, 2025 + +#### More fixes... + +This is a small release that fixes a bugs that were reported by our users. + +* `fixes` #3450 : Fix 500 on caching refresh when updating photos by @ildyria. + ### v6.6.7 Released on Jun 13, 2025 @@ -40,13 +50,13 @@ 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 +* `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 +* `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 +* `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 +* `klo` #3439 : Remove unused config options, fix buttons in gallery header by @ildyria. ### v6.6.6 😈 From d8363b511034f4afaaf2bff7ddbbea118e0ad70f Mon Sep 17 00:00:00 2001 From: ildyria Date: Sat, 14 Jun 2025 13:17:01 +0200 Subject: [PATCH 4/4] version 6.6.8 --- src/components/widgets/Announcement.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/widgets/Announcement.astro b/src/components/widgets/Announcement.astro index d19d000e..a9a50147 100644 --- a/src/components/widgets/Announcement.astro +++ b/src/components/widgets/Announcement.astro @@ -10,8 +10,8 @@ >NEW Lychee 6.6.7 is now available! »Lychee 6.6.8 is now available! »