From b0af7cb22aa1a6246b82d75bee4da087cc0a658f Mon Sep 17 00:00:00 2001 From: DarthSim Date: Sat, 21 Sep 2024 17:38:43 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc110de3..2c303c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - (pro) Add [duotone](https://docs.imgproxy.net/latest/usage/processing#duotone) processing option. - (pro) Add `objw` [gravity](https://docs.imgproxy.net/latest/usage/processing#gravity) type. - (pro) Add an object pseudo-class `all` that can be used with the `obj` and `objw` [gravity](https://docs.imgproxy.net/latest/usage/processing#gravity) types to match all detected objects. +- (pro) Add [IMGPROXY_SMART_CROP_ADVANCED_MODE](https://docs.imgproxy.net/latest/configuration/options#IMGPROXY_SMART_CROP_ADVANCED_MODE) config. - (pro) Add [IMGPROXY_OBJECT_DETECTION_FALLBACK_TO_SMART_CROP](https://docs.imgproxy.net/latest/configuration/options#IMGPROXY_OBJECT_DETECTION_FALLBACK_TO_SMART_CROP) config. - (docker) Add a script for [building Linux packages](https://docs.imgproxy.net/latest/installation#building-linux-packages).