1.1.0 版本更新结束

pull/175/head^2
wulabing 2020-02-16 01:18:12 +08:00
parent 12f0678591
commit c121f914c3
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## 2020-2-16
1.1.0
* 修复 证书更新后未正确应用的问题
* 添加 旧配置文件保留
* 添加 安装流程 TLS 版本选择
* 变更 v2ray_qr_config_file位置
* 修复 v2ray daemon判断逻辑错误
* 添加 Nginx 冲突检测
## 2020-2-7
1.0.7
* 修复 自动更新证书 Nginx 重启异常

View File

@ -28,7 +28,7 @@ Error="${Red}[错误]${Font}"
# 版本
shell_version="1.1.0"
shell_mode="None"
github_branch="dev"
github_branch="master"
version_cmp="/tmp/version_cmp.tmp"
v2ray_conf_dir="/etc/v2ray"
nginx_conf_dir="/etc/nginx/conf/conf.d"