|
30 | 30 |
|
31 | 31 | ## Version 6 |
32 | 32 |
|
| 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 | + |
33 | 68 | ### v6.9.2 |
34 | 69 |
|
35 | 70 | Released on Sep 19th, 2025 |
|
0 commit comments