1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-12 11:46:10 +02:00

Update changelog

This commit is contained in:
DarthSim 2022-06-10 18:18:25 +06:00
parent e1e2277a32
commit f99b7e0deb

View File

@ -3,6 +3,10 @@
## [Unreleased]
### Add
- Add `IMGPROXY_RETURN_ATTACHMENT` config and [return_attachment](https://docs.imgproxy.net/generating_the_url?return-attachment) processing option.
- Add SVG sanitization and `IMGPROXY_SANITIZE_SVG` config.
### Change
- Better animation detection.
### Fix
- Respond with 404 when file wasn't found in the local storage.