File tree Expand file tree Collapse file tree 2 files changed +21
-4
lines changed
Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 3030
3131## Version 6
3232
33+ ### v6.6.9
34+
35+ Released on Jun 17, 2025
36+
37+ #### Small fixes
38+
39+ This is a small release that fixes a few bugs that were reported by our users.
40+
41+ ` klo ` refers to * Keep the Light On* . In other words, basic software updates.
42+
43+ * ` fixes ` #3456 : Do not use metrics on smart albums by @ildyria .
44+ > Metrics require a valid album id. On smart albums, those ids do not match the usual pattern
45+ > and were returning a 422 error. We disabled the metrics on smart albums.
46+ * ` klo ` #3455 : Check Imagick version 7 in diagnostics by @ildyria .
47+ > Our diagnostics page was checking for Imagick version 6 only. We also now support version 7.
48+ * ` fixes ` #3461 : Set header from album edit by @ildyria .
49+ > This bug was introduced in version 6.6.6. We updated the validation to match the new photo-album relationship.
50+
51+
3352### v6.6.8
3453
3554Released on Jun 14, 2025
@@ -48,8 +67,6 @@ Released on Jun 13, 2025
4867
4968We received a few bug reports, so here are the fixes.
5069
51- ` klo ` refers to * Keep the Light On* . In other words, basic software updates.
52-
5370* ` fixes ` #3443 : Fix missing album (from) argument on download by @ildyria .
5471 > When trying to download a photo from the photo view, this was just triggering a 302 redirection.
5572* ` fixes ` #3445 : Fix preloading of relation missing on Tag albums by @ildyria .
Original file line number Diff line number Diff line change 1010 >NEW</span
1111 >
1212 <a
13- href =" https://github.com/LycheeOrg/Lychee/releases/tag/v6.6.8 "
14- class =" text-slate-200 hover:underline dark:text-slate-200 font-medium" >Lychee 6.6.8 is now available! »</a
13+ href =" https://github.com/LycheeOrg/Lychee/releases/tag/v6.6.9 "
14+ class =" text-slate-200 hover:underline dark:text-slate-200 font-medium" >Lychee 6.6.9 is now available! »</a
1515 >
1616 <a
1717 target =" _blank"
You can’t perform that action at this time.
0 commit comments