diff --git a/UPDATELOG.md b/UPDATELOG.md index ca03011..312860a 100644 --- a/UPDATELOG.md +++ b/UPDATELOG.md @@ -1,3 +1,12 @@ +## v1.7.7 + +### Bugs Fixes + +- 修复导入订阅没有自动重载(不显示节点)的问题 +- 英语状态下修复 Windows 工具栏提示文本超过限制的问题 + +--- + ## v1.7.6 ### Notice diff --git a/package.json b/package.json index 9776f62..6f8ba93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "1.7.6", + "version": "1.7.7", "license": "GPL-3.0-only", "scripts": { "dev": "tauri dev", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index bccce15..062fb64 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -790,7 +790,7 @@ dependencies = [ [[package]] name = "clash-verge" -version = "1.7.6" +version = "1.7.7" dependencies = [ "anyhow", "auto-launch", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index b91bb90..a66a2da 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clash-verge" -version = "1.7.6" +version = "1.7.7" description = "clash verge" authors = ["zzzgydi", "wonfen", "MystiPanda"] license = "GPL-3.0-only" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index cea474c..7f6a2a3 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -2,7 +2,7 @@ "$schema": "../node_modules/@tauri-apps/cli/schema.json", "package": { "productName": "Clash Verge", - "version": "1.7.6" + "version": "1.7.7" }, "build": { "distDir": "../dist",