From af49a5419021fa97c4eed97d9e96185793729a5f Mon Sep 17 00:00:00 2001 From: ildyria Date: Fri, 4 Apr 2025 13:09:08 +0200 Subject: [PATCH 1/3] Version 6.4.2 --- docs/releases.md | 41 ++++++++++++++++++++--- src/components/widgets/Announcement.astro | 4 +-- 2 files changed, 39 insertions(+), 6 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index ba0f09a0..72d8911c 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -30,14 +30,49 @@ ## Version 6 +### v6.4.2 + +Released on Apr 4, 2025 + +#### New Settings page & translations (French, Russian) + +`klo` refers to *Keep the Light On*. In other words, basic software updates. +`SE` refers to functionalities that are aimed at the Supporter Edition. + +* `new` #3081 : Refactoring Settings page by @ildyria. + > Simplified layout and modernized the settings page. + > We also group the settings per category to improve the navigation. +* `new` #3177 : Improvement of French translations by @cedricAbonnel. +* `new` #3178 : localization: add Russian translation by @Isrofilov. +* `new` #3179 : Display order index in old setting style in dev mode by @ildyria. + > Nothing of matter for normal users, but for developpers, it simplifies the ordering of the settings. +* `se` #3180 : Add option to limit which download is available by @ildyria. + > Having the possibility to download all the size variants is overwehelming for some users. + > As a result, we added the possibility to disable downloading some of those. + > By default, the square thumbs are now disabled. +* `klo` #3191 : Npm update by @ildyria. +* `fixes` #3190 : Fix 500 when opening directly a smart album by @ildyria. +* `fixes` #3188 : Fix 500 on direct photo access without small variants by @ildyria. +* `new` #3173 : Add easy option to hide the button of help modal in the header by @ildyria. + > Adds a tick box in the Keybinding help modal to hide the help button. +* `klo` #3186 : Clarify the photo view modes by @ildyria. + > Code refactoring. +* `fixes` #3167 : Fix parent_album in create album by @ildyria. +* `fixes` #3169 : Fix 500 error when opcache_get_config is not available by @ildyria. +* `new` #3170 : Add change log link to left menu by @ildyria. + > Change logs of previous and newer versions are now directly available in Lychee. +* `fixes` #3198 : Version 6.4.2 by @ildyria. + +#### New Contributors +* @cedricAbonnel made their first contribution in https://github.com/LycheeOrg/Lychee/pull/3177 +* @Isrofilov made their first contribution in https://github.com/LycheeOrg/Lychee/pull/3178 + ### v6.4.1 Released on Mar 28, 2025 #### Fixes... -`klo` refers to *Keep the Light On*. In other words, basic software updates. - * `klo` #3058 : Refactoring & simplify by @ildyria. * `fixes` #3147 : Fix S3/symlink mitigation conflation by @RickyRomero. * `klo` #3145 : phpstan: level 2 by @ppshobi. @@ -68,8 +103,6 @@ After further thoughts, we decided to go with snake_case. This is a bit more ver #### Changes -`SE` refers to functionalities that are aimed at the Supporter Edition. - * `new` #3100 : feat: custom variable casing rector rule to convert camelCase vars to snake_case by @ppshobi. * `fixes` #3107 : Do not upload placeholders to S3 by @ildyria. > The placeholder are base64 encoded directly in the database, as a result, when the jobs uploading diff --git a/src/components/widgets/Announcement.astro b/src/components/widgets/Announcement.astro index 3c937ddf..4717b3ea 100644 --- a/src/components/widgets/Announcement.astro +++ b/src/components/widgets/Announcement.astro @@ -10,8 +10,8 @@ >NEW Lychee 6.4.1 is now available! »Lychee 6.4.2 is now available! » Date: Fri, 4 Apr 2025 13:11:18 +0200 Subject: [PATCH 2/3] Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/releases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index 72d8911c..3e297914 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -45,9 +45,9 @@ Released on Apr 4, 2025 * `new` #3177 : Improvement of French translations by @cedricAbonnel. * `new` #3178 : localization: add Russian translation by @Isrofilov. * `new` #3179 : Display order index in old setting style in dev mode by @ildyria. - > Nothing of matter for normal users, but for developpers, it simplifies the ordering of the settings. + > Nothing of matter for normal users, but for developers, it simplifies the ordering of the settings. * `se` #3180 : Add option to limit which download is available by @ildyria. - > Having the possibility to download all the size variants is overwehelming for some users. + > Having the possibility to download all the size variants is overwhelming for some users. > As a result, we added the possibility to disable downloading some of those. > By default, the square thumbs are now disabled. * `klo` #3191 : Npm update by @ildyria. From 1fa0e2606c7e0154eb93fd929cb083c9b1d9f1c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Viguier?= Date: Sat, 5 Apr 2025 09:14:43 +0200 Subject: [PATCH 3/3] Update docs/releases.md Co-authored-by: Martin Stone <1611702+d7415@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 3e297914..d7938086 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -43,7 +43,7 @@ Released on Apr 4, 2025 > Simplified layout and modernized the settings page. > We also group the settings per category to improve the navigation. * `new` #3177 : Improvement of French translations by @cedricAbonnel. -* `new` #3178 : localization: add Russian translation by @Isrofilov. +* `new` #3178 : Localization: add Russian translation by @Isrofilov. * `new` #3179 : Display order index in old setting style in dev mode by @ildyria. > Nothing of matter for normal users, but for developers, it simplifies the ordering of the settings. * `se` #3180 : Add option to limit which download is available by @ildyria.