diff --git a/UPDATELOG.md b/UPDATELOG.md index 42dd94d5..32c23946 100644 --- a/UPDATELOG.md +++ b/UPDATELOG.md @@ -1,3 +1,22 @@ +## v1.5.9 + +### Features + +- 缓存代理组图标 +- 使用`boa_engine` 代替 `rquickjs` +- 支持 Linux armv7 + +### Bugs Fixes + +- Windows 首次安装无法点击 +- Windows 触摸屏无法拖动 +- 规则列表 `REJECT-DROP` 颜色 +- MacOS Dock 栏不显示图标 +- MacOS 自定义字体无效 +- 避免使用空 UA 拉取订阅 + +--- + ## v1.5.8 ### Features diff --git a/package.json b/package.json index 93a8c04a..c8c5c46b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "1.5.8", + "version": "1.5.9", "license": "GPL-3.0-only", "scripts": { "dev": "tauri dev", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 6a5a33fb..6613f89c 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -749,7 +749,7 @@ dependencies = [ [[package]] name = "clash-verge" -version = "1.5.8" +version = "1.5.9" dependencies = [ "anyhow", "auto-launch", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 78cc4942..c843fd41 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clash-verge" -version = "1.5.8" +version = "1.5.9" 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 507e1be8..896c20a9 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Clash Verge", - "version": "1.5.8" + "version": "1.5.9" }, "build": { "distDir": "../dist",