From 9879d542eaafb491a2349530ea359c7ee9de0d68 Mon Sep 17 00:00:00 2001 From: ildyria Date: Mon, 25 Nov 2024 23:33:14 +0100 Subject: [PATCH 1/3] version 6.1.0 --- docs/releases.md | 52 +++++++++++++++++++++++++-- src/pages/get-supporter-edition.astro | 6 ++-- 2 files changed, 52 insertions(+), 6 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index 7642ea8..9b76a77 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -30,14 +30,62 @@ ## Version 6 +### v6.1.0 + +Released on Nov 25, 2024 + +#### Fixes and new layout: Timelines + +We are introducing a new layout for albums: Timelines. This layout is a new way to display your pictures in a chronological order. +you can enable it per album in the albun settings or globally. + +Additionally, we thank @aSouchereau for the new LQ Image Placeholder: heavily blurred version will be displayed while a higher quality thumb is loading. +We also thank @nanawel for adding the Authentik support to the Oauth provider. + +#### Changes + +`klo` refers to *Keep the Light On*. In other words, basic software updates. +`SE` refers to functionalities that are aimed at the Supporter Edition. + +* `new` #2629 : Get automated signed releases by @ildyria. +* `fixes` #2630 : Fix sub-albums sorting not being respected per album by @ildyria. +* `new` #2633 : Enable lazy loading for pictures past number 10 in an album by @ildyria. +* `fixes` #2634 : Fix building artifact in Integrate workflow by @d7415. +* `new` #2636 : Vite local dev by @ildyria. + > Allows local front-end development with Vite without having to install the full php stack. + > See .env.example for instructions +* `fixes` #2638 : Fix icons missing on map by @ildyria. +* `klo` #2653 : Composer update + phpstan by @ildyria. +* `fixes` #2652 : Improve support for free-bsd by @ildyria. +* `fixes` #2654 : Improved support for Heic - suggested by @Borisvl by @ildyria. +* `new` #2661 : Low Quality Image Placeholder cont by @aSouchereau. +* `new` #2674 : Add ability to toggle H on touch devices by @ildyria. +* `new` #2664 : Avoid revealing Lychee keys when making videos by @ildyria. +* `fixes` #2676 : Do not show placeholder data in statistics by @ildyria. +* `new` #2677 : Add scroll to top element by @ildyria. +* `fixes` #2682 : Fix error 500 when accessing Tag album as anonymous user by @ildyria. +* `fixes` #2685 : Fix date not being properly displayed due to Carbon3 change by @ildyria. +* `fixes` #2684 : Fix delete not closing parent info dialog by @ildyria. +* `fixes` #2683 : Fix 422 when opening frame in smart-album by @ildyria. +* `fixes` #2687 : Fix src-set not properly defined by @ildyria. +* `fixes` #2690 : Avoid crash and die when generating smaller size variants by @ildyria. +* `fixes` #2688 : Fix error 403 on access directly password protected albums by @ildyria. +* `new` #2673 : Timeline settings + fix discovery of sensitive photos by @ildyria. +* `klo` #2710 : Bumps dependencies by @ildyria. +* `fixes` #2693 : Fix duplicate upload + add scroll remembering by @ildyria. +* `new` #2714 : Added Authentik support by @nanawel. +* `klo` #2735 : Bump dependencies by @ildyria. +* `new` #2679 : Support more layouts + Timeline in albums/album by @ildyria. +* `SE` #2679 : Add Timeline granularity customization by @ildyria. +* `new` #2717 : Add copy to clipboard button in Diagnostics page. by @ildyria. + + ### v6.0.1 Released on Oct 31, 2024 #### Changes -`klo` refers to *Keep the Light On*. In other words, basic software updates. - * `fixes` #2607 : Fix icons when using sub-folder install by @ildyria. * `fixes` #2605 : Fix login menu not visible when set to the right by @ildyria. * `klo` #2609 : [StepSecurity] Apply security best practices by @step-security-bot. diff --git a/src/pages/get-supporter-edition.astro b/src/pages/get-supporter-edition.astro index d3aab9b..1f6d415 100644 --- a/src/pages/get-supporter-edition.astro +++ b/src/pages/get-supporter-edition.astro @@ -210,9 +210,8 @@ const metadata = { }, { feature: 'Timeline view', - available: [false, false], + available: [true, true], isV6: true, - isSoon: true, }, { @@ -242,9 +241,8 @@ const metadata = { }, { feature: 'Customizable timeline', - available: [false, false], + available: [false, true], isV6: true, - isSoon: true, }, { feature: 'User management', From 1d4551ade8eabcdbc3051f8e44241dc437726afb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Viguier?= Date: Mon, 25 Nov 2024 23:51:26 +0100 Subject: [PATCH 2/3] Apply suggestions from code review Co-authored-by: Martin Stone <1611702+d7415@users.noreply.github.com> --- docs/releases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index 9b76a77..c8bc782 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -37,9 +37,9 @@ Released on Nov 25, 2024 #### Fixes and new layout: Timelines We are introducing a new layout for albums: Timelines. This layout is a new way to display your pictures in a chronological order. -you can enable it per album in the albun settings or globally. +You can enable it per album in the album settings or globally. -Additionally, we thank @aSouchereau for the new LQ Image Placeholder: heavily blurred version will be displayed while a higher quality thumb is loading. +Additionally, we thank @aSouchereau for the new LQ Image Placeholder: a heavily blurred version will be displayed while a higher quality thumb is loading. We also thank @nanawel for adding the Authentik support to the Oauth provider. #### Changes From fb914302d948b605fad3f3bf977dad8244720df9 Mon Sep 17 00:00:00 2001 From: ildyria Date: Tue, 26 Nov 2024 00:51:32 +0100 Subject: [PATCH 3/3] fix announcement --- src/components/widgets/Announcement.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/widgets/Announcement.astro b/src/components/widgets/Announcement.astro index 98e704f..be0250b 100644 --- a/src/components/widgets/Announcement.astro +++ b/src/components/widgets/Announcement.astro @@ -10,8 +10,8 @@ >NEW Lychee 6.0.0 is now available! »Lychee 6.1.0 is now available! »