Skip to content

Commit 5754d3f

Browse files
committed
teaser
1 parent 02744a5 commit 5754d3f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Layout from '~/layouts/PageLayout.astro';
33
44
import Hero from '~/components/widgets/HeroIndex.astro';
55
import Content from '~/components/widgets/Content.astro';
6-
import Content3 from '~/components/widgets/Content3.astro';
6+
import Content3 from '~/components/widgets/Content.astro';
77
import { Image } from 'astro:assets';
88
import Stats from '~/components/widgets/Stats.astro';
99
import CallToAction from '~/components/widgets/CallToAction.astro';

src/pages/roadmap.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
import Layout from '~/layouts/PageLayout.astro';
3-
import Hero from '~/components/widgets/Hero.astro';
43
54
const metadata = {
65
title: 'Roadmap - Lychee Release History',
@@ -9,6 +8,7 @@ const metadata = {
98
109
// Release data extracted from releases.md
1110
const releases = [
11+
{ version: 'v7.0.0', date: 'Soon...', title: 'Upcoming Major Release', type: 'major', highlights: ['Stay tuned for exciting new features and improvements!'] },
1212
{ version: 'v6.10.4', date: 'Dec 11, 2025', title: 'Minor Reflected SSRF fix', type: 'security', highlights: ['Fixed SSRF vulnerability with redirect validation', 'Added expert configuration to disable URL redirects'] },
1313
{ version: 'v6.10.3', date: 'Dec 4, 2025', title: 'Video support in embedded galleries', type: 'feature', highlights: ['Added video support to embedded galleries', 'Translations in EmbedCodeDialog', 'Fixed base URL for embedded galleries'] },
1414
{ version: 'v6.10.2', date: 'Nov 18, 2025', title: 'Translation updates and fixes', type: 'enhancement', highlights: ['Translation of all settings in admin panel', 'Fixed groups not loading in share dialog', 'Fixed SmartAlbum portrait errors'] },

0 commit comments

Comments
 (0)