From 763ae1a6614d8e8bf54ce0b37708b19cd2706409 Mon Sep 17 00:00:00 2001 From: ildyria Date: Sat, 7 Jun 2025 18:13:29 +0200 Subject: [PATCH 1/2] update --- .../post/2025-06-07-six-month-later.mdx | 36 ++++++++++++++++ src/pages/support.astro | 41 +++++++++++++++++-- 2 files changed, 73 insertions(+), 4 deletions(-) create mode 100644 src/content/post/2025-06-07-six-month-later.mdx diff --git a/src/content/post/2025-06-07-six-month-later.mdx b/src/content/post/2025-06-07-six-month-later.mdx new file mode 100644 index 00000000..80f6baf5 --- /dev/null +++ b/src/content/post/2025-06-07-six-month-later.mdx @@ -0,0 +1,36 @@ +--- +publishDate: 2025-06-07T12:00:00Z +author: ildyria +title: 'Six months later on version 6' +excerpt: We look back on what we have accomplished over those past six months and what is next on the roadmap? +image: https://images.unsplash.com/photo-1522635922534-827978bf2a2f?q=80&w=3540&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D +category: Release Notes +tags: + - lychee + - blabla + - Supporter Edition +--- + +First of all, I apologize for the silence over the past few months. +Nevertheless, just because I was not posting does not mean I wasn’t working on Lychee, as shown by the multiple releases since then: 6.3, 6.4, 6.5, and 6.6, including several intermediate patches. + +Six months ago, I wrote a [post](https://lycheeorg.dev/2024-12-13-what-is-next/) about the future of Lychee and my vision for it. +Looking at the todo list I wrote back then, one might think that we have not accomplished much. +The main reason is that, rather than rushing to add many features that might break often, +Lychee focuses on stability and quality. We want to ensure that the foundations are solid before adding new features. +This is why we have been focusing on the `Must have` items: + +- User groups have been implemented. Integration with access control is still pending, but coming soon. +- Improved integration with OAuth and SSO. +- Permission propagation has been implemented. +- Mass sharing v4 has been implemented, allowing users to share multiple albums and photos on a single page. +- Settings have been completely refactored with a new layout, allowing grouping and hiding complexity. +- Localization has been completely reset and improved. We now support Weblate, allowing anyone to contribute translations. +- The previous, unstable implementation of random links has been replaced with a stronger and safer one using AES and signatures. +- We have added live statistics, allowing users to see the number of visits, shares, downloads, and more. + +None of this would have been possible without the feedback from our users and the help of our supporters. +We are very grateful for your support and patience. + +We are also very happy to see our small team growing with the addition of Sancsin, Ppshobi, Jason, and Ronnie. +If you would like to join us, we are always looking for more contributors. Please reach out to us on our [Discord](https://discord.gg/JMPvuRQcTf). \ No newline at end of file diff --git a/src/pages/support.astro b/src/pages/support.astro index 44b5f668..c2a547f8 100644 --- a/src/pages/support.astro +++ b/src/pages/support.astro @@ -43,12 +43,37 @@ const metadata = { title="Statistics." stats={[ { title: 'Started', amount: '2018' }, - { title: 'Devs', amount: '2' }, - { title: 'Lines of Code', amount: '40K' }, + { title: 'Devs', amount: '6' }, + { title: 'Lines of Code', amount: '84K' }, ]} /> - + + + From 6a690d5b9a292854711d66962e031c9ef29e672f Mon Sep 17 00:00:00 2001 From: ildyria Date: Sat, 7 Jun 2025 22:04:45 +0200 Subject: [PATCH 2/2] WRTC --- src/content/post/2025-06-07-six-month-later.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/post/2025-06-07-six-month-later.mdx b/src/content/post/2025-06-07-six-month-later.mdx index 80f6baf5..b640b17a 100644 --- a/src/content/post/2025-06-07-six-month-later.mdx +++ b/src/content/post/2025-06-07-six-month-later.mdx @@ -25,7 +25,7 @@ This is why we have been focusing on the `Must have` items: - Permission propagation has been implemented. - Mass sharing v4 has been implemented, allowing users to share multiple albums and photos on a single page. - Settings have been completely refactored with a new layout, allowing grouping and hiding complexity. -- Localization has been completely reset and improved. We now support Weblate, allowing anyone to contribute translations. +- Localization has been completely reset and improved. We now support [Weblate](https://weblate.lycheeorg.dev/), allowing anyone to contribute translations. - The previous, unstable implementation of random links has been replaced with a stronger and safer one using AES and signatures. - We have added live statistics, allowing users to see the number of visits, shares, downloads, and more.