Skip to content

Commit af49a54

Browse files
committed
Version 6.4.2
1 parent cfb7079 commit af49a54

File tree

2 files changed

+39
-6
lines changed

2 files changed

+39
-6
lines changed

docs/releases.md

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,49 @@
3030

3131
## Version 6
3232

33+
### v6.4.2
34+
35+
Released on Apr 4, 2025
36+
37+
#### New Settings page & translations (French, Russian)
38+
39+
`klo` refers to *Keep the Light On*. In other words, basic software updates.
40+
`SE` refers to functionalities that are aimed at the Supporter Edition.
41+
42+
* `new` #3081 : Refactoring Settings page by @ildyria.
43+
> Simplified layout and modernized the settings page.
44+
> We also group the settings per category to improve the navigation.
45+
* `new` #3177 : Improvement of French translations by @cedricAbonnel.
46+
* `new` #3178 : localization: add Russian translation by @Isrofilov.
47+
* `new` #3179 : Display order index in old setting style in dev mode by @ildyria.
48+
> Nothing of matter for normal users, but for developpers, it simplifies the ordering of the settings.
49+
* `se` #3180 : Add option to limit which download is available by @ildyria.
50+
> Having the possibility to download all the size variants is overwehelming for some users.
51+
> As a result, we added the possibility to disable downloading some of those.
52+
> By default, the square thumbs are now disabled.
53+
* `klo` #3191 : Npm update by @ildyria.
54+
* `fixes` #3190 : Fix 500 when opening directly a smart album by @ildyria.
55+
* `fixes` #3188 : Fix 500 on direct photo access without small variants by @ildyria.
56+
* `new` #3173 : Add easy option to hide the button of help modal in the header by @ildyria.
57+
> Adds a tick box in the Keybinding help modal to hide the help button.
58+
* `klo` #3186 : Clarify the photo view modes by @ildyria.
59+
> Code refactoring.
60+
* `fixes` #3167 : Fix parent_album in create album by @ildyria.
61+
* `fixes` #3169 : Fix 500 error when opcache_get_config is not available by @ildyria.
62+
* `new` #3170 : Add change log link to left menu by @ildyria.
63+
> Change logs of previous and newer versions are now directly available in Lychee.
64+
* `fixes` #3198 : Version 6.4.2 by @ildyria.
65+
66+
#### New Contributors
67+
* @cedricAbonnel made their first contribution in https://github.com/LycheeOrg/Lychee/pull/3177
68+
* @Isrofilov made their first contribution in https://github.com/LycheeOrg/Lychee/pull/3178
69+
3370
### v6.4.1
3471

3572
Released on Mar 28, 2025
3673

3774
#### Fixes...
3875

39-
`klo` refers to *Keep the Light On*. In other words, basic software updates.
40-
4176
* `klo` #3058 : Refactoring & simplify by @ildyria.
4277
* `fixes` #3147 : Fix S3/symlink mitigation conflation by @RickyRomero.
4378
* `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
68103

69104
#### Changes
70105

71-
`SE` refers to functionalities that are aimed at the Supporter Edition.
72-
73106
* `new` #3100 : feat: custom variable casing rector rule to convert camelCase vars to snake_case by @ppshobi.
74107
* `fixes` #3107 : Do not upload placeholders to S3 by @ildyria.
75108
> The placeholder are base64 encoded directly in the database, as a result, when the jobs uploading

src/components/widgets/Announcement.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
>NEW</span
1111
>
1212
<a
13-
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.4.1"
14-
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.4.1 is now available! »</a
13+
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.4.2"
14+
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.4.2 is now available! »</a
1515
>
1616
<a
1717
target="_blank"

0 commit comments

Comments
 (0)