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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,10 @@ Released on Mar 22nd, 2026
36
36
37
37
#### Support camera capture and hotfix
38
38
39
-
In addition to loading pictures from memory, we now also our front-end to support the camera view. This allows to take pictures directly and instantly upload them to Lychee, a feature that will be welcomed by our mobile users.
39
+
In addition to loading pictures from memory, we now also support camera capture in the front-end. This allows users to take pictures directly and instantly upload them to Lychee, a feature that will be welcomed by our mobile users.
40
40
41
41
*`new`#4213 : feat: add Camera Capture feature (Feature 029) by @mitpjones.
42
-
*`fix`#4214 : Fix dns-resolving to localip by @ildyria.
42
+
*`fix`#4214 : Fix DNS resolving to local IP by @ildyria.
43
43
> Fixes SSRF bypass via DNS rebinding. Read more [here](https://github.com/LycheeOrg/Lychee/security/advisories/GHSA-5245-4p8c-jwff)
44
44
45
45
Thanks to @morimori-dev for reporting the SSRF issue.
@@ -55,11 +55,11 @@ Released on Mar 21st, 2026
55
55
56
56
#### Hotfixes
57
57
58
-
*`fix`#4208 : Make ldap optional by @ildyria.
59
-
> Due to popular demand, we made the ldap extension optional. If you do not have it installed, the ldap features will be disabled, but the rest of the app will work as expected. This is especially useful for users who do not need ldap support and want to avoid installing the extension.
58
+
*`fix`#4208 : Make LDAP optional by @ildyria.
59
+
> Due to popular demand, we made the LDAP extension optional. If you do not have it installed, the LDAP features will be disabled, but the rest of the app will work as expected. This is especially useful for users who do not need LDAP support and want to avoid installing the extension.
60
60
*`fix`#4207 : Fix tag album ordering by @ildyria.
61
61
> Photos in Tag albums were not ordered. Fixed.
62
-
*`fix`#4205 : Fix ssrf lookback edge case by @ildyria.
62
+
*`fix`#4205 : Fix SSRF loopback edge case by @ildyria.
63
63
> Read more [here](https://github.com/LycheeOrg/Lychee/security/advisories/GHSA-vq6w-prpf-h287)
64
64
65
65
Thanks to @offensiveee for reporting the SSRF issue.
Copy file name to clipboardExpand all lines: src/pages/roadmap.astro
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ const metadata = {
9
9
// Release data extracted from releases.md
10
10
const releases = [
11
11
{ version: 'v7.5.2', date: 'Mar 22, 2026', title: 'Camera support & hotfix', type: 'minor', highlights: ['Upload from camera support from Frontend', 'Fix SSRF on name resolution to reserved ip space'] },
0 commit comments