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
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@
34
34
35
35
Released on Aug 17, 2025
36
36
37
-
### Tags refactoring, pinned albums, and more!
37
+
####Tags refactoring, pinned albums, and more!
38
38
39
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
40
Tags are now stored in their own table and linked to photos via a many-to-many relationship. This change enables tag autocomplete,
@@ -43,6 +43,10 @@ From this page, you can rename, merge, and delete tags. It also provides an over
43
43
44
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.
45
45
46
+
`SE` refers to functionalities that are aimed at the Supporter Edition.
47
+
`klo` refers to *Keep the Light On*. In other words, basic software updates.
48
+
49
+
46
50
*`new`#3545 : Implement pinned albums by @cdzombak.
47
51
> A simple yet effective way to highlight your albums.
48
52
*`new`#3610 : Allow customizing copyright text in footer by @cdzombak.
@@ -51,7 +55,9 @@ Additionally, @cdzombak has been working on a few new features. It is now possib
51
55
*`new`#3605 : Add more documentation by @ildyria.
52
56
> 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.
53
57
*`fixes`#3616 : Tags refactoring by @ildyria.
54
-
> This change will allow us to add more functionality related to tags in the future.
58
+
> This change will allow us to add more functionality related to tags in the future. With this we bring autocomplete, and a battery of utilities to manage your tags.
59
+
*`SE`#3616 : Tags display on album view by @ildyria.
60
+
> An option for our supporters to display the tags of a picture on the overlay in the album view.
55
61
*`klo`#3617 : Stricter application of ESLint by @ildyria.
56
62
> We strive for a clean codebase. ESLint is a great tool to help us achieve this. Linting is now enforced on all new commits.
57
63
*`fixes`#3618 : Refactoring Tag albums by @ildyria.
@@ -99,11 +105,6 @@ Released on Jul 25, 2025
99
105
We have the pleasure to announce that [@cdzombak](https://github.com/cdzombak) has joined the team.
100
106
We are looking forward to his many future contributions.
101
107
102
-
`SE` refers to functionalities that are aimed at the Supporter Edition.
103
-
`klo` refers to *Keep the Light On*. In other words, basic software updates.
104
-
105
-
106
-
107
108
*`new`#3517 : Remove annoying check preventing migration on prod database by @ildyria.
108
109
> If you are running lychee but without having the setting `force_migration_in_production` to `false` you were stuck and
109
110
> needed to set your `APP_ENV` to `local` in order to run the migration.
0 commit comments