File tree Expand file tree Collapse file tree 3 files changed +28
-1
lines changed
Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 11SAFELINE-CE CHANGELOG
22===
33
4+ ## [ 3.10.0] - 2023-11-02
5+
6+ ### 新增
7+
8+ - 在证书管理创建证书时,支持直接粘贴证书与私钥内容([ #77 ] ( https://github.com/chaitin/SafeLine/issues/77 ) )
9+
10+ ### 优化
11+
12+ - 人机验证的客户端文件从 138k 减小到 78k,提高加载速度
13+ - 人机验证 cookie 改为 httpOnly 模式,避免在 JavaScript 运行时泄露
14+ - 人机验证防止简单绕过 ([ #405 ] ( https://github.com/chaitin/SafeLine/issues/405 ) )
15+ - 修复站点详情中,资源 “今日请求” 的总和大于站点 “今日请求总量” 的问题([ #410 ] ( https://github.com/chaitin/SafeLine/issues/410 ) )
16+
17+
418## [ 3.9.0] - 2023-10-26
519
620### 优化
Original file line number Diff line number Diff line change 11{
2- "latest_version" : " v3.9 .0" ,
2+ "latest_version" : " v3.10 .0" ,
33 "rec_version" : " v3.8.2"
44}
Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ title: "版本更新记录"
66
77[ 版本升级方法] ( /docs/guide/upgrade )
88
9+ ### [ 3.10.0] - 2023-11-02
10+
11+ #### 新增
12+
13+ - 在证书管理创建证书时,支持直接粘贴证书与私钥内容([ #77 ] ( https://github.com/chaitin/SafeLine/issues/77 ) )
14+
15+ #### 优化
16+
17+ - 人机验证的客户端文件从 138k 减小到 78k,提高加载速度
18+ - 人机验证 cookie 改为 httpOnly 模式,避免在 JavaScript 运行时泄露
19+ - 人机验证防止简单绕过 ([ #405 ] ( https://github.com/chaitin/SafeLine/issues/405 ) )
20+ - 修复站点详情中,资源 “今日请求” 的总和大于站点 “今日请求总量” 的问题([ #410 ] ( https://github.com/chaitin/SafeLine/issues/410 ) )
21+
922### [ 3.9.0] - 2023-10-26
1023
1124#### 优化
You can’t perform that action at this time.
0 commit comments