Skip to content

Commit 04c5b93

Browse files
committed
typos
1 parent 51eee1a commit 04c5b93

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/releases.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,23 @@ This release brings a few fixes and minor improvements to the version 7.4.0. The
4141

4242
* `fix` #4138 : Do not die when initializing the watermarker by @ildyria.
4343
> When some migrations are not run yet there was a rare case of the watermarker trying to fetch a configuration value.
44-
> The strictness of Lychee enforces the existance of configs in the database, so it was throwing an error and breaking the app.
44+
> The strictness of Lychee enforces the existence of configs in the database, so it was throwing an error and breaking the app.
4545
> We now catch this error and log it, but we do not break the app as it is not critical.
4646
* `new` #4139 : add error message for ldap requirement by @ildyria.
47-
> In light of the obscure crash about Facade, it was not clear to the user that they were missing a dependency
47+
> In light of the obscure crash about Facade, it was not clear to the user that they were missing a dependency.
4848
* `new` #4143 : feat: lychee:sync accepts individual file paths alongside directories by @Copilot.
4949
> By request, we added the possibility to pass individual file paths to the lychee:sync command, in addition to directories.
5050
> This allows for more flexibility when syncing photos from the command line.
5151
* `new` #4144 : Add dynamic background modes with enum config by @ildyria.
52-
> By request it is now possible to have a more dynamic background on the landing page.
52+
> By request, it is now possible to have a more dynamic background on the landing page.
5353
* `new` #4148 : Improve message notification by @ildyria.
5454
> When a message is sent from the contact form, we now display a notification in the admin panel to notify the admin that a new message has been received.
5555
* `fix` #4151 : Solution to #4146 : Adding the option to specify the Microsoft Tenant… by @agademer.
5656
* `fix` #4155 : Fix #4117 - Fix going back to selected tag page. by @ildyria.
57-
> When clicking on the back button having open a photo on a tag page, the user was redirected to the main tags list instead of the previous page. This is now fixed.
57+
> When clicking on the back button having opened a photo on a tag page, the user was redirected to the main tags list instead of the previous page. This is now fixed.
5858
* `klo` #4156 : Add db migration existence check by @ildyria.
5959
> If a user mounts app/database as a volume, the migrations are no longer accessible. This breaks the database initialization.
60-
> We added a check at the start up of the docker container.
60+
> We added a check at the startup of the docker container.
6161
* `fix` #4158 : Fix security headers by @ildyria.
6262
> The sha-256 for the script using the old v4 redirection was not correct. This is now fixed.
6363
* `fix` #4159 : Fix(csp): remove unsafe-eval requirement for Vue3 production builds by @ildyria.

0 commit comments

Comments
 (0)