Skip to content

Commit e448b46

Browse files
committed
preparing release 7.0.0
1 parent 5a08263 commit e448b46

File tree

5 files changed

+39
-3
lines changed

5 files changed

+39
-3
lines changed

docs/releases.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,17 @@
2828
}
2929
</style>
3030

31+
## Version 7
32+
33+
### v7.0.0
34+
35+
Released on Dec 31st, 2025
36+
37+
#### Major release: Webshop, star ratings, and more!
38+
39+
40+
41+
3142
## Version 6
3243

3344
### v6.10.4

public/blog/Lychee7.jpg

138 KB
Loading

src/components/widgets/Announcement.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
>NEW</span
1111
>
1212
<a
13-
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.10.4"
14-
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.10.4 is now available! »</a
13+
href="https://github.com/LycheeOrg/Lychee/releases/tag/v7.0.0"
14+
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 7.0.0 is now available! »</a
1515
>
1616
<!-- <a
1717
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.10.4"
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
publishDate: 2025-12-31T23:00:00Z
3+
author: ildyria
4+
title: 'Version 7 released!'
5+
excerpt: 'Another year, another major release for Lychee! Version 7 is here with exciting new features and improvements.'
6+
image: /blog/Lychee7.jpg
7+
category: Release Notes
8+
tags:
9+
- release
10+
- v7
11+
- lychee
12+
- Webshop
13+
- Rating
14+
---
15+
16+
17+
Frankenphp docker image for faster runtime performance.
18+
19+
Adding star rating capabilities to Lychee.
20+
21+
Introducing Lychee Pro - Webshop

src/navigation.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ export const headerData = {
99
text: 'Read the blog',
1010
href: getBlogPermalink(),
1111
},
12+
{
13+
text: 'Version 7 released!',
14+
href: getPermalink('2025-12-31-version-7', 'post'),
15+
},
1216
{
1317
text: 'AI-assisted reviews, one month later...',
1418
href: getPermalink('2025-09-13-code-rabbit', 'post'),
@@ -19,7 +23,7 @@ export const headerData = {
1923
},
2024
{
2125
text: 'Current developments',
22-
href: getPermalink('v6', 'tag'),
26+
href: getPermalink('v7', 'tag'),
2327
},
2428
],
2529
},

0 commit comments

Comments
 (0)