Release 1.5.8

This commit is contained in:
MystiPanda 2024-03-13 14:17:06 +08:00
parent b9e23a0b59
commit c11b8519f1
6 changed files with 19 additions and 5 deletions

View File

@ -1,3 +1,17 @@
## v1.5.8
### Features
- 优化 UI 细节
- Linux 绘制窗口圆角
- 开放 DevTools
### Bugs Fixes
- 修复 MacOS 下开启 Tun 内核崩溃的问题
---
## v1.5.7 ## v1.5.7
### Features ### Features

View File

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

2
src-tauri/Cargo.lock generated
View File

@ -598,7 +598,7 @@ dependencies = [
[[package]] [[package]]
name = "clash-verge" name = "clash-verge"
version = "1.5.7" version = "1.5.8"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"auto-launch", "auto-launch",

View File

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

View File

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

View File

@ -37,7 +37,7 @@
justify-content: center; justify-content: center;
align-items: flex-start; align-items: flex-start;
align-self: stretch; align-self: stretch;
border-bottom: 1px solid var(--divider-color); // border-bottom: 1px solid var(--divider-color);
// max-width: $maxLogo + 32px; // max-width: $maxLogo + 32px;
// max-height: $maxLogo; // max-height: $maxLogo;
// margin: 0 auto; // margin: 0 auto;