release: rc.5

This commit is contained in:
wonfen 2024-10-30 13:08:37 +08:00
parent dce72a16f0
commit 17fc9cf0eb
3 changed files with 6 additions and 2 deletions

View File

@ -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 模式文件报错的问题
---

View File

@ -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",

View File

@ -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": {