From d69c1cce538ec1ffc7600f01fb79467599cd12f1 Mon Sep 17 00:00:00 2001 From: ildyria Date: Sun, 27 Apr 2025 20:59:10 +0200 Subject: [PATCH 1/3] version 6.5.3 --- docs/releases.md | 32 +++++++++++++++++++++-- src/components/widgets/Announcement.astro | 4 +-- 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index 02523ad3..41cefaf9 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -30,6 +30,36 @@ ## Version 6 +### v6.5.3 + +Released on Apr 27, 2025 + +#### Description in thumbs and fixes + +This small release is mostly targetted at fixing a few bugs. Though if you are a SE user, +you will want to upgrade to this version as soon as possible as it solves the error 500 when the metrics +module is enabled and trying to open album with recently uploaded photos. + +`klo` refers to *Keep the Light On*. In other words, basic software updates. + +* `new` #3263 : Allow description to be used in photo thumb (expert setting) by @ildyria + > A small request from one of our user. This allows to display the description of the photo instead of + > its title and date of capture in the thumbnail album view. This text is formatted with markdown and the display + > in album view is clamped to a maximum of 3 lines. +* `fixes` #3288 : Fixes and minor QoL by @ildyria + > Grouping of multiple fixes and minor changes: + > + > - Fixes the links when clicking on a photo in the favourite page. + > - Fixes the go Back link on the Map and on the Frame pages. + > - Fixes the login button not working on the change log page (we now have a link back to the gallery page instead). + > - Make the side border of the timeline disappear on mobile. We are already limited in pixel real estate, no need to have a border. +* `fixes` #3293 : Fix Stats not being saved when uploaded. by @ildyria + > SE users with version 6.5.0 and above will have noticed that after enabling the metrics and uploading new pictures, + > this would later results in a 500 error when visiting the containing album. This updates solves this issue. +* `klo` #3290 : Improve Errors display by @ildyria + > This update is mostly for devs and error handling in the front-end. + > This panel is only visible in debug mode and not inded for general users. + ### v6.5.2 Released on Apr 24, 2025 @@ -49,8 +79,6 @@ With this we get rid of 3 minor bugs that were reported by our users. #### Other boring changes -`klo` refers to *Keep the Light On*. In other words, basic software updates. - * `klo` #3250 : Localization for timeline by @ildyria. > This is preparatory work for the timeline page. Unfortunately due to the current architecture of Lychee, > we will have to park the rest of this feature for a while. Some more heavy refactoring are needed. diff --git a/src/components/widgets/Announcement.astro b/src/components/widgets/Announcement.astro index 36f9ae76..56eed93e 100644 --- a/src/components/widgets/Announcement.astro +++ b/src/components/widgets/Announcement.astro @@ -10,8 +10,8 @@ >NEW Lychee 6.5.2 is now available! »Lychee 6.5.3 is now available! » Date: Sun, 27 Apr 2025 21:01:39 +0200 Subject: [PATCH 2/3] WRTC --- docs/releases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index 41cefaf9..2c57ffaf 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -36,7 +36,7 @@ Released on Apr 27, 2025 #### Description in thumbs and fixes -This small release is mostly targetted at fixing a few bugs. Though if you are a SE user, +This small release is mostly targeted at fixing a few bugs. Though if you are a SE user, you will want to upgrade to this version as soon as possible as it solves the error 500 when the metrics module is enabled and trying to open album with recently uploaded photos. @@ -58,7 +58,7 @@ module is enabled and trying to open album with recently uploaded photos. > this would later results in a 500 error when visiting the containing album. This updates solves this issue. * `klo` #3290 : Improve Errors display by @ildyria > This update is mostly for devs and error handling in the front-end. - > This panel is only visible in debug mode and not inded for general users. + > This panel is only visible in debug mode and not intended for general users. ### v6.5.2 From f761fc0bf3e637b253fac7b43c603c3a19d536c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Viguier?= Date: Sun, 27 Apr 2025 21:42:52 +0200 Subject: [PATCH 3/3] 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 2c57ffaf..d5b63a14 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -50,13 +50,13 @@ module is enabled and trying to open album with recently uploaded photos. > Grouping of multiple fixes and minor changes: > > - Fixes the links when clicking on a photo in the favourite page. - > - Fixes the go Back link on the Map and on the Frame pages. + > - Fixes the Go Back link on the Map and on the Frame pages. > - Fixes the login button not working on the change log page (we now have a link back to the gallery page instead). > - Make the side border of the timeline disappear on mobile. We are already limited in pixel real estate, no need to have a border. -* `fixes` #3293 : Fix Stats not being saved when uploaded. by @ildyria +* `fixes` #3293 : Fix stats not being saved when uploaded. by @ildyria > SE users with version 6.5.0 and above will have noticed that after enabling the metrics and uploading new pictures, - > this would later results in a 500 error when visiting the containing album. This updates solves this issue. -* `klo` #3290 : Improve Errors display by @ildyria + > this would later result in a 500 error when visiting the containing album. This updates solves this issue. +* `klo` #3290 : Improve errors display by @ildyria > This update is mostly for devs and error handling in the front-end. > This panel is only visible in debug mode and not intended for general users.