Skip to content

Commit a3c87f4

Browse files
committed
feat: release v3.1.0
1 parent 42b463e commit a3c87f4

File tree

4 files changed

+32
-1
lines changed

4 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
SAFELINE-CE CHANGELOG
22
===
33

4+
## [3.1.0] - 2023-08-25
5+
6+
### 新增
7+
8+
- 新增证书管理。自动判断域名与过期状态,配置站点时可以直接选择([#111](https://github.com/chaitin/SafeLine/issues/111)),还可以修改管理后台的证书([#201](https://github.com/chaitin/SafeLine/issues/201)
9+
- 新增系统信息
10+
11+
### 优化
12+
13+
- 修复站点详情全局只支持 250 个资源的问题。现在是每个站点各支持 250 个
14+
- 修复站点详情中,路径太长样式会错位的问题
15+
- 修复站点从维护切换成其他状态时,微信会缓存维护页面的问题([#221](https://github.com/chaitin/SafeLine/issues/221)
16+
- 修复手机和平板上不能输入动态口令的问题([#234](https://github.com/chaitin/SafeLine/issues/234)
17+
- 优化导航栏和若干 UI 交互细节
18+
419
## [3.0.1] - 2023-08-18
520

621
- 更新底层语义分析引擎,加强基础防护能力

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.0.1",
2+
"latest_version": "v3.1.0",
33
"rec_version": "v3.0.1"
44
}

website/docs/04-about/03-changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ title: "版本更新记录"
66

77
[版本升级方法](/docs/guide/upgrade)
88

9+
## [3.1.0] - 2023-08-25
10+
11+
### 新增
12+
13+
- 新增证书管理。自动判断域名与过期状态,配置站点时可以直接选择([#111](https://github.com/chaitin/SafeLine/issues/111)),还可以修改管理后台的证书([#201](https://github.com/chaitin/SafeLine/issues/201)
14+
![](/images/docs/about_changelog/mgt_cert.png)
15+
- 新增系统信息
16+
17+
### 优化
18+
19+
- 修复站点详情全局只支持 250 个资源的问题。现在是每个站点各支持 250 个
20+
- 修复站点详情中,路径太长样式会错位的问题
21+
- 修复站点从维护切换成其他状态时,微信会缓存维护页面的问题([#221](https://github.com/chaitin/SafeLine/issues/221)
22+
- 修复手机和平板上不能输入动态口令的问题([#234](https://github.com/chaitin/SafeLine/issues/234)
23+
- 优化导航栏和若干 UI 交互细节
24+
925
## [3.0.1] - 2023-08-18
1026

1127
- 更新底层语义分析引擎,加强基础防护能力
72.1 KB
Loading

0 commit comments

Comments
 (0)