1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-08 10:45:04 +02:00

Bump version; Update changelog

This commit is contained in:
DarthSim 2019-04-11 21:22:09 +06:00
parent 253eae70ab
commit 349199e887
2 changed files with 10 additions and 6 deletions

View File

@ -1,25 +1,29 @@
# Changelog
# v2.2.11
# v2.2.12
- Don't fail processing when embedded ICC profile is not compatible with the image
## v2.2.11
- Optimized ICC import when linear colorspace usage is disabled.
# v2.2.10
## v2.2.10
- Resizing images in linear colorspace is disabled by default. Can be enabled with `IMGPROXY_USE_LINEAR_COLORSPACE`;
- Add PNG quantization. Can be enabled with `IMGPROXY_PNG_QUANTIZE`. Palette size can be specified with `IMGPROXY_PNG_QUANTIZATION_COLORS`.
# v2.2.9
## v2.2.9
Fixed processing of images with embedded profiles that was broken in v2.2.8.
# v2.2.8
## v2.2.8
- Resize images in linear colorspace;
- Add `IMGPROXY_DISABLE_SHRINK_ON_LOAD` config to disable shring-on-load of JPEG and WebP;
- Remove orc from Docker image (causes segfaults in some cases).
# v2.2.7
## v2.2.7
- Fixed color management;
- Memory usage optimizations.

View File

@ -12,7 +12,7 @@ import (
_ "net/http/pprof"
)
const version = "2.2.11"
const version = "2.2.12"
type ctxKey string