|
30 | 30 |
|
31 | 31 | ## Version 6 |
32 | 32 |
|
| 33 | +### v6.9.1 |
| 34 | + |
| 35 | +Released on Aug 31, 2025 |
| 36 | + |
| 37 | +#### Import from server is back! |
| 38 | + |
| 39 | +A small release which punch above its weight. The import from server feature is back in the Web UI. |
| 40 | +This feature was available in Lychee v4, and removed in v5 as it was not working as intended. |
| 41 | + |
| 42 | +Note that we strongly recommend you use job queues if you wish to import large number of photos. |
| 43 | +The parsing of the folders _etc_ will be fast, but the actual processing will always take some time. |
| 44 | +The execution of the command is no different than running `php artisan lychee:sync` from the command line. |
| 45 | + |
| 46 | +* `new` #3647 : Add import from server via Web UI by @ildyria. |
| 47 | + > It's back! |
| 48 | +* `new` #3662 : Add more display option for subtitle on albums by @ildyria. |
| 49 | + > A minor change, we added the ability to display the number of photos/subalbum under the title on album thumbnails. |
| 50 | + > The option is available in the gallery settings page. |
| 51 | +* `klo` #3656 : Laravel 12 by @ildyria. |
| 52 | + > 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. |
| 55 | + > When uploading zip files, the processing is very long without job queues, this results in 504 timeouts. We updated the |
| 56 | + > upload ui to display those long processing times. |
| 57 | +* `fix` #3659 : Fix tags migration (again) by @ildyria. |
| 58 | + > In German, "ß" was creating a conflict when migrating the tags. If you had for example a tag with "Straße", it would conflict with "Strasse". |
| 59 | + > We normalized the ß into ss. |
| 60 | +* `fix` #3664 : Fix cleanup action not working on directories by @ildyria. |
| 61 | + > When running the clean up action in the maintenance page, it was not working on non-empty directories. |
| 62 | + > We now clean recursively, making sure that this works as intended. |
| 63 | +
|
| 64 | + |
33 | 65 | ### v6.9.0 |
34 | 66 |
|
35 | 67 | Released on Aug 27, 2025 |
|
0 commit comments