Skip to content

Commit 4316a27

Browse files
authored
version 6.9.1 (#235)
1 parent 0b9fc98 commit 4316a27

File tree

2 files changed

+43
-10
lines changed

2 files changed

+43
-10
lines changed

docs/releases.md

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,43 @@
3030

3131
## Version 6
3232

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+
3370
### v6.9.0
3471

3572
Released on Aug 27, 2025
@@ -102,10 +139,6 @@ From this page, you can rename, merge, and delete tags. It also provides an over
102139

103140
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.
104141

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-
109142
* `new` #3545 : Implement pinned albums by @cdzombak.
110143
> A simple yet effective way to highlight your albums.
111144
* `new` #3610 : Allow customizing copyright text in footer by @cdzombak.

src/components/widgets/Announcement.astro

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
class="text-slate-200 dark:bg-sky-700 bg-sky-600 dark:text-slate-200 font-semibold px-1 py-0.5 text-xs mr-0.5 rtl:mr-0 rtl:ml-0.5 inline-block"
1010
>NEW</span
1111
>
12-
<!-- <a
13-
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.6.11"
14-
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.6.14 is now available! »</a
15-
> -->
1612
<a
17-
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.9.0"
18-
class="text-slate-200 hover:underline dark:text-slate-200 font-medium"><span class="text-red-500 font-bold">CVSS 7.5 in Lychee [6.6.6 to 6.6.9], update as soon as possible!</span> Lychee v6.9.0 is now available! »</a
13+
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.9.1"
14+
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.9.1 is now available! »</a
1915
>
16+
<!-- <a
17+
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.9.1"
18+
class="text-slate-200 hover:underline dark:text-slate-200 font-medium"><span class="text-red-500 font-bold">CVSS 7.5 in Lychee [6.6.6 to 6.6.9], update as soon as possible!</span> Lychee v6.9.1 is now available! »</a
19+
> -->
2020
<a
2121
target="_blank"
2222
rel="noopener"

0 commit comments

Comments
 (0)