Skip to content

Commit a75397b

Browse files
committed
Version 6.6.4
1 parent 42cb2d3 commit a75397b

File tree

2 files changed

+34
-4
lines changed

2 files changed

+34
-4
lines changed

docs/releases.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,38 @@
3030

3131
## Version 6
3232

33+
### v6.6.4
34+
35+
Releaed on May 25, 2025
36+
37+
#### Fixes and improved visuals.
38+
39+
This small release fixes an indexing bug in the timeline view mode and adds a few visual improvements, namely:
40+
- The ability to change the size of the previous/next buttons in the photo view.
41+
- An annimation when switching images in the photo view.
42+
- A proper login page instead of a modal.
43+
44+
45+
`klo` refers to *Keep the Light On*. In other words, basic software updates.
46+
47+
* `new` #3351 : Add go home link on error page by @ildyria
48+
> When directly accessing a photo or album without permission or which does not exists, we customized the error page
49+
> to display a link to go back to the gallery home page.
50+
* `fixes` #3364 : Fix timeline mode wrong indexing. by @ildyria
51+
* `fixes` #3365 : Add fail safe for non-existing statistics & maintenance option by @ildyria
52+
* `klo` #3353 : Add slider description in Settings by @ildyria
53+
> In the settings page, the slider options did not have a description, only a title.
54+
> This makes it easier to understand what the slider option is for.
55+
* `new` #3352 : Option for bigger sized previous/next buttons by @ildyria
56+
> The previous and next buttons in the photo view can now be customized in size: small or big.
57+
* `new` #3354 : Improve animation when switching images by @ildyria
58+
> When switching to the next image in the photo view, there a small movement of the image from the left to the right.
59+
> Similarly, when switching to the previous image, the image moves from the right to the left.
60+
> This small changes makes it easier to see that the image has changed.
61+
> At the same time, we also get rid of the curtain mode when going to next/previous image on slideshow mode.
62+
* `new` #3366 : Add login page instead of modal by @ildyria
63+
> This preparation work for adding a registration page in the future.
64+
3365
### v6.6.3
3466

3567
Released on May 17, 2025
@@ -134,8 +166,6 @@ One may wonder why we decided to do this change, and to that there are two big r
134166

135167
Now moving on from this 45 000 lines of code removal, we also simplified the way photos are shared. In the past in order to avoid hot-links we had to create symbolic links that expired. This was a bit of a hack. We now provide the option to use signed urls. This ensures that the photo is only available for a limited amount of time. Our SE users will also be happy to know that the url of the photo can also be encrypted, making sure that nobody can access the photo by guessworks.
136168

137-
`klo` refers to *Keep the Light On*. In other words, basic software updates.
138-
139169
* `new` #3296 : Propose revising the footer text as it could be misunderstood by @Novapixel1010.
140170
> Small change aimed to clarify that Lychee org is not hosting the pictures but that Lychee is a software that allows users
141171
> to have their own self-hosted gallery.

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

0 commit comments

Comments
 (0)