|
@@ -1,9 +1,13 @@
|
|
# Changelog
|
|
# Changelog
|
|
|
|
|
|
## [Unreleased]
|
|
## [Unreleased]
|
|
|
|
+# Add
|
|
- (pro) Add [monochrome](https://docs.imgproxy.net/latest/usage/processing#monochrome) processing option.
|
|
- (pro) Add [monochrome](https://docs.imgproxy.net/latest/usage/processing#monochrome) processing option.
|
|
- (pro) Add [duotone](https://docs.imgproxy.net/latest/usage/processing#duotone) processing option.
|
|
- (pro) Add [duotone](https://docs.imgproxy.net/latest/usage/processing#duotone) processing option.
|
|
|
|
|
|
|
|
+# Fix
|
|
|
|
+- Fix handling `#` symbols in `local://`, `s3://`, `gcs://`, `abs://`, and `swift://` URLs.
|
|
|
|
+
|
|
## [3.25.0] - 2024-07-08
|
|
## [3.25.0] - 2024-07-08
|
|
### Add
|
|
### Add
|
|
- Add [IMGPROXY_S3_ASSUME_ROLE_EXTERNAL_ID](https://docs.imgproxy.net/latest/configuration/options#IMGPROXY_S3_ASSUME_ROLE_EXTERNAL_ID) config.
|
|
- Add [IMGPROXY_S3_ASSUME_ROLE_EXTERNAL_ID](https://docs.imgproxy.net/latest/configuration/options#IMGPROXY_S3_ASSUME_ROLE_EXTERNAL_ID) config.
|
|
@@ -28,7 +32,7 @@
|
|
### Fix
|
|
### Fix
|
|
- Fix HEIC/AVIF dimension limit handling.
|
|
- Fix HEIC/AVIF dimension limit handling.
|
|
- Fix SVG detection when the root element has a namespace.
|
|
- Fix SVG detection when the root element has a namespace.
|
|
-- Fix treating percent-encoded symbols in `s3://`, `gcs://`, `abs://`, and `swift://` URLs.
|
|
|
|
|
|
+- Fix treating percent-encoded symbols in `local://`, `s3://`, `gcs://`, `abs://`, and `swift://` URLs.
|
|
- (pro) Fix style injection to SVG.
|
|
- (pro) Fix style injection to SVG.
|
|
- (pro) Fix video tiles generation when the video's SAR is not `1`.
|
|
- (pro) Fix video tiles generation when the video's SAR is not `1`.
|
|
|
|
|