Skip to content

Commit 5197de5

Browse files
ildyriaCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 09506f6 commit 5197de5

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/releases.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ Released on Aug 17, 2025
3636

3737
### Tags refactoring, pinned albums and more!
3838

39-
This release marks a significant change in the way tags are handled in Lychee. Before, tags were stores as a single string, comma-separated in the database.
39+
This release marks a significant change in the way tags are handled in Lychee. Before, tags were stored as a single string, comma-separated in the database.
4040
Now the tags are stored in their own table and linked to the photos via a many-to-many relationship. This change allows us to provide autocomplete for the tags,
41-
and also provide a more efficient way to manage your tag albus. We also added a page which list all the tags in your instance related to your user.
41+
and also provide a more efficient way to manage your tag albums. We also added a page which list all the tags in your instance related to your user.
4242
From this page, you can rename, merge and delete tags. It also provides you with an overview of the number of photos related to each tag.
4343

44-
Additionally, @cdzombak have been working on a few new features. It is now possible to pin albums, highlighting them to your users. This functionality is not limited
45-
to the albums in the root directory, but also works for albums in subdirectories, giving you a shortcuts to your most important albums.
44+
Additionally, @cdzombak has been working on a few new features. It is now possible to pin albums, highlighting them to your users. This functionality is not limited
45+
to the albums in the root directory, but also works for albums in subdirectories, giving you a shortcut to your most important albums.
4646

4747
* `new` #3545 : Implement pinned albums by @cdzombak.
48-
> A simple yet effictive way to highlight your albums.
48+
> A simple yet effective way to highlight your albums.
4949
* `new` #3610 : Allow customizing copyright text in footer by @cdzombak.
5050
> This allows you to customize the copyright text in the footer of your Lychee instance.
5151
> If the text is left empty, the default text will be used.
@@ -54,10 +54,10 @@ to the albums in the root directory, but also works for albums in subdirectories
5454
* `fixes` #3616 : Tags refactoring by @ildyria.
5555
> This is change will allow us to add more functionalities related to tags in the future.
5656
* `klo` #3617 : Stricter application of Eslint by @ildyria.
57-
> We strive for a clean codebase, eslint is a great tool to help us achieve this. Linting in now enforeced on all new commits.
57+
> We strive for a clean codebase, eslint is a great tool to help us achieve this. Linting is now enforced on all new commits.
5858
* `fixes` #3618 : Refactoring Tag albums by @ildyria.
5959
> Parallel to the changes on the way tags are managed, we also refactored the tag albums.
60-
> Making them more efficient, no more guesswork on the tag names, no more photos random photo appearing because of a tag name overlap.
60+
> Making them more efficient, no more guesswork on the tag names, no more random photos appearing because of a tag name overlap.
6161
* `fixes` #3620 : Fix multiple album display when users are in multiple groups by @ildyria.
6262
> It has been reported that when a user is in multiple groups, the albums were displayed multiple times. This is now fixed.
6363
> We also added regression tests to make sure that this does not happen again.

0 commit comments

Comments
 (0)