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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,16 +36,16 @@ Released on Aug 17, 2025
36
36
37
37
### Tags refactoring, pinned albums and more!
38
38
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.
40
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 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.
42
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.
43
43
44
-
Additionally, @cdzombakhave 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, @cdzombakhas 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.
46
46
47
47
*`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.
49
49
*`new`#3610 : Allow customizing copyright text in footer by @cdzombak.
50
50
> This allows you to customize the copyright text in the footer of your Lychee instance.
51
51
> 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
54
54
*`fixes`#3616 : Tags refactoring by @ildyria.
55
55
> This is change will allow us to add more functionalities related to tags in the future.
56
56
*`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.
58
58
*`fixes`#3618 : Refactoring Tag albums by @ildyria.
59
59
> 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.
61
61
*`fixes`#3620 : Fix multiple album display when users are in multiple groups by @ildyria.
62
62
> It has been reported that when a user is in multiple groups, the albums were displayed multiple times. This is now fixed.
63
63
> We also added regression tests to make sure that this does not happen again.
0 commit comments