From f64c01044c6e324004a87a773944f04ad297fbea Mon Sep 17 00:00:00 2001 From: Tunglies <77394545+Tunglies@users.noreply.github.com> Date: Sun, 7 Sep 2025 12:06:01 +0800 Subject: [PATCH] feat: bump version to 2.4.3 and update changelog for macOS intel Mihomo compatibility --- UPDATELOG.md | 8 +++++++- package.json | 2 +- scripts/prebuild.mjs | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/UPDATELOG.md b/UPDATELOG.md index 14025a0e..ea872a7b 100644 --- a/UPDATELOG.md +++ b/UPDATELOG.md @@ -1,3 +1,9 @@ +## v2.4.3 + +### 🐞 修复问题 + +- macOS intel Mihomo 兼容性 + ## v2.4.2 ### ✨ 新增功能 @@ -7,7 +13,7 @@ ### 🚀 性能优化 - 优化前端首页加载速度 -- 优化前端未使用 i18n 文件缓存呢 +- 优化前端未使用 i18n 文件缓存 - 优化后端内存占用 - 优化后端启动速度 diff --git a/package.json b/package.json index 8ec0479c..38d05058 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "2.4.2", + "version": "2.4.3", "license": "GPL-3.0-only", "scripts": { "dev": "cross-env RUST_BACKTRACE=1 tauri dev -f verge-dev", diff --git a/scripts/prebuild.mjs b/scripts/prebuild.mjs index 8b1f383d..b4b686ee 100644 --- a/scripts/prebuild.mjs +++ b/scripts/prebuild.mjs @@ -64,7 +64,7 @@ const META_ALPHA_MAP = { "win32-x64": "mihomo-windows-amd64-v2", "win32-ia32": "mihomo-windows-386", "win32-arm64": "mihomo-windows-arm64", - "darwin-x64": "mihomo-darwin-amd64-v2", + "darwin-x64": "mihomo-darwin-amd64-v1", "darwin-arm64": "mihomo-darwin-arm64", "linux-x64": "mihomo-linux-amd64-v2", "linux-ia32": "mihomo-linux-386", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index a0675129..3f1a8ad1 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1089,7 +1089,7 @@ checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" [[package]] name = "clash-verge" -version = "2.4.2" +version = "2.4.3" dependencies = [ "aes-gcm", "anyhow", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 17e1346d..4d9ff06d 100755 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clash-verge" -version = "2.4.2" +version = "2.4.3" description = "clash verge" authors = ["zzzgydi", "Tunglies", "wonfen", "MystiPanda"] license = "GPL-3.0-only" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4cb552f6..d736e38c 100755 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,5 +1,5 @@ { - "version": "2.4.2", + "version": "2.4.3", "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "bundle": { "active": true,