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
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,15 +43,20 @@ Note that we strongly recommend you use job queues if you wish to import large n
43
43
The parsing of the folders _etc_ will be fast, but the actual processing will always take some time.
44
44
The execution of the command is no different than running `php artisan lychee:sync` from the command line.
45
45
46
+
47
+
`SE` refers to functionalities that are aimed at the Supporter Edition.
48
+
`klo` refers to *Keep the Light On*. In other words, basic software updates.
49
+
50
+
46
51
*`new`#3647 : Add import from server via Web UI by @ildyria.
47
52
> It's back!
48
53
*`new`#3662 : Add more display option for subtitle on albums by @ildyria.
49
54
> A minor change, we added the ability to display the number of photos/subalbum under the title on album thumbnails.
50
55
> The option is available in the gallery settings page.
51
56
*`klo`#3656 : Laravel 12 by @ildyria.
52
57
> We updated the laravel framework to version 12. Nothing visible to the user, but just to keep things up to date.
53
-
*`SE`#3663 : [SE]Renamer now supports empty replacement string by @ildyria.
54
-
*`SE`#3665 : [SE]Improve feedback from zip upload by @ildyria.
58
+
*`SE`#3663 : Renamer now supports empty replacement string by @ildyria.
59
+
*`SE`#3665 : Improve feedback from zip upload by @ildyria.
55
60
> When uploading zip files, the processing is very long without job queues, this results in 504 timeouts. We updated the
56
61
> upload ui to display those long processing times.
57
62
*`fix`#3659 : Fix tags migration (again) by @ildyria.
@@ -134,10 +139,6 @@ From this page, you can rename, merge, and delete tags. It also provides an over
134
139
135
140
Additionally, @cdzombak has been working on a few new features. It is now possible to pin albums, highlighting them for your users. This functionality is not limited to the albums in the root directory, but also works for albums in subdirectories, giving you shortcuts to your most important albums.
136
141
137
-
`SE` refers to functionalities that are aimed at the Supporter Edition.
138
-
`klo` refers to *Keep the Light On*. In other words, basic software updates.
139
-
140
-
141
142
*`new`#3545 : Implement pinned albums by @cdzombak.
142
143
> A simple yet effective way to highlight your albums.
143
144
*`new`#3610 : Allow customizing copyright text in footer by @cdzombak.
0 commit comments