|
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 | + |
| 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 | + |
| 51 | +* `new` #3647 : Add import from server via Web UI by @ildyria. |
| 52 | + > It's back! |
| 53 | +* `new` #3662 : Add more display option for subtitle on albums by @ildyria. |
| 54 | + > A minor change, we added the ability to display the number of photos/subalbum under the title on album thumbnails. |
| 55 | + > The option is available in the gallery settings page. |
| 56 | +* `klo` #3656 : Laravel 12 by @ildyria. |
| 57 | + > We updated the laravel framework to version 12. Nothing visible to the user, but just to keep things up to date. |
| 58 | +* `SE` #3663 : Renamer now supports empty replacement string by @ildyria. |
| 59 | +* `SE` #3665 : Improve feedback from zip upload by @ildyria. |
| 60 | + > When uploading zip files, the processing is very long without job queues, this results in 504 timeouts. We updated the |
| 61 | + > upload ui to display those long processing times. |
| 62 | +* `fix` #3659 : Fix tags migration (again) by @ildyria. |
| 63 | + > 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". |
| 64 | + > We normalized the ß into ss. |
| 65 | +* `fix` #3664 : Fix cleanup action not working on directories by @ildyria. |
| 66 | + > When running the clean up action in the maintenance page, it was not working on non-empty directories. |
| 67 | + > We now clean recursively, making sure that this works as intended. |
| 68 | +
|
| 69 | + |
33 | 70 | ### v6.9.0 |
34 | 71 |
|
35 | 72 | Released on Aug 27, 2025 |
@@ -102,10 +139,6 @@ From this page, you can rename, merge, and delete tags. It also provides an over |
102 | 139 |
|
103 | 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. |
104 | 141 |
|
105 | | -`SE` refers to functionalities that are aimed at the Supporter Edition. |
106 | | -`klo` refers to *Keep the Light On*. In other words, basic software updates. |
107 | | - |
108 | | - |
109 | 142 | * `new` #3545 : Implement pinned albums by @cdzombak. |
110 | 143 | > A simple yet effective way to highlight your albums. |
111 | 144 | * `new` #3610 : Allow customizing copyright text in footer by @cdzombak. |
|
0 commit comments