Skip to content

Commit

Permalink
Merge pull request #300 from dundunHa/main
Browse files Browse the repository at this point in the history
feat: release v3.3.0
  • Loading branch information
dundunHa authored Sep 7, 2023
2 parents 2edc7a0 + ddf2707 commit 6781fad
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 4 deletions.
23 changes: 20 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,31 @@
SAFELINE-CE CHANGELOG
===

### [3.2.0] - 2023-08-31
## [3.3.0] - 2023-09-07

#### 新增
### 新增

- 支持设置拦截页面附加说明([#192](https://github.com/chaitin/SafeLine/issues/192)
- 频率限制新增 “人机验证” 的限制方式([#226](https://github.com/chaitin/SafeLine/issues/226)

### 优化

- 当网站域名不匹配的时候,返回 “网站不存在” ,提示更清晰([#58](https://github.com/chaitin/SafeLine/issues/58)
- 修复 攻击事件->原始日志 的 “攻击地址” 中显示额外的转义符的问题
- 修复站点详情中 “今日总请求量” 和站点列表的 “今日访问量” 不一致的问题([#279](https://github.com/chaitin/SafeLine/issues/279)
- 频率限制后直接封禁的拦截状态码改为 429,和普通拦截 403 区分开,方便排查拦截原因
- 加强后台登录安全性(感谢微信交流 20 群「千年之狐」提供的建议)
- 优化安装/升级时 CPU ssse3 指令集的检查方式([#273](https://github.com/chaitin/SafeLine/issues/273)
- 优化界面样式交互,修复一些已知问题

## [3.2.0] - 2023-08-31

### 新增

- 证书管理支持上传 PKCS1、PKCS8、ECC 私钥格式的证书([#257](https://github.com/chaitin/SafeLine/issues/257)
- 站点详情新增近 30 天请求数,支持批量删除

#### 优化
### 优化

- 优化站点详情页面,提高加载速度、优化界面样式和逻辑
- 限频的生效阈值由 “超过 xx 次” 改为 “达到 xx 次”([#245](https://github.com/chaitin/SafeLine/issues/245)
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"latest_version": "v3.2.0",
"latest_version": "v3.3.0",
"rec_version": "v3.1.1"
}
19 changes: 19 additions & 0 deletions website/docs/05-about/00-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ title: "版本更新记录"

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

### [3.3.0] - 2023-09-07

#### 新增

- 支持设置拦截页面附加说明([#192](https://github.com/chaitin/SafeLine/issues/192)
![](/images/docs/about_changelog/forbidden_page_ext.png)
- 频率限制新增 “人机验证” 的限制方式([#226](https://github.com/chaitin/SafeLine/issues/226)
![](/images/docs/about_changelog/acl_page.png)

#### 优化

- 当网站域名不匹配的时候,返回 “网站不存在” ,提示更清晰([#58](https://github.com/chaitin/SafeLine/issues/58)
- 修复 攻击事件->原始日志 的 “攻击地址” 中显示额外的转义符的问题
- 修复站点详情中 “今日总请求量” 和站点列表的 “今日访问量” 不一致的问题([#279](https://github.com/chaitin/SafeLine/issues/279)
- 频率限制后直接封禁的拦截状态码改为 429,和普通拦截 403 区分开,方便排查拦截原因
- 加强后台登录安全性(感谢微信交流 20 群「千年之狐」提供的建议)
- 优化安装/升级时 CPU ssse3 指令集的检查方式([#273](https://github.com/chaitin/SafeLine/issues/273)
- 优化界面样式交互,修复一些已知问题

### [3.2.0] - 2023-08-31

#### 新增
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6781fad

Please sign in to comment.