From 6c7afd168a4faaf717dd50420d48cd1dfd3cac24 Mon Sep 17 00:00:00 2001 From: wonfen Date: Tue, 23 Apr 2024 14:25:09 +0800 Subject: [PATCH] Release 1.6.0 --- UPDATELOG.md | 36 ++++++++++++++++++++++++++++++++++++ package.json | 2 +- scripts/check.mjs | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 6 files changed, 41 insertions(+), 5 deletions(-) diff --git a/UPDATELOG.md b/UPDATELOG.md index 5a882850..4ebefff9 100644 --- a/UPDATELOG.md +++ b/UPDATELOG.md @@ -1,3 +1,39 @@ +## v1.6.0 + +### Features + +- Meta(mihomo)内核回退 1.18.1(当前新版内核 hy2 协议有 bug,等修复后更新) +- 多处界面细节调整 [#724](https://github.com/clash-verge-rev/clash-verge-rev/pull/724) [#799](https://github.com/clash-verge-rev/clash-verge-rev/pull/799) [#900](https://github.com/clash-verge-rev/clash-verge-rev/pull/900) [#901](https://github.com/clash-verge-rev/clash-verge-rev/pull/901) +- Linux 下新增服务模式 +- 新增订阅卡片右键可以打开机场首页 +- url-test 支持手动选择、节点组 fixed 节点使用角标展示 [#840](https://github.com/clash-verge-rev/clash-verge-rev/pull/840) +- Clash 配置、Merge 配置提供 JSON Schema 语法支持、连接界面调整 [#887](https://github.com/clash-verge-rev/clash-verge-rev/pull/887) +- 修改 Merge 配置文件默认内容 [#889](https://github.com/clash-verge-rev/clash-verge-rev/pull/889) +- 修改 tun 模式默认 mtu 为 1500,老版本升级,需在 tun 模式设置下“重置为默认值”。 +- 使用 npm 安装 meta-json-schema [#895](https://github.com/clash-verge-rev/clash-verge-rev/pull/895) +- 更新部分翻译 [#904](https://github.com/clash-verge-rev/clash-verge-rev/pull/904) +- 支持 ico 格式的任务栏图标 + +### Bugs Fixes + +- 修复 Linux KDE 环境下系统代理无法开启的问题 +- 修复延迟检测动画问题 +- 窗口最大化图标调整 [#816](https://github.com/clash-verge-rev/clash-verge-rev/pull/816) +- 修复 Windows 某些情况下无法安装服务模式 [#822](https://github.com/clash-verge-rev/clash-verge-rev/pull/822) +- UI 细节修复 [#821](https://github.com/clash-verge-rev/clash-verge-rev/pull/821) +- 修复使用默认编辑器打开配置文件 +- 修复内核文件在特定目录也可以更新的问题 [#857](https://github.com/clash-verge-rev/clash-verge-rev/pull/857) +- 修复服务模式的安装目录问题 +- 修复删除配置文件的“更新间隔”出现的问题 [#907](https://github.com/clash-verge-rev/clash-verge-rev/issues/907) + +### 已知问题(历史遗留问题,暂未找到有效解决方案) + +- MacOS M 芯片下服务模式无法安装;临时解决方案:在内核 ⚙️ 下,手动授权,再打开 tun 模式。 +- MacOS 下如果删除过网络配置,会导致无法正常打开系统代理;临时解决方案:使用浏览器代理插件或手动配置系统代理。 +- Window 拨号连接下无法正确识别并打开系统代理;临时解决方案:使用浏览器代理插件或使用 tun 模式。 + +--- + ## v1.5.11 ### Features diff --git a/package.json b/package.json index cc876d12..dd5bdbe4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "1.5.11", + "version": "1.6.0", "license": "GPL-3.0-only", "scripts": { "dev": "tauri dev", diff --git a/scripts/check.mjs b/scripts/check.mjs index cfc5851a..06b4e7c9 100644 --- a/scripts/check.mjs +++ b/scripts/check.mjs @@ -100,7 +100,7 @@ async function getLatestAlphaVersion() { /* ======= clash meta stable ======= */ const META_VERSION_URL = - "https://github.com/MetaCubeX/mihomo/releases/latest/download/version.txt"; + "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.1/version.txt"; const META_URL_PREFIX = `https://github.com/MetaCubeX/mihomo/releases/download`; let META_VERSION; diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index ddae4170..8507cc80 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -749,7 +749,7 @@ dependencies = [ [[package]] name = "clash-verge" -version = "1.5.11" +version = "1.6.0" dependencies = [ "anyhow", "auto-launch", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ff1d09e7..1111cf4c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clash-verge" -version = "1.5.11" +version = "1.6.0" 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 9bcd97e5..af5cb67d 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.5.11" + "version": "1.6.0" }, "build": { "distDir": "../dist",