You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/releases.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ We also recommend that you set in order to retain access to your logs if the red
108
108
*`new`#2919 : Update README.md by @Espionage724.
109
109
*`new`#2927 : Implements enhancement ideas in #2924 and #2925 and fixes #2925 by @sancsin.
110
110
> #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
112
112
*`fixes`#2929 : Fix links from LycheeOrg.github.io to LycheeOrg.dev by @ildyria.
113
113
*`klo`#2928 : Mark all legacy classes as final by @ildyria.
114
114
*`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
137
137
*`klo`#2981 : Make sure that all v2 API routes are covered by the caching by @ildyria.
138
138
*`fixes`#2982 : Fix landing page animations by @ildyria.
139
139
*`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.
140
154
141
155
#### New Contributors
142
156
143
157
*@jphuguet made their first contribution in #2867.
144
158
*@sancsin made their first contribution in #2879.
145
159
*@Espionage724 made their first contribution in #2919.
146
160
*@RustyPotato made their first contribution in #2977.
161
+
*@usmanatron made their first contribution in #3001.
0 commit comments