From bd33728fd7f86d8bf82a35eda80a682d6dde7ff7 Mon Sep 17 00:00:00 2001 From: MystiPanda Date: Tue, 30 Apr 2024 23:25:45 +0800 Subject: [PATCH] Release 1.6.1 --- UPDATELOG.md | 17 +++++++++++++++++ package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- src/pages/logs.tsx | 13 +++---------- 6 files changed, 24 insertions(+), 14 deletions(-) diff --git a/UPDATELOG.md b/UPDATELOG.md index 4ebefff9..6015c7ff 100644 --- a/UPDATELOG.md +++ b/UPDATELOG.md @@ -1,3 +1,20 @@ +## v1.6.1 + +### Features + +- 鼠标悬浮显示当前订阅的名称 [#938](https://github.com/clash-verge-rev/clash-verge-rev/pull/938) +- 日志过滤支持正则表达式 [#959](https://github.com/clash-verge-rev/clash-verge-rev/pull/959) +- 更新 Clash 内核到 1.18.4 + +### Bugs Fixes + +- 修复 Linux KDE 环境下系统代理无法开启的问题 +- 窗口最大化图标调整 [#924](https://github.com/clash-verge-rev/clash-verge-rev/pull/924) +- 修改 MacOS 托盘点击行为(左键菜单,右键点击事件) +- 修复 MacOS 服务模式安装失败的问题 + +--- + ## v1.6.0 ### Features diff --git a/package.json b/package.json index d50031df..0d861a1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "1.6.0", + "version": "1.6.1", "license": "GPL-3.0-only", "scripts": { "dev": "tauri dev", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 64288033..11e53679 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -788,7 +788,7 @@ dependencies = [ [[package]] name = "clash-verge" -version = "1.6.0" +version = "1.6.1" dependencies = [ "anyhow", "auto-launch", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 1111cf4c..8273d63a 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clash-verge" -version = "1.6.0" +version = "1.6.1" 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 af5cb67d..ca097443 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.6.0" + "version": "1.6.1" }, "build": { "distDir": "../dist", diff --git a/src/pages/logs.tsx b/src/pages/logs.tsx index 42e78570..fcfcf642 100644 --- a/src/pages/logs.tsx +++ b/src/pages/logs.tsx @@ -110,7 +110,7 @@ const LogPage = () => { pt: 1, mb: 0.5, mx: "10px", - height: "48px", + height: "36px", display: "flex", alignItems: "center", }} @@ -135,16 +135,9 @@ const LogPage = () => { sx: { pr: 1 }, endAdornment: ( setUseRegexSearch(!useRegexSearch)} > .*