From db83030e8d07307eb6f660c706d4869962ec3f81 Mon Sep 17 00:00:00 2001 From: Nutomic Date: Fri, 13 Dec 2024 13:24:44 +0100 Subject: [PATCH] Fix 0.19.8 release notes --- src/assets/news/2024-12-12 - Lemmy Release v0.19.8.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/assets/news/2024-12-12 - Lemmy Release v0.19.8.md b/src/assets/news/2024-12-12 - Lemmy Release v0.19.8.md index 6121387..39d927a 100644 --- a/src/assets/news/2024-12-12 - Lemmy Release v0.19.8.md +++ b/src/assets/news/2024-12-12 - Lemmy Release v0.19.8.md @@ -10,9 +10,11 @@ This release includes a few minor fixes and improvements. Merry Christmas Everyo ### Lemmy +- [Fix post thumbnails by properly determining file type](https://github.com/LemmyNet/lemmy/pull/5225) - [Provide health endpoint for pictrs at `/pictrs/healthz`](https://github.com/LemmyNet/lemmy/pull/5224) - [Allow bypassing image proxy for specific domains](https://github.com/LemmyNet/lemmy/pull/5223) (can be configured via config value `pictrs.proxy_bypass_domains`, and `i.imgur.net` is bypassed by default) - [API returns content of removed comments for admins](https://github.com/LemmyNet/lemmy/pull/5245) +- [API returns content of removed comments for admins](https://github.com/LemmyNet/lemmy/pull/5245) + ### Lemmy-UI