From 2eef1c86c5fba29d91ef87d891ff93ac644ac281 Mon Sep 17 00:00:00 2001 From: ildyria Date: Tue, 1 Jul 2025 15:39:38 +0200 Subject: [PATCH 1/2] Version 6.7.0 - draft --- docs/releases.md | 10 +++ src/components/widgets/Announcement.astro | 4 +- src/content/post/2025-07-01-version-6-7-0.mdx | 81 +++++++++++++++++++ src/navigation.js | 4 +- 4 files changed, 95 insertions(+), 4 deletions(-) create mode 100644 src/content/post/2025-07-01-version-6-7-0.mdx diff --git a/docs/releases.md b/docs/releases.md index 7123b0b4..cbbcaa40 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -30,6 +30,16 @@ ## Version 6 +### v6.7.0 + +Released on Jul 1, 2025 + +#### Flow, Sync and more! + +This is a major release that brings a lot of new features and improvements. + + + ### v6.6.14 Released on Jun 27, 2025 diff --git a/src/components/widgets/Announcement.astro b/src/components/widgets/Announcement.astro index 9bd5e6fe..b921758f 100644 --- a/src/components/widgets/Announcement.astro +++ b/src/components/widgets/Announcement.astro @@ -14,8 +14,8 @@ class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.6.14 is now available! » --> CVSS 7.5 in Lychee [6.6.6 to 6.6.9], update as soon as possible! Lychee 6.6.14 is now available! »CVSS 7.5 in Lychee [6.6.6 to 6.6.9], update as soon as possible! Lychee v6.7.0 is now available! » Date: Tue, 1 Jul 2025 23:19:03 +0200 Subject: [PATCH 2/2] release notes --- docs/releases.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index cbbcaa40..baefbe07 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -36,9 +36,26 @@ Released on Jul 1, 2025 #### Flow, Sync and more! -This is a major release that brings a lot of new features and improvements. +This is a significant release that brings 3 new features: Flow, a social-friendly, feed-like display of albums; Lychee:sync has been revamped and is now faster while also works in reverse; and finally our Supporter Edition users can now add multiple admins to their instance. +`SE` refers to functionalities that are aimed at the Supporter Edition. +* `fix` #3508 : Fix photo copy modal not working after a copy by @ildyria. + > Small fix of a bug that has been reported to us. When copying a photo the + > second time, the target album was visibly selected in the modal but the id + > was not set. This is now fixed. +* `SE` #3506 : Add ability to manage admins + define Lychee owner by @ildyria. + > Our Supporters can now add multiple admins to their instance. + > In order to avoid your server being taken over, the first admin created is set as owner and protected against modifications. +* `new` #3478 : Sync revamped, faster and improved by @ildyria. + > The sync feature has been completely rewritten. Improvements include: + > + > - Faster and more reliable. + > - Fixes for duplicate mis-detection. + > - Quick duplicate rejection by title, without the need for file hash calculations. + > - Support for **reverse sync**, enabling automatic removal of photos and albums from Lychee when they no longer exist in the designated source directory. +* `new` #3446 : Flow by @ildyria. + > A social-friendly, feed-like display mode showing recent albums in chronological order, ideal for galleries aimed at sharing content with followers. ### v6.6.14 @@ -253,8 +270,6 @@ Finally for the great supporters of Lychee we added two new features: #### Most notable changes -`SE` refers to functionalities that are aimed at the Supporter Edition. - * `new` #3387 : Dutch translations by @ildyria. * `new` #3396 : Arabic support by @ildyria. * `new` #3388 : Support space in search terms by @ildyria.