mirror of https://github.com/wulabing/Xray_onekey
1.1.0 版本更新结束
parent
12f0678591
commit
c121f914c3
|
@ -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 重启异常
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue