Skip to content

Commit 193a273

Browse files
committed
version 6.3.0
1 parent ac2d236 commit 193a273

File tree

2 files changed

+30
-9
lines changed

2 files changed

+30
-9
lines changed

docs/releases.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ We also recommend that you set in order to retain access to your logs if the red
108108
* `new` #2919 : Update README.md by @Espionage724.
109109
* `new` #2927 : Implements enhancement ideas in #2924 and #2925 and fixes #2925 by @sancsin.
110110
> #2924 : Video finishing before moving to next photo/video in slideshow mode
111-
> #2925: Next and Previous buttons hidden when in slideshow mode
111+
> #2925 : Next and Previous buttons hidden when in slideshow mode
112112
* `fixes` #2929 : Fix links from LycheeOrg.github.io to LycheeOrg.dev by @ildyria.
113113
* `klo` #2928 : Mark all legacy classes as final by @ildyria.
114114
* `klo` #2930 : Set up codeowners in simple way by @ildyria.
@@ -137,13 +137,28 @@ We also recommend that you set in order to retain access to your logs if the red
137137
* `klo` #2981 : Make sure that all v2 API routes are covered by the caching by @ildyria.
138138
* `fixes` #2982 : Fix landing page animations by @ildyria.
139139
* `fixes` #2990 : Fix broken build on ARM by @ildyria.
140+
* `fixes` #2994 : Fixes #2993 and #2992 by @sancsin.
141+
> #2992 : Photos in-between two selected photos are not selecting when using shift-select to select multiple photos.
142+
> #2993 : Albums in-between two selected albums are not selecting when using shift-select to select multiple albums in gallery view.
143+
* `new` #2890 : Frontend part of Duplicate Finder by @ildyria.
144+
* `new` #2889 : Backend part of Duplicate Finder by @ildyria.
145+
* `fixes` #2934 : Php 32bit - Zip-stream with version 2.1 instead of 3.1 by @ildyria.
146+
> This allows users of php with 32 bits to use the zip download feature.
147+
> Zip-Strean 3.1 only supports 64 bits systems, as a result we allow to use Zip-stream 2.4 or 3.1 depending of the architecture.
148+
> In such case, we advise 32 bits users to remove their `composer.lock` and do a `composer install` as the `composer.lock` is targetted at 64 bits builds.
149+
* `fixes` #2996 : Fix api doc not showing by @ildyria.
150+
> Api docs were broken for an obscure reason.
151+
* `new` #3001 : Feature: Authelia login support by @usmanatron.
152+
* `klo` #3003 : Update dependencies + fix CVE complaint from OSSF by @ildyria.
153+
* `klo` #3004 : Improve .env.example by @ildyria.
140154

141155
#### New Contributors
142156

143157
* @jphuguet made their first contribution in #2867.
144158
* @sancsin made their first contribution in #2879.
145159
* @Espionage724 made their first contribution in #2919.
146160
* @RustyPotato made their first contribution in #2977.
161+
* @usmanatron made their first contribution in #3001.
147162

148163
#### New Developer
149164

src/navigation.js

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,20 @@ export const footerData = {
4646
{ text: 'Join our discord', href: 'https://discord.gg/JMPvuRQcTf' },
4747
],
4848
},
49-
{
50-
title: 'Support Lychee',
51-
links: [
52-
{ text: 'Get Lychee <span class="text-sky-500">SE</span>', href: 'https://lycheeorg.dev/get-supporter-edition' },
53-
{ text: 'GitHub sponsor', href: 'https://github.com/sponsors/LycheeOrg' },
54-
{ text: 'Open Collective', href: 'https://opencollective.com/LycheeOrg' },
55-
],
56-
},
49+
{
50+
title: 'Support Lychee',
51+
links: [
52+
{ text: 'Get Lychee <span class="text-sky-500">SE</span>', href: 'https://lycheeorg.dev/get-supporter-edition' },
53+
{ text: 'GitHub sponsor', href: 'https://github.com/sponsors/LycheeOrg' },
54+
{ text: 'Open Collective', href: 'https://opencollective.com/LycheeOrg' },
55+
],
56+
},
57+
{
58+
title: 'Security',
59+
links: [
60+
{ text: 'Cosign key', href: getPermalink('lychee-cosign.pub') },
61+
]
62+
}
5763
],
5864
secondaryLinks: [
5965
{ text: 'License', href: getPermalink('/license') },

0 commit comments

Comments
 (0)