Skip to content

Commit 7c1a5b8

Browse files
authored
Version 6.4.1 (#187)
1 parent 2b71b63 commit 7c1a5b8

File tree

3 files changed

+75
-62
lines changed

3 files changed

+75
-62
lines changed

docs/releases.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,26 @@
3030

3131
## Version 6
3232

33+
### v6.4.1
34+
35+
Released on Mar 28, 2025
36+
37+
#### Fixes...
38+
39+
`klo` refers to *Keep the Light On*. In other words, basic software updates.
40+
41+
* `klo` #3058 : Refactoring & simplify by @ildyria.
42+
* `fixes` #3147 : Fix S3/symlink mitigation conflation by @RickyRomero.
43+
* `klo` #3145 : phpstan: level 2 by @ppshobi.
44+
* `klo` #3161 : Composer update by @ildyria.
45+
* `fixes` #3164 : Fix 500 error when downloading pictures by @ildyria.
46+
* `klo` #3140 : Dropping Legacy path for Photo create by @ildyria.
47+
> We were already rolling with the PIPE version for a while as the value was defaulted to true:
48+
> `'create-photo-via-pipes' => (bool) env('PHOTO_PIPES', true),`
49+
> Nobody complained so far, so bye bye old path.
50+
* `fixes` #3152 : Pin tailwind 4.0.6, add cursor feedback on images & others by @ildyria.
51+
52+
3353
### v6.4.0
3454

3555
Released on Mar 23, 2025
@@ -48,7 +68,6 @@ After further thoughts, we decided to go with snake_case. This is a bit more ver
4868

4969
#### Changes
5070

51-
`klo` refers to *Keep the Light On*. In other words, basic software updates.
5271
`SE` refers to functionalities that are aimed at the Supporter Edition.
5372

5473
* `new` #3100 : feat: custom variable casing rector rule to convert camelCase vars to snake_case by @ppshobi.

package-lock.json

Lines changed: 53 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0"
14-
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.4.0 is now available! »</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
1515
>
1616
<a
1717
target="_blank"

0 commit comments

Comments
 (0)