File tree Expand file tree Collapse file tree 5 files changed +40
-4
lines changed
static/images/docs/about_changelog Expand file tree Collapse file tree 5 files changed +40
-4
lines changed Original file line number Diff line number Diff line change 11SAFELINE-CE CHANGELOG
22===
33
4- ### [ 3.2 .0] - 2023-08-31
4+ ## [ 3.3 .0] - 2023-09-07
55
6- #### 新增
6+ ### 新增
7+
8+ - 支持设置拦截页面附加说明([ #192 ] ( https://github.com/chaitin/SafeLine/issues/192 ) )
9+ - 频率限制新增 “人机验证” 的限制方式([ #226 ] ( https://github.com/chaitin/SafeLine/issues/226 ) )
10+
11+ ### 优化
12+
13+ - 当网站域名不匹配的时候,返回 “网站不存在” ,提示更清晰([ #58 ] ( https://github.com/chaitin/SafeLine/issues/58 ) )
14+ - 修复 攻击事件->原始日志 的 “攻击地址” 中显示额外的转义符的问题
15+ - 修复站点详情中 “今日总请求量” 和站点列表的 “今日访问量” 不一致的问题([ #279 ] ( https://github.com/chaitin/SafeLine/issues/279 ) )
16+ - 频率限制后直接封禁的拦截状态码改为 429,和普通拦截 403 区分开,方便排查拦截原因
17+ - 加强后台登录安全性(感谢微信交流 20 群「千年之狐」提供的建议)
18+ - 优化安装/升级时 CPU ssse3 指令集的检查方式([ #273 ] ( https://github.com/chaitin/SafeLine/issues/273 ) )
19+ - 优化界面样式交互,修复一些已知问题
20+
21+ ## [ 3.2.0] - 2023-08-31
22+
23+ ### 新增
724
825- 证书管理支持上传 PKCS1、PKCS8、ECC 私钥格式的证书([ #257 ] ( https://github.com/chaitin/SafeLine/issues/257 ) )
926- 站点详情新增近 30 天请求数,支持批量删除
1027
11- #### 优化
28+ ### 优化
1229
1330- 优化站点详情页面,提高加载速度、优化界面样式和逻辑
1431- 限频的生效阈值由 “超过 xx 次” 改为 “达到 xx 次”([ #245 ] ( https://github.com/chaitin/SafeLine/issues/245 ) )
Original file line number Diff line number Diff line change 11{
2- "latest_version" : " v3.2 .0" ,
2+ "latest_version" : " v3.3 .0" ,
33 "rec_version" : " v3.1.1"
44}
Original file line number Diff line number Diff line change @@ -6,6 +6,25 @@ title: "版本更新记录"
66
77[ 版本升级方法] ( /docs/guide/upgrade )
88
9+ ### [ 3.3.0] - 2023-09-07
10+
11+ #### 新增
12+
13+ - 支持设置拦截页面附加说明([ #192 ] ( https://github.com/chaitin/SafeLine/issues/192 ) )
14+ ![ ] ( /images/docs/about_changelog/forbidden_page_ext.png )
15+ - 频率限制新增 “人机验证” 的限制方式([ #226 ] ( https://github.com/chaitin/SafeLine/issues/226 ) )
16+ ![ ] ( /images/docs/about_changelog/acl_page.png )
17+
18+ #### 优化
19+
20+ - 当网站域名不匹配的时候,返回 “网站不存在” ,提示更清晰([ #58 ] ( https://github.com/chaitin/SafeLine/issues/58 ) )
21+ - 修复 攻击事件->原始日志 的 “攻击地址” 中显示额外的转义符的问题
22+ - 修复站点详情中 “今日总请求量” 和站点列表的 “今日访问量” 不一致的问题([ #279 ] ( https://github.com/chaitin/SafeLine/issues/279 ) )
23+ - 频率限制后直接封禁的拦截状态码改为 429,和普通拦截 403 区分开,方便排查拦截原因
24+ - 加强后台登录安全性(感谢微信交流 20 群「千年之狐」提供的建议)
25+ - 优化安装/升级时 CPU ssse3 指令集的检查方式([ #273 ] ( https://github.com/chaitin/SafeLine/issues/273 ) )
26+ - 优化界面样式交互,修复一些已知问题
27+
928### [ 3.2.0] - 2023-08-31
1029
1130#### 新增
You can’t perform that action at this time.
0 commit comments