Release 1.5.9

This commit is contained in:
MystiPanda 2024-03-17 11:25:25 +08:00
parent ab6b796ce2
commit 372a45e667
No known key found for this signature in database
GPG Key ID: 47D0F0284DC57888
5 changed files with 23 additions and 4 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "clash-verge",
"version": "1.5.8",
"version": "1.5.9",
"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.8"
version = "1.5.9"
dependencies = [
"anyhow",
"auto-launch",

View File

@ -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"

View File

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