Skip to content

Commit f15792a

Browse files
authored
version 6.6.5 (#207)
1 parent 294cfe6 commit f15792a

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

docs/releases.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,28 @@
3030

3131
## Version 6
3232

33+
### v6.6.5
34+
35+
Released on May 27, 2025
36+
37+
#### Temporary and Secure link fixes
38+
39+
This is a small release that fixes the temporary links and AES-secured links which were broken on docker.
40+
We also split the functionality: you can either use the secure link or the temporary link, or both at the same time.
41+
42+
PS: AES-secured links are only available in the Supporter Edition.
43+
44+
* `fixes` #3373 : Fix temporary URL on docker setup by @ildyria.
45+
> This fixes the temporary links which were broken on docker.
46+
3347
### v6.6.4
3448

3549
Releaed on May 25, 2025
3650

3751
#### Fixes and improved visuals.
3852

3953
This small release fixes an indexing bug in the timeline view mode and adds a few visual improvements, namely:
54+
4055
- The ability to change the size of the previous/next buttons in the photo view.
4156
- An annimation when switching images in the photo view.
4257
- A proper login page instead of a modal.

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.6.4"
14-
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.6.4 is now available! »</a
13+
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.6.5"
14+
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.6.5 is now available! »</a
1515
>
1616
<a
1717
target="_blank"

0 commit comments

Comments
 (0)