3030
3131## Version 6
3232
33+ ### v6.2.0
34+
35+ Released on Dec 17, 2024
36+
37+ #### Fixes and new documentation
38+
39+ While this release is mainly focused on fixing bugs, we add back the live API documentation page.
40+ We implemented a type inference system that allows scramble to also support the Spatie Data objects.
41+
42+ #### Changes
43+
44+ ` klo ` refers to * Keep the Light On* . In other words, basic software updates.
45+ ` SE ` refers to functionalities that are aimed at the Supporter Edition.
46+
47+ * ` fixes ` #2757 : Change the plaintext-field to a password-field in AlbumUnlock by @Gendra13 .
48+ > Minor oversight, the password was displayed in clear text at input.
49+ * ` klo ` #2756 : Documentation stuff by @ildyria .
50+ * ` fixes ` #2759 : Fix error appearing when clicking on ` + ` menu in Smart albums by @ildyria .
51+ * ` new ` #2761 : Add password unlocking middleware by @ildyria .
52+ > The user can now directly provide a ?password=xxx in the URL to unlock the album.
53+ * ` fixes ` #2760 : Fix copy move selection by @ildyria .
54+ * ` new ` #2751 : Add Album loading progress spinner by @tinohager .
55+ > Quality of life improvement, the user now knows when the album is loading.
56+ * ` new ` #2785 : Close left menu when loading the gallery by @ildyria .
57+ > Remove one click when going back to the gallery.
58+ * ` new ` #2784 : Add configuration setting for number of albums per row in mobile view by @ildyria .
59+ > The admin can now set the number of albums per row in mobile view (width smaller than 640px).
60+ > Some users might prefer to have a single album per row.
61+ * ` fixes ` #2788 : Fix hidden gallery footer social icons by @pmrowla .
62+ * ` fixes ` #2766 : Fixes Justify layout by @ildyria .
63+ > Hopefully this removes the re-rendering when selecting pictures due to computational width changes.
64+ * ` new ` #2768 : Add page that allows to fix broken trees by @ildyria .
65+ > This is a now page which allows the admin to completely break their Lychee install.
66+ > We do not recommend you to use it. It is only for the most desperate cases.
67+ > Knowledge of Nested tree structure is required.
68+ * ` fixes ` #2805 : Small fixes for mobile view by @tinohager .
69+ * ` fixes ` #2806 : Code cleanup, resort imports by @tinohager .
70+ * ` new ` #2808 : Activate Focus on Input elements by @tinohager .
71+ * ` fixes ` #2810 : Fix disabling the copyright in footer not working as expected by @ildyria .
72+ > Configuration option was not applied properly on the front-end.
73+ * ` fixes ` #2811 : Improve instruction for using tags by @ildyria .
74+ > In version 4 and 5, tags were comma separated. In version 6, they are to be confirmed by pressing enter.
75+ > This behaviour was not properly documented.
76+ * ` new ` #2812 : API documentation improved and auto generated by @ildyria .
77+ > This is page is not directly advertised on the server, but available at ` /docs/api ` .
78+
3379### v6.1.2
3480
3581Released on Nov 27, 2024
@@ -73,9 +119,6 @@ We also thank @nanawel for adding the Authentik support to the Oauth provider.
73119
74120#### Changes
75121
76- ` klo ` refers to * Keep the Light On* . In other words, basic software updates.
77- ` SE ` refers to functionalities that are aimed at the Supporter Edition.
78-
79122* ` new ` #2629 : Get automated signed releases by @ildyria .
80123* ` fixes ` #2630 : Fix sub-albums sorting not being respected per album by @ildyria .
81124* ` new ` #2633 : Enable lazy loading for pictures past number 10 in an album by @ildyria .
@@ -106,7 +149,7 @@ We also thank @nanawel for adding the Authentik support to the Oauth provider.
106149* ` klo ` #2735 : Bump dependencies by @ildyria .
107150* ` new ` #2679 : Support more layouts + Timeline in albums/album by @ildyria .
108151* ` SE ` #2679 : Add Timeline granularity customization by @ildyria .
109- * ` new ` #2717 : Add copy to clipboard button in Diagnostics page. by @ildyria .
152+ * ` new ` #2717 : Add copy to clipboard button in Diagnostics page by @ildyria .
110153
111154
112155### v6.0.1
@@ -227,8 +270,8 @@ Released on Jun 26, 2024
227270
228271* ` fixes ` #2470 : Fix smart album not having visibilty option by @ildyria .
229272* ` new ` #2465 : Add some details for clockwork profiler to work by @ildyria .
230- * ` new ` #2468 : Allow to disable smart albums individually. by @ildyria .
231- * ` fixes ` #2474 : Fix filename: no more double extension on download. by @ildyria .
273+ * ` new ` #2468 : Allow to disable smart albums individually by @ildyria .
274+ * ` fixes ` #2474 : Fix filename: no more double extension on download by @ildyria .
232275* ` new ` #2475 : Add ability to create user on the fly on Oauth auth step by @ildyria .
233276 > This adds 3 settings:
234277 >
@@ -251,8 +294,8 @@ Released on Jun 17, 2024
251294#### Changes
252295
253296* ` klo ` #2460 : Composer update by @ildyria .
254- * ` fixes ` #2462 : Fix #2446 : Apostrophes are allowed in names. by @ildyria .
255- * ` new ` #2461 : Add login_required option so access is only after login in. by @ildyria .
297+ * ` fixes ` #2462 : Fix #2446 : Apostrophes are allowed in names by @ildyria .
298+ * ` new ` #2461 : Add login_required option so access is only after login in by @ildyria .
256299
257300
258301### v5.3.1
@@ -473,9 +516,9 @@ For example for `https://lychee.test/path/to/lychee`:
473516* ` fixes ` #2126 : Cover for upper level album cannot be set - error 500 by @ildyria .
474517* ` new ` #2124 : Add clear error message when CSS is not loading by @ildyria .
475518* ` fixes ` #2135 : Description should be desc for overlay by @ildyria .
476- * ` new ` #2128 : Provide the ability to change the sorting of sub-album per album (Livewire only). by @ildyria .
519+ * ` new ` #2128 : Provide the ability to change the sorting of sub-album per album (Livewire only) by @ildyria .
477520* ` fixes ` #2142 : Improved diagnostics with censored URLs by @ildyria .
478- * ` fixes ` #2143 and #2157 : fix Russian about. by @ildyria .
521+ * ` fixes ` #2143 and #2157 : fix Russian about by @ildyria .
479522* ` fixes ` #2158 : Error displaying enlarged images when accessing a public album without being logged in by @ildyria .
480523* ` fixes ` #2161 : Update Readme, add theme repository, optimize ImageMagick by @tinohager .
481524* ` fixes ` #2147 : Fix custom.js not being loaded by @ildyria .
@@ -490,7 +533,7 @@ For example for `https://lychee.test/path/to/lychee`:
490533* ` fixes ` #2186 : Fix double f aperture in sidebar by @ildyria .
491534* ` new ` #2179 : Add notify toast when updating user by @ildyria .
492535* ` fixes ` #2164 : Fix errors on access rights by @ildyria .
493- * ` fixes ` #2178 : Fix back button on unlock page. by @ildyria .
536+ * ` fixes ` #2178 : Fix back button on unlock page by @ildyria .
494537* ` new ` #2185 : Add left-right for login button + add custom go Home button by @ildyria .
495538* ` new ` #2182 : make APP_URL optional again by @ildyria .
496539
@@ -517,10 +560,10 @@ Released on Dec 27, 2023
517560
518561* ` fixes ` #2090 : Add back blurred album thumbs by @ildyria .
519562* ` fixes ` #2091 : Forgotten attribute of the canEdit function by @ildyria .
520- * ` fixes ` #2095 : Redirection not functioning on album creation. by @ildyria .
563+ * ` fixes ` #2095 : Redirection not functioning on album creation by @ildyria .
521564* ` new ` #2105 : Better diagnostics for APP_URL and LYCHEE_UPLOAD_URL by @ildyria .
522- * ` fixes ` #2108 : Fix unlock album component wrongly selected. by @ildyria .
523- * ` fixes ` #2096 : Remove U2F from left menu when user is not allowed to modify their account. by @ildyria .
565+ * ` fixes ` #2108 : Fix unlock album component wrongly selected by @ildyria .
566+ * ` fixes ` #2096 : Remove U2F from left menu when user is not allowed to modify their account by @ildyria .
524567* ` new ` #2110 : Force https at the boot level instead of in the route files by @ildyria .
525568* ` fixes ` #2112 : Remove path from query string via middleware by @mashb1t .
526569* ` new ` #2111 : More checks for potential upload bugs by @ildyria .
@@ -550,7 +593,7 @@ Those files are however provided in the release zip file.
550593* ` fixes ` #2041 : Delete existing user permissions associated by @ildyria .
551594* ` new ` #2066 : Add optimize database call by @ildyria .
552595* ` fixes ` #2069 : Adds missing space separator in Ghostbuster command advice by @HorlogeSkynet .
553- * ` new ` #2071 : Drops support for singular public photos in search. by @ildyria .
596+ * ` new ` #2071 : Drops support for singular public photos in search by @ildyria .
554597* ` new ` #2060 : Bye bye PHP 8.1, long live PHP 8.2 by @ildyria .
555598* ` new ` #2072 : Add configuration check between int and positive (>0) by @ildyria .
556599
@@ -628,7 +671,7 @@ Released on Sep 24, 2023
628671* ` fixes ` #2019 : Update composer (include breaking) by @qwerty287 .
629672* ` fixes ` #1948 #1993 : Fix complaint due to type casting by @ildyria .
630673* ` fixes ` #2025 : License as enum type by @ildyria .
631- * ` fixes ` #2026 : Minor refactoring in prevision for Livewire. by @ildyria .
674+ * ` fixes ` #2026 : Minor refactoring in prevision for Livewire by @ildyria .
632675
633676### v4.12.0
634677
@@ -640,7 +683,7 @@ Released on Sep 16, 2023
640683* ` fixes ` #2004 : Fix max/min_taken_at by @evoludolab .
641684* ` fixes ` #2007 : Fix missing left-right button on smart albums by @ildyria .
642685* ` new ` #2010 : Better diagnostics by @ildyria .
643- * ` new ` #2012 : Better support for future policies. by @ildyria .
686+ * ` new ` #2012 : Better support for future policies by @ildyria .
644687* ` new ` #2015 : Replace layout and overlay to proper Enum types by @ildyria .
645688
646689### v4.11.1
@@ -650,7 +693,7 @@ Released on Sep 3, 2023
650693#### Changes
651694
652695* ` fixes ` #1982 : How about we don't execute tests twice? by @ildyria .
653- * ` fixes ` #1981 : Minor fixes on List sharing permissions. by @ildyria .
696+ * ` fixes ` #1981 : Minor fixes on List sharing permissions by @ildyria .
654697* ` fixes ` #1990 : Fix complaints in Diagnostics when no migrations has been run by @ildyria .
655698* ` fixes ` #1751 : Add error thrown if APP_URL does not match current url by @ildyria .
656699* ` fixes ` #1991 : Fixes no log write access infinite loop by @ildyria .
0 commit comments