Skip to content

Commit a78471b

Browse files
version 6.10.1 (#245)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 6dca2d4 commit a78471b

File tree

2 files changed

+52
-7
lines changed

2 files changed

+52
-7
lines changed

docs/releases.md

Lines changed: 49 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,47 @@
3030

3131
## Version 6
3232

33+
### v6.10.1
34+
35+
Released on Nov 15th, 2025
36+
37+
#### Fixes and dock full transparency option
38+
39+
This is a small patch that brings a few fixes and improvements.
40+
41+
#### Most notable changes
42+
43+
* `new` 3804 : Add option to hide photo action dock instead of transparency by @ildyria.
44+
* `fix` 3803 : Resolve vite build warning in embed folder by @cdzombak.
45+
* `fix` 3807 : Do not crash Diagnostics on php-intl missing by @ildyria.
46+
* `fix` 3805 : Fix delete not working in Dock by @ildyria.
47+
* `fix` 3808 : Fix search with Polish character by @ildyria.
48+
49+
**Full Changelog**: https://github.com/LycheeOrg/Lychee/compare/v6.10.0...v6.10.1
50+
51+
### v6.10.0
52+
53+
Released on Nov 10th, 2025
54+
55+
#### Embed support and checksum in diagnostics
56+
57+
This release brings one big new feature (hence the minor version bump), courtesy of @cdzombak: Javascript-based embed support.
58+
This allows you to embed your albums in websites with a small piece of code.
59+
You can access the functionality from each album views in the detail panel.
60+
61+
We also added a checksum check in the diagnostic page, allowing you to verify the integrity of your installation.
62+
The checksum are computed as a merkle tree on all important the files in the code base. Obviously, those do not include your photos etc.
63+
With this we hope to make it easier to verify that the version run by you is indeed the version you intended to run.
64+
65+
#### Most notable changes
66+
67+
* `new` #3778 : Add Javascript-based embed support by @cdzombak.
68+
* `new` #3775 : Add checksum to diagnostics by @ildyria.
69+
* `fix` #3786 : Fix some situations where clicks were ignored by @cdzombak.
70+
71+
**Full Changelog**: https://github.com/LycheeOrg/Lychee/compare/v6.9.4...v6.10.0
72+
73+
3374
### v6.9.4
3475

3576
Released on Oct 29th, 2025
@@ -42,7 +83,11 @@ More importantly, it fixes the migrations from any older versions so that you ar
4283
One of the notable change, is that we are now creating `.sigstore.json` files instead of `.asc` files when signing the releases.
4384
This means that you will need to update your verification process accordingly. Please check out our [Code Signing documentation](https://github.com/LycheeOrg/Lychee/blob/master/docs/Code-signing.md).
4485

45-
#### Our most notables changes are as follows
86+
#### Most notable changes
87+
88+
`SE` refers to functionalities that are aimed at the Supporter Edition.
89+
`klo` refers to *Keep the Light On*. In other words, basic software updates.
90+
4691

4792
* `fix` #3700 : Fix user group issues by @ildyria.
4893
* `klo` #3701 : Split test suite in hopes to speed things up. by @ildyria.
@@ -102,6 +147,8 @@ without further hardening your installation.
102147

103148
**We strongly recommend you use a subdomain instead (e.g. `photos.example.com`).**
104149

150+
#### Most notable changes
151+
105152
* `new` #3673 : Add documentation on how to add Oauth providers by @ildyria.
106153
> We added a small section in our repository to explain how to add Oauth providers.
107154
> This is not something that is visible to our users, but more of a developer/contributor documentation.
@@ -134,9 +181,7 @@ The parsing of the folders _etc_ will be fast, but the actual processing will al
134181
The execution of the command is no different than running `php artisan lychee:sync` from the command line.
135182

136183

137-
`SE` refers to functionalities that are aimed at the Supporter Edition.
138-
`klo` refers to *Keep the Light On*. In other words, basic software updates.
139-
184+
#### Most notable changes
140185

141186
* `new` #3647 : Add import from server via Web UI by @ildyria.
142187
> It's back!

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.9.4"
14-
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.9.4 is now available! »</a
13+
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.10.1"
14+
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.10.1 is now available! »</a
1515
>
1616
<!-- <a
17-
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.9.4"
17+
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.10.1"
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

0 commit comments

Comments
 (0)