diff --git a/CHANGELOG.md b/CHANGELOG.md index 0826b7a..ee85bd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v1.38.1 (22/02/2025) + +### What's Changed +* Remove preview image when bookmark is deleted by @sissbruecker in https://github.com/sissbruecker/linkding/pull/989 +* Try limit uwsgi memory usage by configuring file descriptor limit by @sissbruecker in https://github.com/sissbruecker/linkding/pull/990 +* Add note about OIDC and LD_SUPERUSER_NAME combination by @tebriel in https://github.com/sissbruecker/linkding/pull/992 +* Return web archive fallback URL from REST API by @sissbruecker in https://github.com/sissbruecker/linkding/pull/993 +* Fix auth proxy logout by @sissbruecker in https://github.com/sissbruecker/linkding/pull/994 + +### New Contributors +* @tebriel made their first contribution in https://github.com/sissbruecker/linkding/pull/992 + +**Full Changelog**: https://github.com/sissbruecker/linkding/compare/v1.38.0...v1.38.1 + +--- + ## v1.38.0 (09/02/2025) ### What's Changed