Skip to content

Commit abd8ad7

Browse files
committed
feat: release v3.10.0
1 parent 21a30a0 commit abd8ad7

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
SAFELINE-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
### 优化

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"latest_version": "v3.9.0",
2+
"latest_version": "v3.10.0",
33
"rec_version": "v3.8.2"
44
}

website/docs/05-about/00-changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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
#### 优化

0 commit comments

Comments
 (0)