v5.6.2

chaitin/SafeLinev5.6.2May 23, 2024by xbingW

AI Summary

This update focuses on UI improvements and fixes certificate application issues. It adds a confirmation dialog for unsaved rule edits and random password generation for authentication settings.

Key Highlights

  • One-click random password generation for auth settings
  • Confirmation dialog when closing unsaved custom rule editor
  • Fixes certificate application failures with spaces in domain names

New Features

  • Random password generation

Full Release Notes

### 优化
* 身份认证、控制台登录设置可以一键随机一个密码
* 添加/编辑自定义规则时,如果未保存直接关闭弹窗,会增加一个确认提醒([#761](https://github.com/chaitin/SafeLine/issues/761)))
* 修复申请免费证书时,域名中带空格或者输入多个域名时会申请失败的问题(报错 onflicting server name ... on 0.0.0.0:80 的问题)
* 修复申请证书和添加站点的时候,域名中带空格会报错 “域名不匹配” 的问题([#596](https://github.com/chaitin/SafeLine/issues/596)))
* 修复站点为观察模式时,也会拦截一些补充规则的问题
* 修复某些情况下免费证书无法续期的问题
* 优化一些 UI 交互细节