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
+41-5Lines changed: 41 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,47 @@
30
30
31
31
## Version 6
32
32
33
+
### v6.7.1
34
+
35
+
Released on Jul 25, 2025
36
+
37
+
#### User groups for our Supporters, UX/UI improvements and a new contributor: cdzombak!
38
+
39
+
We have the pleasure to announce that [@cdzombak](https://github.com/cdzombak) has joined the team.
40
+
We are looking forward to his many future contributions.
41
+
42
+
`SE` refers to functionalities that are aimed at the Supporter Edition.
43
+
`klo` refers to *Keep the Light On*. In other words, basic software updates.
44
+
45
+
46
+
47
+
*`new`#3517 : Remove annoying check preventing migration on prod database by @ildyria.
48
+
> If you are running lychee but without having the setting `force_migration_in_production` to `false` you were stuck and
49
+
> needed to set your `APP_ENV` to `local` in order to run the migration.
50
+
> This safety check was being more annoying that bring actual value, so we removed it.
51
+
*`fixes`#3523 : Fix album not refreshed when importing via url by @ildyria.
52
+
> We got report that when importing a photo via url, the album was not refreshed and the photo was not displayed.
53
+
> We forgot to add the event listener to refresh the album once upload was finished.
54
+
*`SE`#3425 : Add user-group permissions by @ildyria.
55
+
> This is the big change for our Supporter Edition users. User groups are now available and allows you to share albums
56
+
> with group of users in one go instead of having to select each user individually.
57
+
*`fixes`#3546 : Sort RSS feed query reverse-chronologically by @cdzombak.
58
+
> The RSS feed query was not sorting the items in reverse-chronological order.
59
+
> As a result, only the oldest items were displayed in the feed...
60
+
*`new`#3550 : Improve scrolling UX when exiting photo lightbox by @cdzombak.
61
+
> When exiting the photo view, we would always scroll even if the photo was already in view.
62
+
> This makes the behaviour more smooth and less jittery for our users.
63
+
*`fixes`#3551 : Fix broken Back button when viewing photo in lightbox by @cdzombak.
64
+
> When viewing a photo in lightbox, the back button of the browser was not handled properly.
65
+
*`klo`#3561 : Explicitly set phpstan memory limit to 512MB by @cdzombak.
66
+
> Some of our devs are working on a slightly memory constrained version of php.
67
+
> This change makes sure that phpstan does not run out of memory when running the static analysis.
68
+
*`new`#3549 : Allow disabling "swipe up/down to go back" and "scroll to move between photos" gestures by @cdzombak.
69
+
> Another welcomed change from @cdzombak. The admin can now disable the swipe up/down to go back and scroll to move between photos gestures.
70
+
*`new`#3547 : Include `<img>` tag in RSS item descriptions by @cdzombak.
71
+
> This change allows the RSS feed to include the actual photo in the rss feed so it can be displayed.
72
+
73
+
33
74
### v6.7.0
34
75
35
76
Released on Jul 1, 2025
@@ -38,8 +79,6 @@ Released on Jul 1, 2025
38
79
39
80
This is a significant release that brings 3 new features: Flow, a social-friendly, feed-like display of albums; Lychee:sync has been revamped and is now faster while also works in reverse; and finally our Supporter Edition users can now add multiple admins to their instance.
40
81
41
-
`SE` refers to functionalities that are aimed at the Supporter Edition.
42
-
43
82
*`fix`#3508 : Fix photo copy modal not working after a copy by @ildyria.
44
83
> Small fix of a bug that has been reported to us. When copying a photo the
45
84
> second time, the target album was visibly selected in the modal but the id
@@ -102,7 +141,6 @@ All of them are enabled by default and can be disabled in the expert admin setti
102
141
#### Other changes
103
142
104
143
*`fix`#3498 : Fix SSRF + bump version by @ildyria.
105
-
106
144
*`new`#3491 : Add optional gallery header image by @ildyria.
107
145
> We added the option to have a header image on top of the gallery page. You will find the configuration in the *Landing page* settings.
108
146
*`fix`#3497 : add some missing RTL support on timeline photo display by @ildyria.
@@ -204,8 +242,6 @@ Released on Jun 17, 2025
204
242
205
243
This is a small release that fixes a few bugs that were reported by our users.
206
244
207
-
`klo` refers to *Keep the Light On*. In other words, basic software updates.
208
-
209
245
*`fixes`#3456 : Do not use metrics on smart albums by @ildyria.
210
246
> Metrics require a valid album id. On smart albums, those ids do not match the usual pattern
211
247
> and were returning a 422 error. We disabled the metrics on smart albums.
0 commit comments