This commit is contained in:
coolcoala
2025-07-17 21:16:41 +03:00
parent d884bd539b
commit 27bcc5f4f8
5 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
## v0.2.1
- added headers "announce-url", "update-always"
- added a check for the presence of a profile, if it already exists, an update will be performed
- fixed processing of links for displaying telegram icon on the main page
- added profile update button on the main page
## v0.2
- added handlers for "Announe", "Support-Url", "New-Sub-Domain", "Profile-Title" headers:

View File

@@ -1,6 +1,6 @@
{
"name": "clash-verge",
"version": "0.2.0",
"version": "0.2.1",
"license": "GPL-3.0-only",
"scripts": {
"dev": "cross-env RUST_BACKTRACE=1 tauri dev -f verge-dev",

2
src-tauri/Cargo.lock generated
View File

@@ -1061,7 +1061,7 @@ dependencies = [
[[package]]
name = "clash-verge"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"ab_glyph",
"aes-gcm",

View File

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

View File

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