release 2.0rc3

This commit is contained in:
wonfen 2024-10-24 12:52:20 +08:00
parent 4f954657a1
commit d7dd797494
3 changed files with 4 additions and 2 deletions

View File

@ -38,6 +38,8 @@
- 修复多个 Linux 下的 bug, Tun 模式在 Linux 下目前工作正常
- 修复 Linux wayland 下任务栏图标缺失的问题
- 移除多余退出变量和钩子
- 修复 MacOS 下 tray 菜单重启 app 失效的问题
- 修复某些特定配置文件载入失败的问题
---

View File

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