You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/releases.md
+38-2
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,44 @@
30
30
31
31
## Version 6
32
32
33
+
### v6.6.0
34
+
35
+
Released on May 1, 2025
36
+
37
+
#### Legacy is gone and improved image security
38
+
39
+
To put it simply, we are getting rid of the legacy v4 code.
40
+
This change is significant for two reasons. First of all, it means that the API v1 is now completely gone.
41
+
But more importantly, this is a big change for us, as we have been using the v4 codebase as a safety net for a long time.
42
+
If something breaks, there will no longer be an easy flag that disables the complete vue-js front-end and fallbacks to the v4 codebase.
43
+
44
+
This fallback process has been extremely useful to us when we deployed the version 5, and in early version 6. However we are now satisfied with the current state of the front-end and we no longer think that the fallback to v4 is needed.
45
+
46
+
One may wonder why we decided to do this change, and to that there are two big reasons:
47
+
48
+
- We no longer will need to maintain a legacy compatibility. Cleaning old code bases is part of the life cycle of a project, and we are now at the point where we can do this.
49
+
- We are planning to refactor the way images are attached to albums. We decided to go in the direction of a many-to-many relationship. In layman terms, this means that a photo can be in multiple albums at the same time. This behaviour is not compatible with the API v1 definitions. This relationship change is going to have significant impact on the way photos access rights are handled, but we are confident this will also enable us to provide more interesting features in the future.
50
+
51
+
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.
52
+
53
+
`klo` refers to *Keep the Light On*. In other words, basic software updates.
54
+
55
+
*`new`#3296 : Propose revising the footer text as it could be misunderstood by @Novapixel1010.
56
+
> Small change aimed to clarify that Lychee org is not hosting the pictures but that Lychee is a software that allows users
57
+
> to have their own self-hosted gallery.
58
+
*`klo`#3291 : Remove legacy v4 by @ildyria.
59
+
> There is no coming back...
60
+
*`new`#3211 : Drop random symlinks functionality for a more streamlined system by @ildyria.
61
+
> Remove the symbolic link functionality, this feature provides a more modern and secure way to share photos links.
62
+
*`fixes`#3289 : Fixes sharing access rights. by @ildyria.
63
+
> When trying to share multiple albums with multiple users, all the accessible albums could be selected even though the user
64
+
> was not allowed to edit them. We now only list the albums that are owned by the user.
65
+
66
+
#### New Contributors
67
+
68
+
*@Novapixel1010 made their first contribution in https://github.com/LycheeOrg/Lychee/pull/3296
69
+
70
+
33
71
### v6.5.3
34
72
35
73
Released on Apr 27, 2025
@@ -40,8 +78,6 @@ This small release is mostly targeted at fixing a few bugs. Though if you are a
40
78
you will want to upgrade to this version as soon as possible as it solves the error 500 when the metrics
41
79
module is enabled and trying to open album with recently uploaded photos.
42
80
43
-
`klo` refers to *Keep the Light On*. In other words, basic software updates.
44
-
45
81
*`new`#3263 : Allow description to be used in photo thumb (expert setting) by @ildyria
46
82
> A small request from one of our user. This allows to display the description of the photo instead of
47
83
> its title and date of capture in the thumbnail album view. This text is formatted with markdown and the display
extra="<sup>*</sup>A lot of default values are still in English. Any pull requests with translation to your own language would help.<br><sup>*</sup><sup>*</sup> This option is not available on <span class='text-sky-600 dark:text-sky-300'>SE</span> as they are already hidden."
131
+
extra="<sup>*</sup> This table is summary of Lychee's functionalities and does not represent the large amount of configurations available.<br>\
132
+
<sup>**</sup> A lot of default values are still in English. Any pull requests with translation to your own language would help.<br>\
133
+
<sup>***</sup> This option is not available on <span class='text-sky-600 dark:text-sky-300'>SE</span> as they are already hidden."
127
134
specs={[
128
135
{
129
136
feature: 'Global',
@@ -147,11 +154,11 @@ const metadata = {
147
154
available: [true, true],
148
155
},
149
156
{
150
-
feature: 'Multiple languages supported<sup>*</sup>',
157
+
feature: 'Multiple languages supported<sup>*</sup><sup>*</sup>',
151
158
available: [true, true],
152
159
},
153
160
{
154
-
feature: 'Hide Lychee <span class="text-sky-600 dark:text-sky-300">SE</span> call for actions <sup>*</sup><sup>*</sup>',
161
+
feature: 'Hide Lychee <span class="text-sky-600 dark:text-sky-300">SE</span> call for actions <sup>*</sup><sup>*</sup><sup>*</sup>',
155
162
available: [true, false],
156
163
isV6: true,
157
164
},
@@ -191,6 +198,16 @@ const metadata = {
191
198
available: [true, true],
192
199
isV6: true,
193
200
},
201
+
{
202
+
feature: 'Hotlink protection',
203
+
available: [true, true],
204
+
isV6: true,
205
+
},
206
+
{
207
+
feature: 'AES-Secured links',
208
+
available: [false, true],
209
+
isV6: true,
210
+
},
194
211
{
195
212
feature: 'Statistics (download,share, etc.)',
196
213
available: [false, true],
@@ -410,7 +427,7 @@ const metadata = {
410
427
411
428
<FAQs
412
429
title="FAQs"
413
-
subtitle="With the new <span class='font-bold dark:text-neutral-200'>Lychee <span class='text-sky-600 dark:text-sky-300'>SE</span></span> coming soon, we understand that you must have some questions. We try to answer some of them here."
430
+
subtitle="With the new <span class='font-bold dark:text-neutral-200'>Lychee <span class='text-sky-600 dark:text-sky-300'>SE</span></span> readily available, we understand that you must have some questions. We try to answer some of them here."
0 commit comments