From c0eab33c564aee68388db1ff839a70744a576fe7 Mon Sep 17 00:00:00 2001 From: DarthSim Date: Tue, 7 Jan 2025 20:51:04 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16a7d2ff..1383e65a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ### Added - Add [IMGPROXY_SOURCE_URL_QUERY_SEPARATOR](https://docs.imgproxy.net/latest/configuration/options#IMGPROXY_SOURCE_URL_QUERY_SEPARATOR) config. +### Changed +- (pro) Improve image complexity calculation for best format selection. +- (pro) Use PNG quantization for very low-complexity images when the `best` format is used. + ### Fixed - (pro) Fix object detecttion accuracy.