Skip to content

Commit 67a16c9

Browse files
authored
fix release (#231)
1 parent eff4761 commit 67a16c9

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/releases.md

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

3535
Released on Aug 17, 2025
3636

37-
### Tags refactoring, pinned albums, and more!
37+
#### Tags refactoring, pinned albums, and more!
3838

3939
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.
4040
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
4343

4444
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

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+
4650
* `new` #3545 : Implement pinned albums by @cdzombak.
4751
> A simple yet effective way to highlight your albums.
4852
* `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
5155
* `new` #3605 : Add more documentation by @ildyria.
5256
> 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.
5357
* `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.
5561
* `klo` #3617 : Stricter application of ESLint by @ildyria.
5662
> We strive for a clean codebase. ESLint is a great tool to help us achieve this. Linting is now enforced on all new commits.
5763
* `fixes` #3618 : Refactoring Tag albums by @ildyria.
@@ -99,11 +105,6 @@ Released on Jul 25, 2025
99105
We have the pleasure to announce that [@cdzombak](https://github.com/cdzombak) has joined the team.
100106
We are looking forward to his many future contributions.
101107

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-
107108
* `new` #3517 : Remove annoying check preventing migration on prod database by @ildyria.
108109
> If you are running lychee but without having the setting `force_migration_in_production` to `false` you were stuck and
109110
> needed to set your `APP_ENV` to `local` in order to run the migration.

0 commit comments

Comments
 (0)