Skip to content

Commit cb80886

Browse files
committed
Version 6.9.4 - WIP
1 parent af9ad4d commit cb80886

File tree

2 files changed

+38
-3
lines changed

2 files changed

+38
-3
lines changed

docs/releases.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,41 @@
3030

3131
## Version 6
3232

33+
### v6.9.4
34+
35+
Released on Oct 29th, 2025
36+
37+
## What's Changed
38+
39+
* `fix` #3700 : Fix user group issues by @ildyria.
40+
* `klo` #3699 : Minor refactoring by @ildyria.
41+
* `klo` #3701 : Split test suite in hopes to speed things up. by @ildyria.
42+
* `klo` #3705 : Fix & speed up by @ildyria.
43+
* `klo` #3706 : Improve coverage with unit tests by @ildyria.
44+
* `fix` #3720 : fix user-groups addresses by @ildyria.
45+
* `klo` #3721 : Avoid property drilling by @ildyria.
46+
* `new` #3722 : Improve renamer with more rules by @ildyria.
47+
* `new` #3702 : Add Webshop backend by @ildyria.
48+
* `new` #3723 : Minor cosmetic changes to front-end by @ildyria.
49+
* `new` #3732 : Add listing of all orders by @ildyria.
50+
* `new` #3733 : Add photo / album dependant rules by @ildyria.
51+
* `fix` #3734 : Fix updating without having the user_groups by @ildyria.
52+
* `new` #3718 : Untagged Album: Add private untagged album by @PeterMMM.
53+
* `new` #3743 : Update job list ever 2 seconds & auto scroll by @ildyria.
54+
* `new` #3744 : Adds public but hidden album option by @adriy-be.
55+
* `fix` #3746 : Handle negative (= unlimited) `memory_limit` during computation of upload chunk size by @schuetzm.
56+
* `klo` #3754 : Speed up pre-commit hook by running one php-cs-fixer on all PHP files by @cdzombak.
57+
* `new` #3762 : Deduplicate top-level featured/pinned albums by @cdzombak.
58+
* `new` #3763 : Do not show anything related to webshop (yet) by @ildyria.
59+
* `new` #3773 : create sigstore.json instead of .asc by @ildyria.
60+
61+
## New Contributors
62+
* `new` #3718 : @PeterMMM made their first contribution.
63+
* `new` #3744 : @adriy-be made their first contribution.
64+
* `new` #3746 : @schuetzm made their first contribution.
65+
66+
**Full Changelog**: https://github.com/LycheeOrg/Lychee/compare/v6.9.2...v6.9.4
67+
3368
### v6.9.2
3469

3570
Released on Sep 19th, 2025

src/components/widgets/Announcement.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
>NEW</span
1111
>
1212
<a
13-
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.9.2"
14-
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.9.2 is now available! »</a
13+
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.9.4"
14+
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.9.4 is now available! »</a
1515
>
1616
<!-- <a
17-
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.9.2"
17+
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.9.4"
1818
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
1919
> -->
2020
<a

0 commit comments

Comments
 (0)