Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 49 additions & 4 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,47 @@

## Version 6

### v6.10.1

Released on Nov 15th, 2025

#### Fixes and dock full transparency option

This is a small patch that brings a few fixes and improvements.

#### Most notable changes

* `new` 3804 : Add option to hide photo action dock instead of transparency by @ildyria.
* `fix` 3803 : Resolve vite build warning in embed folder by @cdzombak.
* `fix` 3807 : Do not crash Diagnostics on php-intl missing by @ildyria.
* `fix` 3805 : Fix delete not working in Dock by @ildyria.
* `fix` 3808 : Fix search with Polish character by @ildyria.

**Full Changelog**: https://github.com/LycheeOrg/Lychee/compare/v6.10.0...v6.10.1

### v6.10.0

Released on Nov 10th, 2025

#### Embed support and checksum in diagnostics

This release brings one big new feature (hence the minor version bump), courtesy of @cdzombak: Javascript-based embed support.
This allows you to embed your albums in websites with a small piece of code.
You can access the functionality from each album views in the detail panel.

We also added a checksum check in the diagnostic page, allowing you to verify the integrity of your installation.
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.
With this we hope to make it easier to verify that the version run by you is indeed the version you intended to run.

#### Most notable changes

* `new` #3778 : Add Javascript-based embed support by @cdzombak.
* `new` #3775 : Add checksum to diagnostics by @ildyria.
* `fix` #3786 : Fix some situations where clicks were ignored by @cdzombak.

**Full Changelog**: https://github.com/LycheeOrg/Lychee/compare/v6.9.4...v6.10.0


### v6.9.4

Released on Oct 29th, 2025
Expand All @@ -42,7 +83,11 @@ More importantly, it fixes the migrations from any older versions so that you ar
One of the notable change, is that we are now creating `.sigstore.json` files instead of `.asc` files when signing the releases.
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).

#### Our most notables changes are as follows
#### Most notable changes

`SE` refers to functionalities that are aimed at the Supporter Edition.
`klo` refers to *Keep the Light On*. In other words, basic software updates.


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

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

#### Most notable changes

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


`SE` refers to functionalities that are aimed at the Supporter Edition.
`klo` refers to *Keep the Light On*. In other words, basic software updates.

#### Most notable changes

* `new` #3647 : Add import from server via Web UI by @ildyria.
> It's back!
Expand Down
6 changes: 3 additions & 3 deletions src/components/widgets/Announcement.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
>NEW</span
>
<a
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.9.4"
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.9.4 is now available! »</a
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.10.1"
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.10.1 is now available! »</a
>
<!-- <a
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.9.4"
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.10.1"
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
> -->
<a
Expand Down