File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed
Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 3030
3131## Version 6
3232
33+ ### v6.1.2
34+
35+ Released on Nov 27, 2024
36+
37+ #### Changes
38+
39+ * ` fixes ` #2745 : Avoid preventing rendering when albums is returning 401 by @ildyria .
40+ > This bug was triggered by requiring login on root to access the gallery.
41+ * ` fixes ` #2746 : Fix photo timeline when there are no borders by @ildyria .
42+ > Bug introduced by the new timeline layout that was only affecting the photo layout when the absence of border was set in Lychee SE
43+ * ` new ` #2749 : Create automated signed releases by @ildyria .
44+ > We use [ cosign] ( https://github.com/sigstore/cosign ) to generate signed releases.
45+ > The public key is available here: [ lychee-cosign.pub] ( https://lycheeorg.github.io/lychee-cosign.pub ) .
46+ * ` fixes ` #2753 : ListAlbum fix by @ildyria .
47+ > When using extremely long albums names, the limiting of strings were getting negative length.
48+ > This resulted in error 500 when fetching the list of target albums.
49+
3350### v6.1.1
3451
3552Released on Nov 26, 2024
Original file line number Diff line number Diff line change 1+ -----BEGIN PUBLIC KEY-----
2+ MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE1cKN+/HKQHHPz36qlSucwQzTH1Rs
3+ RFGk5QjzLn0C9DsjPZ6UjTDk6m5306Hj/GGFji33kh2GbcSqt+uZS56OYQ==
4+ -----END PUBLIC KEY-----
Original file line number Diff line number Diff line change 1010 >NEW</span
1111 >
1212 <a
13- href =" https://github.com/LycheeOrg/Lychee/releases/tag/v6.1.1 "
14- class =" text-slate-200 hover:underline dark:text-slate-200 font-medium" >Lychee 6.1.1 is now available! »</a
13+ href =" https://github.com/LycheeOrg/Lychee/releases/tag/v6.1.2 "
14+ class =" text-slate-200 hover:underline dark:text-slate-200 font-medium" >Lychee 6.1.2 is now available! »</a
1515 >
1616 <a
1717 target =" _blank"
You can’t perform that action at this time.
0 commit comments