DarthSim 5 年 前
コミット
a8fe8a2615
2 ファイル変更2 行追加1 行削除
  1. 1 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 1 - 0
CHANGELOG.md

@@ -3,6 +3,7 @@
 ## [Unreleased]
 ## [Unreleased]
 ### Added
 ### Added
 - `trim` processing option.
 - `trim` processing option.
+- `IMGPROXY_STRIP_METADATA` config.
 
 
 ### Fixed
 ### Fixed
 - Fixed focus point crop calculation.
 - Fixed focus point crop calculation.

+ 1 - 1
main.go

@@ -9,7 +9,7 @@ import (
 	"time"
 	"time"
 )
 )
 
 
-const version = "2.8.2"
+const version = "2.9.0"
 
 
 type ctxKey string
 type ctxKey string