Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 6.1.2 #164

Merged
merged 3 commits into from
Nov 28, 2024
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
17 changes: 17 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,23 @@

## Version 6

### v6.1.2

Released on Nov 27, 2024

#### Changes

* `fixes` #2745 : Avoid preventing rendering when albums is returning 401 by @ildyria.
> This bug was triggered by requiring login on root to access the gallery.
* `fixes` #2746 : Fix photo timeline when there are no borders by @ildyria.
> Bug introduced by the new timeline layout that was only affecting the photo layout when the absence of border was set in Lychee SE
* `new` #2749 : Create automated signed releases by @ildyria.
> We use [cosign](https://github.com/sigstore/cosign) to generate signed releases.
> The public key is available here: [lychee-cosign.pub](https://lycheeorg.github.io/lychee-cosign.pub).
* `fixes` #2753 : ListAlbum fix by @ildyria.
> When using extremely long albums names, the limiting of strings were getting negative length.
> This resulted in error 500 when fetching the list of target albums.

### v6.1.1

Released on Nov 26, 2024
Expand Down
4 changes: 4 additions & 0 deletions public/lychee-cosign.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE1cKN+/HKQHHPz36qlSucwQzTH1Rs
RFGk5QjzLn0C9DsjPZ6UjTDk6m5306Hj/GGFji33kh2GbcSqt+uZS56OYQ==
-----END PUBLIC KEY-----
4 changes: 2 additions & 2 deletions src/components/widgets/Announcement.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
>NEW</span
>
<a
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.1.1"
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.1.1 is now available! »</a
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.1.2"
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.1.2 is now available! »</a
>
<a
target="_blank"
Expand Down