File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11SAFELINE-CE CHANGELOG
22===
33
4+ ## [ 2.1.0] - 2023-07-06
5+
6+ ### 新增
7+
8+ - 添加/编辑站点时,自动检查端口占用情况,避免保存后配置不生效
9+ - 支持自定义站点的 nginx conf,详情可见[ 官网文档] ( https://waf-ce.chaitin.cn/posts/faq_other#%E8%87%AA%E5%AE%9A%E4%B9%89%E7%AB%99%E7%82%B9-nginx-conf )
10+ - [ 站点列表支持按域名、端口或访问量进行排序] ( https://github.com/chaitin/safeline/issues/14 )
11+ - [ 绑定 TOTP 密钥时,支持直接复制密钥;登录时的 6 位动态密码输入框,支持粘贴] ( https://github.com/chaitin/safeline/issues/30 )
12+
13+ ### 优化
14+
15+ - [ 黑白名单和人机验证列表中,可以鼠标悬浮查看 “复合条件” 的具体内容] ( https://github.com/chaitin/safeline/issues/130 )
16+ - 修复人机验证列表中,“源 IP 不属于 IP 组” 的规则,IP 组名称显示成了 id 的问题
17+ - [ 优化人机验证启用/禁用交互] ( https://github.com/chaitin/safeline/issues/130 )
18+ - [ 优化描述文字] ( https://github.com/chaitin/safeline/issues/122 )
19+ - 优化一些界面 UI 交互、提示文字
20+ - 修复一些已知问题
21+
422## [ 2.0.1] - 2023-06-30
523
624- 调整了人机验证的策略,降低误拦的情况
Original file line number Diff line number Diff line change @@ -8,6 +8,24 @@ order: 3
88
99[ 版本升级方法] ( https://waf-ce.chaitin.cn/posts/guide_upgrade )
1010
11+ ## [ 2.1.0] - 2023-07-06
12+
13+ #### 新增
14+
15+ - 添加/编辑站点时,自动检查端口占用情况,避免保存后配置不生效
16+ - 支持自定义站点的 nginx conf,详情可见[ 官网文档] ( https://waf-ce.chaitin.cn/posts/faq_other#%E8%87%AA%E5%AE%9A%E4%B9%89%E7%AB%99%E7%82%B9-nginx-conf )
17+ - [ 站点列表支持按域名、端口或访问量进行排序] ( https://github.com/chaitin/safeline/issues/14 )
18+ - [ 绑定 TOTP 密钥时,支持直接复制密钥;登录时的 6 位动态密码输入框,支持粘贴] ( https://github.com/chaitin/safeline/issues/30 )
19+
20+ #### 优化
21+
22+ - [ 黑白名单和人机验证列表中,可以鼠标悬浮查看 “复合条件” 的具体内容] ( https://github.com/chaitin/safeline/issues/130 )
23+ - 修复人机验证列表中,“源 IP 不属于 IP 组” 的规则,IP 组名称显示成了 id 的问题
24+ - [ 优化人机验证启用/禁用交互] ( https://github.com/chaitin/safeline/issues/130 )
25+ - [ 优化描述文字] ( https://github.com/chaitin/safeline/issues/122 )
26+ - 优化一些界面 UI 交互、提示文字
27+ - 修复一些已知问题
28+
1129## [ 2.0.1] - 2023-06-30
1230
1331- 调整了人机验证的策略,降低误拦的情况
Original file line number Diff line number Diff line change 11{
2- "latest_version" : " v2.0.1 " ,
3- "rec_version" : " v2.0 .0"
2+ "latest_version" : " v2.1.0 " ,
3+ "rec_version" : " v2.1 .0"
44}
You can’t perform that action at this time.
0 commit comments