Skip to content

Commit 16955d3

Browse files
committed
Neko-ray v1.1.15
1 parent a0c20c6 commit 16955d3

File tree

4 files changed

+27
-25
lines changed

4 files changed

+27
-25
lines changed

.github/workflows/release.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,19 @@ jobs:
6262
${{ github.workspace }}/app/build/outputs/apk/release/*x86.apk
6363
${{ github.workspace }}/app/build/outputs/apk/release/*x86_64.apk
6464
${{ github.workspace }}/app/build/outputs/apk/release/*universal.apk
65+
66+
- name: Generate Changelog
67+
uses: smichard/conventional_changelog@2.0.0
68+
with:
69+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70+
71+
- name: Set Git User Info
72+
run: |
73+
git config user.name 'GitHub Actions Bot'
74+
git config user.email 'actions@github.com'
75+
76+
- name: Commit Changelog
77+
run: |
78+
git add CHANGELOG.md
79+
git commit -m "docs: :robot: changelog file generated" || echo "No changes to commit"
80+
git push

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020
applicationId = "com.neko.v2ray"
2121
minSdk = 27
2222
targetSdk = 34
23-
versionCode = 231
24-
versionName = "1.1.11"
23+
versionCode = 235
24+
versionName = "1.1.15"
2525
multiDexEnabled = true
2626
vectorDrawables.useSupportLibrary = true
2727
splits {
Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog>
33
<release
4-
date="2024-09-02"
4+
date="2024-10-11"
55
summary="Neko Ray"
6-
version="v1.1.11"
7-
versioncode="2000231">
8-
<change>Core Update v1.8.24</change>
9-
<change>Remove dialog theme warning</change>
10-
<change>Move no internet dialog in Home to check update app</change>
11-
<change>Remove datausage, nettraffic, hide show banner (Like old style)</change>
12-
<change>Switch to old drawerlayot</change>
13-
<change>Add UDP noise</change>
14-
<change>Optimized elevation vpn status and fab</change>
6+
version="v1.1.15"
7+
versioncode="2000235">
8+
<change>:v</change>
159
</release>
1610
</changelog>

release.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
{
2-
"latestVersion": "1.1.11",
3-
"latestVersionCode": 1000231,
2+
"latestVersion": "1.1.15",
3+
"latestVersionCode": 1000235,
44
"url": "https://uwu-team.github.io/Neko-ray",
55
"releaseNotes": [
66
"",
7-
"𝒩ℯ𝓀ℴ 𝓋2𝓇𝒶𝓎𝒩𝒢 1.1.11",
8-
"𝗕𝘂𝗶𝗹𝗱 𝗗𝗮𝘁𝗲: 02 September 2024",
9-
"",
10-
"꒰📝~𝗖𝗵𝗮𝗻𝗴𝗲𝗹𝗼𝗴:~꒱ೄྀ࿐ˊˎ-",
11-
"• Core Update v1.8.24",
12-
"• Remove dialog theme warning",
13-
"• Move no internet dialog in Home to check update app",
14-
"• Remove datausage, nettraffic, hide show banner (Like old style)",
15-
"• Switch to old drawerlayot",
16-
"• Add UDP noise",
17-
"• Optimized elevation vpn status and fab"
7+
"𝒩ℯ𝓀ℴ 𝓋2𝓇𝒶𝓎𝒩𝒢 1.1.15",
8+
"𝗕𝘂𝗶𝗹𝗱 𝗗𝗮𝘁𝗲: 11 Oktober 2024",
9+
""
1810
]
1911
}

0 commit comments

Comments
 (0)