Skip to content

Commit 8c7eb0d

Browse files
committed
version 6.10.3
1 parent e44702b commit 8c7eb0d

File tree

4 files changed

+49
-25
lines changed

4 files changed

+49
-25
lines changed

docs/releases.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,21 @@
3030

3131
## Version 6
3232

33+
### v6.10.3
34+
35+
Released on Dec 4nd, 2025
36+
37+
#### Video support in embedded galleries
38+
39+
This patch is mostly the work of our great contributor [@cdzombak](https://github.com/cdzombak).
40+
He added video support to the embedded galleries, allowing you to showcase videos in your embedded albums.
41+
42+
#### Most notable changes
43+
44+
* `new` #3821 : Add video support to embedded galleries; fix gallery limit bug by @cdzombak.
45+
* `new` #3834 : Use translations in EmbedCodeDialog.vue by @cdzombak.
46+
* `fix` #3833 : fix: Use correct base URL for embedded galleries by @cdzombak.
47+
3348
### v6.10.2
3449

3550
Released on Nov 18th, 2025

src/components/widgets/Announcement.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
>NEW</span
1111
>
1212
<a
13-
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.10.2"
14-
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.10.2 is now available! »</a
13+
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.10.3"
14+
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.10.3 is now available! »</a
1515
>
1616
<!-- <a
17-
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.10.2"
17+
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.10.3"
1818
class="text-slate-200 hover:underline dark:text-slate-200 font-medium"><span class="text-red-500 font-bold">CVSS 7.5 in Lychee [6.6.6 to 6.6.9], update as soon as possible!</span> Lychee v6.9.1 is now available! »</a
1919
> -->
2020
<a

src/pages/get-supporter-edition.astro

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,10 @@ const metadata = {
246246
feature: 'Timeline view',
247247
available: [true, true],
248248
},
249+
{
250+
feature: 'Embed Album in other websites',
251+
available: [true, true],
252+
},
249253
{
250254
feature: 'Photo statistics per album',
251255
available: [false, true],
@@ -483,7 +487,6 @@ const metadata = {
483487
{
484488
feature: 'Import via Web UI',
485489
available: [true, true],
486-
isSoon: true,
487490
},
488491
{
489492
feature: 'Fast duplicate detection by filename/title',

src/pages/support.astro

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const metadata = {
4343
title="Statistics."
4444
stats={[
4545
{ title: 'Started', amount: '2018' },
46-
{ title: 'Devs', amount: '6' },
46+
{ title: 'Devs', amount: '4' },
4747
{ title: 'Lines of Code', amount: '84K' },
4848
]}
4949
/>
@@ -95,22 +95,6 @@ Processed 4742265 bytes, 4.742 megabytes (SI)
9595
},
9696
description: 'Main reviewer.',
9797
},
98-
{
99-
title: 'ppshobi (Shobi)',
100-
image: {
101-
src: 'https://avatars.githubusercontent.com/u/8536607?v=4',
102-
alt: 'ppshobi',
103-
},
104-
description: 'dev.',
105-
},
106-
{
107-
title: 'sancsin',
108-
image: {
109-
src: 'https://avatars.githubusercontent.com/u/75096844?v=4',
110-
alt: 'sancsin',
111-
},
112-
description: 'dev.',
113-
},
11498
{
11599
title: 'JasonMillward (Jason)',
116100
image: {
@@ -120,13 +104,21 @@ Processed 4742265 bytes, 4.742 megabytes (SI)
120104
description: 'reviewer.',
121105
},
122106
{
123-
title: 'RonnieTaz (Vicent Simon)',
107+
title: 'cdzombak (Chris Dzombak)',
124108
image: {
125-
src: 'https://avatars.githubusercontent.com/u/67832502?v=4',
126-
alt: 'RonnieTaz',
109+
src: 'https://avatars.githubusercontent.com/u/102904?v=4',
110+
alt: 'cdzombak',
127111
},
128-
description: 'reviewer.',
112+
description: 'dev.',
129113
},
114+
// {
115+
// title: 'RonnieTaz (Vicent Simon)',
116+
// image: {
117+
// src: 'https://avatars.githubusercontent.com/u/67832502?v=4',
118+
// alt: 'RonnieTaz',
119+
// },
120+
// description: 'reviewer.',
121+
// },
130122
]}
131123
/>
132124

@@ -307,6 +299,20 @@ Processed 4742265 bytes, 4.742 megabytes (SI)
307299
alt: 'bennetscience (Brian)',
308300
},
309301
},
302+
{
303+
title: 'ppshobi (Shobi)',
304+
image: {
305+
src: 'https://avatars.githubusercontent.com/u/8536607?v=4',
306+
alt: 'ppshobi',
307+
},
308+
},
309+
{
310+
title: 'sancsin',
311+
image: {
312+
src: 'https://avatars.githubusercontent.com/u/75096844?v=4',
313+
alt: 'sancsin',
314+
},
315+
},
310316
]}
311317
/>
312318

0 commit comments

Comments
 (0)