File tree Expand file tree Collapse file tree 3 files changed +35
-1
lines changed
Expand file tree Collapse file tree 3 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 11SAFELINE-CE CHANGELOG
22===
33
4+ ### [ 3.2.0] - 2023-08-31
5+
6+ #### 新增
7+
8+ - 证书管理支持上传 PKCS1、PKCS8、ECC 私钥格式的证书([ #257 ] ( https://github.com/chaitin/SafeLine/issues/257 ) )
9+ - 站点详情新增近 30 天请求数,支持批量删除
10+
11+ #### 优化
12+
13+ - 优化站点详情页面,提高加载速度、优化界面样式和逻辑
14+ - 限频的生效阈值由 “超过 xx 次” 改为 “达到 xx 次”([ #245 ] ( https://github.com/chaitin/SafeLine/issues/245 ) )
15+ - 修复频率限制所拦截的请求,没有被计入站点列表的 “今日访问/拦截量” 的问题
16+ - 修复证书管理的证书有时候无法正常删除的问题([ #268 ] ( https://github.com/chaitin/SafeLine/issues/268 ) )
17+ - 修复证书管理中,有时候一个证书内会解析出几个重复的域名的问题
18+ - 去掉对 docker 的 seccomp 特性的依赖([ #255 ] ( https://github.com/chaitin/SafeLine/issues/255 ) )
19+ - 优化大量界面样式、交互和操作提示细节
20+
421## [ 3.1.1] - 2023-08-28
522
623### 优化
Original file line number Diff line number Diff line change 11{
2- "latest_version" : " v3.1.1 " ,
2+ "latest_version" : " v3.2.0 " ,
33 "rec_version" : " v3.1.1"
44}
Original file line number Diff line number Diff line change @@ -6,6 +6,23 @@ title: "版本更新记录"
66
77[ 版本升级方法] ( /docs/guide/upgrade )
88
9+ ### [ 3.2.0] - 2023-08-31
10+
11+ #### 新增
12+
13+ - 证书管理支持上传 PKCS1、PKCS8、ECC 私钥格式的证书([ #257 ] ( https://github.com/chaitin/SafeLine/issues/257 ) )
14+ - 站点详情新增近 30 天请求数,支持批量删除
15+
16+ #### 优化
17+
18+ - 优化站点详情页面,提高加载速度、优化界面样式和逻辑
19+ - 限频的生效阈值由 “超过 xx 次” 改为 “达到 xx 次”([ #245 ] ( https://github.com/chaitin/SafeLine/issues/245 ) )
20+ - 修复频率限制所拦截的请求,没有被计入站点列表的 “今日访问/拦截量” 的问题
21+ - 修复证书管理的证书有时候无法正常删除的问题([ #268 ] ( https://github.com/chaitin/SafeLine/issues/268 ) )
22+ - 修复证书管理中,有时候一个证书内会解析出几个重复的域名的问题
23+ - 去掉对 docker 的 seccomp 特性的依赖([ #255 ] ( https://github.com/chaitin/SafeLine/issues/255 ) )
24+ - 优化大量界面样式、交互和操作提示细节
25+
926### [ 3.1.1] - 2023-08-28
1027
1128#### 优化
You can’t perform that action at this time.
0 commit comments