Release 1.5.10

This commit is contained in:
MystiPanda 2024-03-21 13:47:39 +08:00
parent 1bd7795851
commit ab306d21f3
No known key found for this signature in database
GPG Key ID: 47D0F0284DC57888
5 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,19 @@
## 1.5.10
### Features
- 优化 Linux 托盘菜单显示
- 添加透明代理端口设置
- 删除订阅前确认
### Bugs Fixes
- 删除 MacOS 程序坞图标
- Windows 下 service 日志没有清理
- MacOS 无法开启系统代理
---
## v1.5.9
### Features

View File

@ -1,6 +1,6 @@
{
"name": "clash-verge",
"version": "1.5.9",
"version": "1.5.10",
"license": "GPL-3.0-only",
"scripts": {
"dev": "tauri dev",

2
src-tauri/Cargo.lock generated
View File

@ -749,7 +749,7 @@ dependencies = [
[[package]]
name = "clash-verge"
version = "1.5.9"
version = "1.5.10"
dependencies = [
"anyhow",
"auto-launch",

View File

@ -1,6 +1,6 @@
[package]
name = "clash-verge"
version = "1.5.9"
version = "1.5.10"
description = "clash verge"
authors = ["zzzgydi", "wonfen", "MystiPanda"]
license = "GPL-3.0-only"

View File

@ -1,7 +1,7 @@
{
"package": {
"productName": "Clash Verge",
"version": "1.5.9"
"version": "1.5.10"
},
"build": {
"distDir": "../dist",