Skip to content

Commit 4108cdf

Browse files
committed
typos
1 parent 69db8ba commit 4108cdf

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/releases.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ Released on Mar 22nd, 2026
3636

3737
#### Support camera capture and hotfix
3838

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.
4040

4141
* `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.
4343
> Fixes SSRF bypass via DNS rebinding. Read more [here](https://github.com/LycheeOrg/Lychee/security/advisories/GHSA-5245-4p8c-jwff)
4444
4545
Thanks to @morimori-dev for reporting the SSRF issue.
@@ -55,11 +55,11 @@ Released on Mar 21st, 2026
5555

5656
#### Hotfixes
5757

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.
6060
* `fix` #4207 : Fix tag album ordering by @ildyria.
6161
> 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.
6363
> Read more [here](https://github.com/LycheeOrg/Lychee/security/advisories/GHSA-vq6w-prpf-h287)
6464
6565
Thanks to @offensiveee for reporting the SSRF issue.

src/pages/roadmap.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const metadata = {
99
// Release data extracted from releases.md
1010
const releases = [
1111
{ 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'] },
12-
{ version: 'v7.5.1', date: 'Mar 21, 2026', title: 'Hotfix', type: 'bugfix', highlights: ['Fix SSRF on localhost aliases', 'Support php wihout ldap extension'] },
12+
{ version: 'v7.5.1', date: 'Mar 21, 2026', title: 'Hotfix', type: 'bugfix', highlights: ['Fix SSRF on localhost aliases', 'Support PHP wihout LDAP extension'] },
1313
{ version: 'v7.5.0', date: 'Mar 16, 2026', title: 'Search revamped', type: 'major', highlights: ['New search UI & UX', 'Tag filters in albums'] },
1414
{ version: 'v7.4.2', date: 'Mar 12, 2026', title: 'Fixes', type: 'bugfix', highlights: ['Fixes to the CSP policy'] },
1515
{ version: 'v7.4.1', date: 'Mar 8, 2026', title: 'Fixes and minor improvements', type: 'bugfix', highlights: ['Fixed potential crash related to missing configurations', 'Added error message for missing ldap extension', 'Allow passing individual file paths to lychee:sync command'] },

0 commit comments

Comments
 (0)