fix: preserve PNG alpha fallback (#1491) (thanks @robbyczgw-cla)

This commit is contained in:
Peter Steinberger
2026-01-23 08:42:40 +00:00
parent e634791585
commit e817c0cee5
3 changed files with 115 additions and 34 deletions

View File

@@ -2,6 +2,11 @@
Docs: https://docs.clawd.bot
## 2026.1.23
### Fixes
- Media: preserve PNG alpha when possible; fall back to JPEG when still over size cap. (#1491) Thanks @robbyczgw-cla.
## 2026.1.22
### Changes