Skip to content

Commit 9d0f434

Browse files
committed
fix comments
1 parent 548ffd2 commit 9d0f434

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/releases.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434

3535
Released on Aug 17, 2025
3636

37-
### Tags refactoring, pinned albums and more!
37+
### 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 stored as a single string, comma-separated in the database.
40-
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 albums. We also added a page which lists all the tags in your instance related to your user.
42-
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.
39+
This release marks a significant change in the way tags are handled in Lychee. Previously, tags were stored as a single comma-separated string in the database.
40+
Tags are now stored in their own table and linked to photos via a many-to-many relationship. This change enables tag autocomplete,
41+
and provides a more efficient way to manage your tags. We also added a page that lists all tags in your instance related to your user.
42+
From this page, you can rename, merge, and delete tags. It also provides an overview of the number of photos related to each tag.
4343

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 to the albums in the root directory, but also works for albums in subdirectories, giving you a shortcut 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 for your users. This functionality is not limited to the albums in the root directory, but also works for albums in subdirectories, giving you shortcuts to your most important albums.
4545

4646
* `new` #3545 : Implement pinned albums by @cdzombak.
4747
> A simple yet effective way to highlight your albums.
@@ -51,12 +51,12 @@ Additionally, @cdzombak has been working on a few new features. It is now possib
5151
* `new` #3605 : Add more documentation by @ildyria.
5252
> As explained in our recent [blog post](https://lycheeorg.dev/2025-08-13-opensource-processes-documentation), we are working on improving the onboarding of new contributors.
5353
* `fixes` #3616 : Tags refactoring by @ildyria.
54-
> This is change will allow us to add more functionalities related to tags in the future.
55-
* `klo` #3617 : Stricter application of Eslint by @ildyria.
56-
> We strive for a clean codebase, eslint is a great tool to help us achieve this. Linting is now enforced on all new commits.
54+
> This change will allow us to add more functionality related to tags in the future.
55+
* `klo` #3617 : Stricter application of ESLint by @ildyria.
56+
> We strive for a clean codebase. ESLint is a great tool to help us achieve this. Linting is now enforced on all new commits.
5757
* `fixes` #3618 : Refactoring Tag albums by @ildyria.
58-
> Parallel to the changes on the way tags are managed, we also refactored the tag albums.
59-
> Making them more efficient, no more guesswork on the tag names, no more random photos appearing because of a tag name overlap.
58+
> In parallel with the changes to how tags are managed, we also refactored the tag albums.
59+
> Making them more efficient: no more guesswork on tag names, and no more random photos appearing because of tag-name overlaps.
6060
* `fixes` #3620 : Fix multiple album display when users are in multiple groups by @ildyria.
6161
> It has been reported that when a user is in multiple groups, the albums were displayed multiple times. This is now fixed.
6262
> We also added regression tests to make sure that this does not happen again.

0 commit comments

Comments
 (0)