chore: update version to 2.4.4 in package.json, Cargo.toml, Cargo.lock, tauri.conf.json, and add new changelog section

This commit is contained in:
Tunglies 2025-11-08 19:16:51 +08:00
parent fa74e79f40
commit 9d874e5c6f
No known key found for this signature in database
GPG Key ID: B9B01B389469B3E8
5 changed files with 16 additions and 4 deletions

View File

@ -1,3 +1,15 @@
# v2.4.4
### 🐞 修复问题
<details>
<summary><strong> ✨ 新增功能 </strong></summary>
</details>
<details>
<summary><strong> 🚀 优化改进 </strong></summary>
</details>
## v2.4.3
**发行代号:澜**

View File

@ -1,6 +1,6 @@
{
"name": "clash-verge",
"version": "2.4.3",
"version": "2.4.4",
"license": "GPL-3.0-only",
"scripts": {
"prepare": "husky || true",

2
src-tauri/Cargo.lock generated
View File

@ -1095,7 +1095,7 @@ checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
[[package]]
name = "clash-verge"
version = "2.4.3"
version = "2.4.4"
dependencies = [
"aes-gcm",
"anyhow",

View File

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

View File

@ -1,5 +1,5 @@
{
"version": "2.4.3",
"version": "2.4.4",
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"bundle": {
"active": true,