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
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,37 @@
30
30
31
31
## Version 6
32
32
33
+
### v6.8.0
34
+
35
+
Released on Aug 17, 2025
36
+
37
+
### Tags refactoring, pinned albums, and more!
38
+
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.
43
+
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
+
46
+
*`new`#3545 : Implement pinned albums by @cdzombak.
47
+
> A simple yet effective way to highlight your albums.
48
+
*`new`#3610 : Allow customizing copyright text in footer by @cdzombak.
49
+
> This allows you to customize the copyright text in the footer of your Lychee instance.
50
+
> If the text is left empty, the default text will be used.
51
+
*`new`#3605 : Add more documentation by @ildyria.
52
+
> 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
+
*`fixes`#3616 : Tags refactoring by @ildyria.
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.
57
+
*`fixes`#3618 : Refactoring Tag albums by @ildyria.
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.
60
+
*`fixes`#3620 : Fix duplicate album display when users are in multiple groups by @ildyria.
61
+
> It has been reported that when a user is in multiple groups, the albums were displayed multiple times. This is now fixed.
62
+
> We also added regression tests to make sure that this does not happen again.
class="text-slate-200 hover:underline dark:text-slate-200 font-medium"><spanclass="text-red-500 font-bold">CVSS 7.5 in Lychee [6.6.6 to 6.6.9], update as soon as possible!</span> Lychee v6.7.2 is now available! »</a
class="text-slate-200 hover:underline dark:text-slate-200 font-medium"><spanclass="text-red-500 font-bold">CVSS 7.5 in Lychee [6.6.6 to 6.6.9], update as soon as possible!</span> Lychee v6.8.0 is now available! »</a
0 commit comments