Skip to content

Commit 548ffd2

Browse files
committed
add teaser on watermark module
1 parent 5197de5 commit 548ffd2

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

docs/releases.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@ Released on Aug 17, 2025
3838

3939
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.
4040
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 albums. 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 lists all the tags in your instance related to your user.
4242
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.
4343

44-
Additionally, @cdzombak has 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.
44+
Additionally, @cdzombak has been working on a few new features. It is now possible to pin albums, highlighting them to your users. This functionality is not limited to the albums in the root directory, but also works for albums in subdirectories, giving you a shortcut to your most important albums.
4645

4746
* `new` #3545 : Implement pinned albums by @cdzombak.
4847
> A simple yet effective way to highlight your albums.

src/pages/get-supporter-edition.astro

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ const metadata = {
318318
{
319319
feature: 'Tagging',
320320
isHeader: true,
321-
isSoon: true,
322321
},
323322
{
324323
feature: 'Rename, merge, delete tags in a single view',
@@ -332,11 +331,29 @@ const metadata = {
332331
feature: 'Auto-completion',
333332
available: [true, true],
334333
},
334+
{
335+
feature: 'Smart Albums by tag selection',
336+
available: [true, true],
337+
},
335338
{
336339
feature: 'Display tags on album view',
337340
available: [false, true],
338341
},
339342

343+
{
344+
feature: 'Watermarking',
345+
isHeader: true,
346+
isSoon: true,
347+
},
348+
{
349+
feature: 'Custom image as watermark',
350+
available: [false, true],
351+
},
352+
{
353+
feature: 'Customizable scaling, positioning, and opacity',
354+
available: [false, true],
355+
},
356+
340357
{
341358
feature: 'Timeline',
342359
isHeader: true,

0 commit comments

Comments
 (0)