瀏覽代碼

Bump version; Update changelog

DarthSim 6 年之前
父節點
當前提交
710032e522
共有 2 個文件被更改,包括 10 次插入3 次删除
  1. 9 2
      CHANGELOG.md
  2. 1 1
      main.go

+ 9 - 2
CHANGELOG.md

@@ -1,8 +1,15 @@
 # Changelog
 
-# v2.2.12
+## v2.2.13
 
-- Don't fail processing when embedded ICC profile is not compatible with the image
+- Better shrink-on-load;
+- Don't import common sRGB IEC61966-2.1 ICC profile unless linear colorspace is used;
+- Send `X-Reqiest-ID` header;
+- Don't fail on recursive preset usage, just ignore already used preset and log warning.
+
+## v2.2.12
+
+- Don't fail processing when embedded ICC profile is not compatible with the image.
 
 ## v2.2.11
 

+ 1 - 1
main.go

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