|
30 | 30 |
|
31 | 31 | ## Version 6
|
32 | 32 |
|
| 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 | +
|
33 | 65 | ### v6.6.3
|
34 | 66 |
|
35 | 67 | 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
|
134 | 166 |
|
135 | 167 | 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.
|
136 | 168 |
|
137 |
| -`klo` refers to *Keep the Light On*. In other words, basic software updates. |
138 |
| - |
139 | 169 | * `new` #3296 : Propose revising the footer text as it could be misunderstood by @Novapixel1010.
|
140 | 170 | > Small change aimed to clarify that Lychee org is not hosting the pictures but that Lychee is a software that allows users
|
141 | 171 | > to have their own self-hosted gallery.
|
|
0 commit comments