Fix module changelog: use raw markdown instead of HTML release page

KernelSU-Next and Magisk fetch the changelog URL and display it as text.
Pointing to the GitHub releases HTML page showed raw HTML tags.
Now points to a raw markdown file that renders correctly.
This commit is contained in:
okhsunrog 2026-04-14 03:30:04 +03:00
parent b68fc25b2c
commit 8030c2b7c7
10 changed files with 38 additions and 10 deletions

View file

@ -2,5 +2,5 @@
"version": "v0.5.1",
"versionCode": 501,
"zipUrl": "https://github.com/okhsunrog/vpnhide/releases/download/v0.5.1/vpnhide-kmod-android13-5.10.zip",
"changelog": "https://github.com/okhsunrog/vpnhide/releases/tag/v0.5.1"
"changelog": "https://raw.githubusercontent.com/okhsunrog/vpnhide/main/update-json/changelog.md"
}