Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,26 @@

## Version 6

### 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.
* `klo` #3161 : Composer update by @ildyria.
* `fixes` #3164 : Fix 500 error when downloading pictures by @ildyria.
* `klo` #3140 : Dropping Legacy path for Photo create by @ildyria.
> We were already rolling with the PIPE version for a while as the value was defaulted to true:
> `'create-photo-via-pipes' => (bool) env('PHOTO_PIPES', true),`
> Nobody complained so far, so bye bye old path.
* `fixes` #3152 : Pin tailwind 4.0.6, add cursor feedback on images & others by @ildyria.


### v6.4.0

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

#### Changes

`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` #3100 : feat: custom variable casing rector rule to convert camelCase vars to snake_case by @ppshobi.
Expand Down
112 changes: 53 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/components/widgets/Announcement.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
>NEW</span
>
<a
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.4.0"
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.4.0 is now available! »</a
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.4.1"
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.4.1 is now available! »</a
>
<a
target="_blank"
Expand Down