Browse Source

Bump version; Update changelog

DarthSim 6 years ago
parent
commit
7f66f9ce12
2 changed files with 7 additions and 1 deletions
  1. 6 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 # Changelog
 
 
+# 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;
 - Fixed color management;

+ 1 - 1
main.go

@@ -11,7 +11,7 @@ import (
 	_ "net/http/pprof"
 	_ "net/http/pprof"
 )
 )
 
 
-const version = "2.2.7"
+const version = "2.2.8"
 
 
 type ctxKey string
 type ctxKey string