Kaynağa Gözat

Update version to v2.1.0 and release notes

Updated the default tag version and release notes in the workflow.
jimsterino98 5 ay önce
ebeveyn
işleme
3f1d292e53
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 4 4
      .github/workflows/main.yml

+ 4 - 4
.github/workflows/main.yml

@@ -109,7 +109,7 @@ jobs:
         run: |
             LATEST_TAG=$(gh api repos/${{ github.repository }}/tags --jq '.[0].name' 2>/dev/null || echo "")
             if [ -z "$LATEST_TAG" ]; then
-              LATEST_TAG="v2.0.0-r0"
+              LATEST_TAG="v2.1.0-r0"
             fi
             
             NEW_TAG=$(echo "$LATEST_TAG" | awk -F'-r' '{suffix=$2; if (!suffix) suffix=0; suffix++; printf "%s-r%d", $1, suffix}')
@@ -133,10 +133,11 @@ jobs:
           Please ensure you have proper backups before installation.
 
           Features:
-          -> Wild KSU Manager Support, Also Compatible with KernelSU-Next Manager
-          -> SUSFS ඞ v2.0.0
+          -> Wild KSU v3.1.2
+          -> SUSFS ඞ v2.1.0
           -> SUSFS Inline hooks
           -> BBG: https://github.com/vc-teahouse/Baseband-guard
+          -> unicode fix
 
           🔹 BBG (Baseband-guard)
           - A lightweight LSM (Linux Security Module) for Android kernel
@@ -154,7 +155,6 @@ jobs:
       
           Managers:
           -> WKSU: https://github.com/WildKernels/Wild_KSU
-          -> Next: https://github.com/KernelSU-Next/KernelSU-Next
           EOF
 
       - name: Create GitHub Release