|
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. Before, tags were stores 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 albus. We also added a page which list 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. |
| 43 | + |
| 44 | +Additionally, @cdzombak have 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. |
| 46 | + |
| 47 | +* `new` #3545 : Implement pinned albums by @cdzombak. |
| 48 | + > A simple yet effictive way to highlight your albums. |
| 49 | +* `new` #3610 : Allow customizing copyright text in footer by @cdzombak. |
| 50 | + > This allows you to customize the copyright text in the footer of your Lychee instance. |
| 51 | + > If the text is left empty, the default text will be used. |
| 52 | +* `new` #3605 : Add more documentation by @ildyria. |
| 53 | + > 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. |
| 54 | +* `fixes` #3616 : Tags refactoring by @ildyria. |
| 55 | + > This is change will allow us to add more functionalities related to tags in the future. |
| 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. |
| 58 | +* `fixes` #3618 : Refactoring Tag albums by @ildyria. |
| 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. |
| 61 | +* `fixes` #3620 : Fix multiple album display when users are in multiple groups by @ildyria. |
| 62 | + > It has been reported that when a user is in multiple groups, the albums were displayed multiple times. This is now fixed. |
| 63 | + > We also added regression tests to make sure that this does not happen again. |
| 64 | +
|
33 | 65 | ### v6.7.2 |
34 | 66 |
|
35 | 67 | Released on Aug 7, 2025 |
|
0 commit comments