|
30 | 30 |
|
31 | 31 | ## Version 7 |
32 | 32 |
|
| 33 | +### v7.5.4 |
| 34 | + |
| 35 | +Released on Apr 8th, 2026 |
| 36 | + |
| 37 | +#### Vulnerability live check and fixes. |
| 38 | + |
| 39 | +As we are working on some new features, those take time. However we got report of a new vulnerability in the latest version of Lychee, |
| 40 | +and as it should we are providing a patch & fix for it. |
| 41 | + |
| 42 | +Lychee beeing currently audited by external security researchers, it is possible (though hopefully unlikely) that they find more issues in the future. |
| 43 | +As a consequence, in order to improve the security posture of our users, we are proud to be among the first open-source projects to implement a live check |
| 44 | +for advisories related to our project. When you log in, Lychee queries the GitHub security advisories and checks if any are applicable to your version. If there are, |
| 45 | +a modal will be displayed advising you to update your installation. |
| 46 | + |
| 47 | +This behavior is enabled by default but if you are running Lychee offline, you can disabled it by setting your environment variable `VULNERABILITY_CHECK_ENABLED` to `false`. |
| 48 | + |
| 49 | +* `new` #4263 : feat(032): Security Advisories Check by @ildyria |
| 50 | +* `fix` #4264 : Fix sharing a bit too much info by @ildyria |
| 51 | +* `fix` #4226 : Add disabling preloading check in FixTree console by @ildyria |
| 52 | +* `fix` #4231 : Fixing syntaxError: [sprintf] unexpected placeholder… by @TheBullRing |
| 53 | +* `fix` #4225 : Fix MySQL error 1390 (too many placeholders) in album/photo deletion path by @Copilot |
| 54 | +* `new` #4239 : Enhance German translation by @hyazinthh |
| 55 | +* `new` #4241 : Finalize German translation by @hyazinthh |
| 56 | +* `klo` #4251 : Trivy ignore update by @ildyria |
| 57 | +* `new` #4253 : Add turkish template by @ildyria |
| 58 | +* `fix` #4255 : Fix notifications by @hyazinthh |
| 59 | +* `fix` #4256 : Fix 'rename' string and make ellipses consistent for German by @hyazinthh |
| 60 | +* `klo` #4261 : Ignore CVE which does not apply to us by @ildyria |
| 61 | + |
| 62 | +#### New Contributors |
| 63 | + |
| 64 | +@TheBullRing made their first contribution in https://github.com/LycheeOrg/Lychee/pull/4231 |
| 65 | + |
| 66 | + |
33 | 67 | ### v7.5.3 |
34 | 68 |
|
35 | 69 | Released on Mar 23rd, 2026 |
|
0 commit comments