3030
3131## Version 5
3232
33+ ### v5.1.1
34+
35+ Released on Jan 22, 2024
36+
37+ #### Thank you @qwerty287
38+
39+ It is with great regret that we see one of our core contributors leave for personal reasons.
40+ Their critical mind was really appreciated and they will be sorely missed.
41+ We wish them success in all their future endeavors.
42+
43+ #### Import From Dropbox
44+
45+ This functionality is back, you will need to add your token and authorize your app on dropbox.
46+ See more here: https://www.dropbox.com/developers/saver
47+
48+ #### Redirection of legacy links
49+
50+ We now provide the possiblity to redirect when using old links such as ` https://lychee.test/#albumID/photoID ` .
51+ To enable this add ` LEGACY_V4_REDIRECT=true ` in your ` .env ` .
52+ Do note that this relies on a javascript hook and therefore page reload.
53+ If you did not share any links that way, leave as is. Default value is ` false ` .
54+
55+ #### Changes
56+
57+ * ` new ` #2210 : Diagnostics are now available when migrations are pending by @ildyria .
58+ * ` fixes ` #2215 : Fix import from Dropbox from Livewire side by @ildyria .
59+ * ` fixes ` #2211 : Fix upload on smart albums by @ildyria .
60+ * ` fixes ` #2219 : Fix search broken when hitting albums by @ildyria .
61+ * ` fixes ` #2117 : Add back Download and full size in photo view. by @ildyria .
62+ * ` new ` #2226 : Anonymize the paths in the diagnostics by @ildyria .
63+ * ` fixes ` #2173 : Fix title not being updated by @ildyria .
64+ * ` fixes ` #2176 : Add redirection for legacy links by @ildyria .
3365
3466### v5.1.0
3567
@@ -56,13 +88,13 @@ it is not possible to register directly via Oauth.
5688
5789#### Changes
5890
59- - ` fixes ` #2192 & #2195 : Load Thumb/Thumb2x as fail-over when Small does not exist by @ildyria
60- - ` new ` #2201 : Display owner names instead of Shared Albumns by @ildyria
61- - ` new ` #2199 : Add fallback on small2x for header if medium does not exists by @ildyria
62- - ` fixes ` #2042 : Improve token guard to not crash when provided with Basic Auth by @ildyria
63- - ` new ` #2200 : Improve diagnostics with count of thumbs that can be regenerated by @ildyria
64- - ` fixes ` #2203 : Fixes star/unstar on right click by @ildyria
65- - ` new ` #2190 : Oauth is now available by @ildyria
91+ - ` fixes ` #2192 & #2195 : Load Thumb/Thumb2x as fail-over when Small does not exist by @ildyria .
92+ - ` new ` #2201 : Display owner names instead of Shared Albumns by @ildyria .
93+ - ` new ` #2199 : Add fallback on small2x for header if medium does not exists by @ildyria .
94+ - ` fixes ` #2042 : Improve token guard to not crash when provided with Basic Auth by @ildyria .
95+ - ` new ` #2200 : Improve diagnostics with count of thumbs that can be regenerated by @ildyria .
96+ - ` fixes ` #2203 : Fixes star/unstar on right click by @ildyria .
97+ - ` new ` #2190 : Oauth is now available by @ildyria .
6698
6799### v5.0.3
68100
@@ -84,29 +116,29 @@ For example for `https://lychee.test/path/to/lychee`:
84116
85117#### Changes
86118
87- * ` fixes ` #2126 : Cover for upper level album cannot be set - error 500 by @ildyria
88- * ` new ` #2124 : Add clear error message when CSS is not loading by @ildyria
89- * ` fixes ` #2135 : Description should be desc for overlay by @ildyria
90- * ` new ` #2128 : Provide the ability to change the sorting of sub-album per album (Livewire only). by @ildyria
91- * ` fixes ` #2142 : Improved diagnostics with censored URLs by @ildyria
92- * ` fixes ` #2143 and #2157 : fix Russian about. by @ildyria
93- * ` fixes ` #2158 : Error displaying enlarged images when accessing a public album without being logged in by @ildyria
94- * ` fixes ` #2161 : Update Readme, add theme repository, optimize ImageMagick by @tinohager
95- * ` fixes ` #2147 : Fix custom.js not being loaded by @ildyria
96- * ` fixes ` #2166 : Fix uploading large number of images fails with 429 by @ildyria
97- * ` fixes ` #2171 : Remove text-neutral for easier configuration of themes by @ildyria
98- * ` new ` #2153 : Add compact view for albums by @ildyria
99- * ` fixes ` #2154 : Fix WebAuthn not working by @ildyria
100- * ` fixes ` #2172 : Fix QR code displaying wrong URL by @ildyria
101- * ` fixes ` #2137 : Fix livewire not working on directory folders by @ildyria
102- * ` new ` #2138 : Allow different aspect ratios for album thumbs (+ per album setting) by @ildyria
103- * ` fixes ` #2181 : Improved diagnostics by @ildyria
104- * ` fixes ` #2186 : Fix double f aperture in sidebar by @ildyria
105- * ` new ` #2179 : Add notify toast when updating user by @ildyria
106- * ` fixes ` #2164 : Fix errors on access rights by @ildyria
107- * ` fixes ` #2178 : Fix back button on unlock page. by @ildyria
108- * ` new ` #2185 : Add left-right for login button + add custom go Home button by @ildyria
109- * ` new ` #2182 : make APP_URL optional again by @ildyria
119+ * ` fixes ` #2126 : Cover for upper level album cannot be set - error 500 by @ildyria .
120+ * ` new ` #2124 : Add clear error message when CSS is not loading by @ildyria .
121+ * ` fixes ` #2135 : Description should be desc for overlay by @ildyria .
122+ * ` new ` #2128 : Provide the ability to change the sorting of sub-album per album (Livewire only). by @ildyria .
123+ * ` fixes ` #2142 : Improved diagnostics with censored URLs by @ildyria .
124+ * ` fixes ` #2143 and #2157 : fix Russian about. by @ildyria .
125+ * ` fixes ` #2158 : Error displaying enlarged images when accessing a public album without being logged in by @ildyria .
126+ * ` fixes ` #2161 : Update Readme, add theme repository, optimize ImageMagick by @tinohager .
127+ * ` fixes ` #2147 : Fix custom.js not being loaded by @ildyria .
128+ * ` fixes ` #2166 : Fix uploading large number of images fails with 429 by @ildyria .
129+ * ` fixes ` #2171 : Remove text-neutral for easier configuration of themes by @ildyria .
130+ * ` new ` #2153 : Add compact view for albums by @ildyria .
131+ * ` fixes ` #2154 : Fix WebAuthn not working by @ildyria .
132+ * ` fixes ` #2172 : Fix QR code displaying wrong URL by @ildyria .
133+ * ` fixes ` #2137 : Fix livewire not working on directory folders by @ildyria .
134+ * ` new ` #2138 : Allow different aspect ratios for album thumbs (+ per album setting) by @ildyria .
135+ * ` fixes ` #2181 : Improved diagnostics by @ildyria .
136+ * ` fixes ` #2186 : Fix double f aperture in sidebar by @ildyria .
137+ * ` new ` #2179 : Add notify toast when updating user by @ildyria .
138+ * ` fixes ` #2164 : Fix errors on access rights by @ildyria .
139+ * ` fixes ` #2178 : Fix back button on unlock page. by @ildyria .
140+ * ` new ` #2185 : Add left-right for login button + add custom go Home button by @ildyria .
141+ * ` new ` #2182 : make APP_URL optional again by @ildyria .
110142
111143### v5.0.2
112144
0 commit comments