release rc.7

This commit is contained in:
wonfen 2024-11-16 10:15:50 +08:00
parent c79a7a7f6f
commit 0eb776cdd3
3 changed files with 5 additions and 2 deletions

View File

@ -28,6 +28,7 @@
- 增加 Webdav 备份功能
- 添加统一延迟的设置开关
- 添加 Windows 下自动检测并下载 vc runtime 的功能
- 支持显示 mux 和 mptcp 的节点标识
### Performance
@ -49,6 +50,8 @@
- 修复某些特定配置文件载入失败的问题
- 修复 MacOS 下 tun 模式 fakeip 不生效的问题
- 修复 Linux 下 关闭 tun 模式文件报错的问题
- 修复快捷键设置的相关 bug
- 修复 Win 下点左键菜单闪现的问题Mac 下的操作逻辑相反,默认情况下不管点左/右键均会打开菜单,闪现不属于 bug
---

View File

@ -1,6 +1,6 @@
{
"name": "clash-verge",
"version": "2.0.0-rc.6",
"version": "2.0.0-rc.7",
"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.6",
"version": "2.0.0-rc.7",
"identifier": "io.github.clash-verge-rev.clash-verge-rev",
"plugins": {
"updater": {