fix(media): preserve GIF animation, skip JPEG optimization

- Skip JPEG optimization for image/gif content type (both local and URL)
- Preserves animation in uploaded GIFs to Discord/other providers
- Added tests for GIF preservation from local files and URLs
- Updated changelog
This commit is contained in:
Peter Steinberger
2026-01-02 00:55:52 +00:00
parent 4c2812b429
commit 76e24653e9
3 changed files with 79 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
## 2.0.0-beta5 — Unreleased
### Fixed
- Media: preserve GIF animation when uploading to Discord/other providers (skip JPEG optimization for image/gif).
### Breaking
- Skills config schema moved under `skills.*`:
- `skillsLoad.extraDirs``skills.load.extraDirs`