release: 1.4.2, tweak UI, fix emoji on mac

This commit is contained in:
wonfen
2023-12-03 14:01:53 +08:00
parent 225b829c1a
commit b10c1d5006
14 changed files with 69 additions and 48 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "clash-verge"
version = "1.4.1"
version = "1.4.2"
description = "clash verge"
authors = ["zzzgydi"]
license = "GPL-3.0"
@@ -37,7 +37,7 @@ parking_lot = "0.12"
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
reqwest = { version = "0.11", features = ["json", "rustls-tls"] }
tauri = { version = "1.5", features = [ "clipboard-all", "global-shortcut-all", "process-all", "shell-all", "system-tray", "updater", "window-all"] }
tauri = { version = "1.5", features = ["clipboard-all", "global-shortcut-all", "process-all", "shell-all", "system-tray", "updater", "window-all"] }
window-vibrancy = { version = "0.4.3" }
window-shadows = { version = "0.2" }