From 16955d3a2c464ac9ad767e1674603f48ffcd3629 Mon Sep 17 00:00:00 2001 From: AnGgIt86 Date: Fri, 11 Oct 2024 12:26:15 +0700 Subject: [PATCH] `Neko-ray v1.1.15` --- .github/workflows/release.yml | 16 ++++++++++++++++ app/build.gradle.kts | 4 ++-- library/src/main/res/xml/changelog.xml | 14 ++++---------- release.json | 18 +++++------------- 4 files changed, 27 insertions(+), 25 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84417678..83f39ac0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,3 +62,19 @@ jobs: ${{ github.workspace }}/app/build/outputs/apk/release/*x86.apk ${{ github.workspace }}/app/build/outputs/apk/release/*x86_64.apk ${{ github.workspace }}/app/build/outputs/apk/release/*universal.apk + + - name: Generate Changelog + uses: smichard/conventional_changelog@2.0.0 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + - name: Set Git User Info + run: | + git config user.name 'GitHub Actions Bot' + git config user.email 'actions@github.com' + + - name: Commit Changelog + run: | + git add CHANGELOG.md + git commit -m "docs: :robot: changelog file generated" || echo "No changes to commit" + git push diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e33bae8a..25a7f7cd 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -20,8 +20,8 @@ android { applicationId = "com.neko.v2ray" minSdk = 27 targetSdk = 34 - versionCode = 231 - versionName = "1.1.11" + versionCode = 235 + versionName = "1.1.15" multiDexEnabled = true vectorDrawables.useSupportLibrary = true splits { diff --git a/library/src/main/res/xml/changelog.xml b/library/src/main/res/xml/changelog.xml index dfb8d909..20e83528 100644 --- a/library/src/main/res/xml/changelog.xml +++ b/library/src/main/res/xml/changelog.xml @@ -1,16 +1,10 @@ - Core Update v1.8.24 - Remove dialog theme warning - Move no internet dialog in Home to check update app - Remove datausage, nettraffic, hide show banner (Like old style) - Switch to old drawerlayot - Add UDP noise - Optimized elevation vpn status and fab + version="v1.1.15" + versioncode="2000235"> + :v \ No newline at end of file diff --git a/release.json b/release.json index a1248f3e..34d0b46f 100644 --- a/release.json +++ b/release.json @@ -1,19 +1,11 @@ { - "latestVersion": "1.1.11", - "latestVersionCode": 1000231, + "latestVersion": "1.1.15", + "latestVersionCode": 1000235, "url": "https://uwu-team.github.io/Neko-ray", "releaseNotes": [ "", - "๐’ฉโ„ฏ๐“€โ„ด ๐“‹2๐“‡๐’ถ๐“Ž๐’ฉ๐’ข 1.1.11", - "๐—•๐˜‚๐—ถ๐—น๐—ฑ ๐——๐—ฎ๐˜๐—ฒ: 02 September 2024", - "", - "๊’ฐ๐Ÿ“~๐—–๐—ต๐—ฎ๐—ป๐—ด๐—ฒ๐—น๐—ผ๐—ด:~๊’ฑเณ„เพ€เฟหŠหŽ-", - "โ€ข Core Update v1.8.24", - "โ€ข Remove dialog theme warning", - "โ€ข Move no internet dialog in Home to check update app", - "โ€ข Remove datausage, nettraffic, hide show banner (Like old style)", - "โ€ข Switch to old drawerlayot", - "โ€ข Add UDP noise", - "โ€ข Optimized elevation vpn status and fab" + "๐’ฉโ„ฏ๐“€โ„ด ๐“‹2๐“‡๐’ถ๐“Ž๐’ฉ๐’ข 1.1.15", + "๐—•๐˜‚๐—ถ๐—น๐—ฑ ๐——๐—ฎ๐˜๐—ฒ: 11 Oktober 2024", + "" ] }