diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25228b43..b21e12e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: TAG_COMMIT=$(git rev-list -n 1 $TAG_REF) MAIN_COMMITS=$(git rev-list origin/main) - + if echo "$MAIN_COMMITS" | grep -q "$TAG_COMMIT"; then echo "✅ Tag $TAG_REF is from main branch" else @@ -224,8 +224,6 @@ jobs: args: --target ${{ matrix.target }} includeUpdaterJson: true - - release-for-linux-arm: name: Release Build for Linux ARM needs: [check_tag_version] @@ -521,7 +519,13 @@ jobs: notify-telegram: name: Notify Telegram runs-on: ubuntu-latest - needs: [update_tag, release-update, release-update-for-fixed-webview2, submit-to-winget] + needs: + [ + update_tag, + release-update, + release-update-for-fixed-webview2, + submit-to-winget, + ] steps: - name: Checkout repository uses: actions/checkout@v4 diff --git a/UPDATELOG.md b/UPDATELOG.md index 1e4dacbc..038ccbf5 100644 --- a/UPDATELOG.md +++ b/UPDATELOG.md @@ -1,3 +1,7 @@ +## v2.4.1 + +To Be Done + ## v2.4.0 **发行代号:融** diff --git a/package.json b/package.json index 7af821e5..6145dc17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "2.4.0", + "version": "2.4.1", "license": "GPL-3.0-only", "scripts": { "dev": "cross-env RUST_BACKTRACE=1 tauri dev -f verge-dev", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 915adac1..93db7783 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1093,7 +1093,7 @@ checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" [[package]] name = "clash-verge" -version = "2.4.0" +version = "2.4.1" dependencies = [ "aes-gcm", "anyhow", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5b385104..f5000600 100755 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clash-verge" -version = "2.4.0" +version = "2.4.1" description = "clash verge" authors = ["zzzgydi", "Tunglies", "wonfen", "MystiPanda"] license = "GPL-3.0-only" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f382c739..19e3f5f3 100755 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,5 +1,5 @@ { - "version": "2.4.0", + "version": "2.4.1", "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "bundle": { "active": true,