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
15 changes: 15 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,28 @@

## Version 6

### v6.6.5

Released on May 27, 2025

#### Temporary and Secure link fixes

This is a small release that fixes the temporary links and AES-secured links which were broken on docker.
We also split the functionality: you can either use the secure link or the temporary link, or both at the same time.

PS: AES-secured links are only available in the Supporter Edition.

* `fixes` #3373 : Fix temporary URL on docker setup by @ildyria.
> This fixes the temporary links which were broken on docker.

### v6.6.4

Releaed on May 25, 2025

#### Fixes and improved visuals.

This small release fixes an indexing bug in the timeline view mode and adds a few visual improvements, namely:

- The ability to change the size of the previous/next buttons in the photo view.
- An annimation when switching images in the photo view.
- A proper login page instead of a modal.
Expand Down
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.6.4"
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.6.4 is now available! »</a
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.6.5"
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.6.5 is now available! »</a
>
<a
target="_blank"
Expand Down