diff --git a/UPDATELOG.md b/UPDATELOG.md index 7b6598bd..2b48cae4 100644 --- a/UPDATELOG.md +++ b/UPDATELOG.md @@ -3,6 +3,7 @@ ### Notice - 由于更改了服务安装逻辑,Mac/Linux 首次安装需要输入 2 遍系统密码卸载和安装服务,以后可以丝滑使用 tun(虚拟网卡)模式 +- 因 Tauri 2.0 底层 bug,关闭窗口暂时修改为最小化功能 ### Breaking changes @@ -32,6 +33,8 @@ - 重构和优化 app_handle - 重构系统代理绕过逻辑 - 移除无用的 PID 创建逻辑 +- 优化系统 DNS 设置逻辑 +- 后端实现窗口控制 ### Bugs Fixes @@ -42,6 +45,7 @@ - 修复 MacOS 下 tray 菜单重启 app 失效的问题 - 修复某些特定配置文件载入失败的问题 - 修复 MacOS 下 tun 模式 fakeip 不生效的问题 +- 修复 Linux 下 关闭 tun 模式文件报错的问题 --- diff --git a/package.json b/package.json index f90cb4a5..f77c2bf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "2.0.0-rc.4", + "version": "2.0.0-rc.5", "license": "GPL-3.0-only", "scripts": { "dev": "cross-env RUST_BACKTRACE=1 tauri dev", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 8d8896f3..57907c81 100755 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -25,7 +25,7 @@ "devUrl": "http://localhost:3000/" }, "productName": "Clash Verge", - "version": "2.0.0-rc.4", + "version": "2.0.0-rc.5", "identifier": "io.github.clash-verge-rev.clash-verge-rev", "plugins": { "updater": {