Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Neko-ray v1.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
AnGgIt86 committed Oct 11, 2024
1 parent a0c20c6 commit 16955d3
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 25 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
14 changes: 4 additions & 10 deletions library/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release
date="2024-09-02"
date="2024-10-11"
summary="Neko Ray"
version="v1.1.11"
versioncode="2000231">
<change>Core Update v1.8.24</change>
<change>Remove dialog theme warning</change>
<change>Move no internet dialog in Home to check update app</change>
<change>Remove datausage, nettraffic, hide show banner (Like old style)</change>
<change>Switch to old drawerlayot</change>
<change>Add UDP noise</change>
<change>Optimized elevation vpn status and fab</change>
version="v1.1.15"
versioncode="2000235">
<change>:v</change>
</release>
</changelog>
18 changes: 5 additions & 13 deletions release.json
Original file line number Diff line number Diff line change
@@ -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",
""
]
}

0 comments on commit 16955d3

Please sign in to comment.