@@ -1,3 +1,28 @@
+## v1.7.4
+
+### Features
+- 展示局域网 IP 地址信息
+- 在设置页面直接复制环境变量
+- 优化服务模式安装逻辑
+### Performance
+- 优化切换订阅速度
+- 优化更改端口速度
+### Bugs Fixes
+- 调整 MacOS 托盘图标大小
+- Trojan URI 解析错误
+- 卡片拖动显示层级错误
+- 代理绕过格式检查错误
+- MacOS 下编辑器最大化失败
+- MacOS 服务安装失败
+- 更改窗口大小导致闪退的问题
+---
## v1.7.3
### Features
@@ -1,6 +1,6 @@
{
"name": "clash-verge",
- "version": "1.7.3",
+ "version": "1.7.4",
"license": "GPL-3.0-only",
"scripts": {
"dev": "tauri dev",
@@ -790,7 +790,7 @@ dependencies = [
[[package]]
name = "clash-verge"
-version = "1.7.3"
+version = "1.7.4"
dependencies = [
"anyhow",
"auto-launch",
[package]
description = "clash verge"
authors = ["zzzgydi", "wonfen", "MystiPanda"]
license = "GPL-3.0-only"
@@ -2,7 +2,7 @@
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"package": {
"productName": "Clash Verge",
- "version": "1.7.3"
+ "version": "1.7.4"
},
"build": {
"distDir": "../dist",