mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-12-22 02:41:28 +00:00
Fix 0.19.8 release notes (#448)
* Fix 0.19.8 release notes * Update 2024-12-12 - Lemmy Release v0.19.8.md
This commit is contained in:
parent
6b65cfb6d1
commit
1fd6c810c0
1 changed files with 2 additions and 1 deletions
|
@ -10,9 +10,10 @@ This release includes a few minor fixes and improvements. Merry Christmas Everyo
|
||||||
|
|
||||||
### Lemmy
|
### 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)
|
- [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)
|
- [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
|
### Lemmy-UI
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue