Skip to content

Commit

Permalink
update Module v3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
whalechoi committed Jun 2, 2024
1 parent f370181 commit 6f0f4cd
Show file tree
Hide file tree
Showing 17 changed files with 230 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ This module cause battery drain really quick.
GUI support?

> No plan.
> Please use [KernelSU](https://github.com/tiann/KernelSU).
Why not store config files in Internal Storage?

Expand Down
2 changes: 1 addition & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
GUI 支持?

> 没有计划
> 请使用 [KernelSU](https://github.com/tiann/KernelSU)
## 联系

Expand Down
15 changes: 10 additions & 5 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## Changelog
### Module
- use xrayhelper v1.3.3
- can choose overwrite config files or not
- use xrayhelper v1.3.4
- use xray4magisk-ksu-webui v0.0.1

### XrayHelper v1.3.3
- set iptables mark with xor mask to avoid change OEM mark
- color print for switch command
### XrayHelper v1.3.4
- vmess json Unmarshal str convert fix
- set subprocess group ID for common.External
- console based restful api for kernelsu webui
- some other shareurl changes

### xray4magisk-ksu-webui v0.0.1
- initial version
5 changes: 5 additions & 0 deletions customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,11 @@ installModule() {
unzip -j -o "${ZIPFILE}" 'xray4magisk_service.sh' -d /data/adb/service.d >&2
unzip -j -o "${ZIPFILE}" 'uninstall.sh' -d $MODPATH >&2

# Release KernelSU WebUI
ui_print "- Release KernelSU WebUI"
mkdir -p $MODPATH/webroot
unzip -o "${ZIPFILE}" 'webroot/*' -d $MODPATH >&2

# Set module files' permission
ui_print "- Set permission"
set_perm /data/adb/service.d/xray4magisk_service.sh 0 0 0755
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=xray4magisk
name=Xray4Magisk
version=Module v3.3.3, Helper v1.3.3
versionCode=20240515
version=Module v3.3.4, Helper v1.3.4
versionCode=20240602
author=Asterisk4Magisk
description=System Proxy
updateJson=https://raw.githubusercontent.com/Asterisk4Magisk/Xray4Magisk/master/update.json
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "Module v3.3.3",
"versionCode": 20240515,
"zipUrl": "https://github.com/Asterisk4Magisk/Xray4Magisk/releases/download/v3.3.3/Xray4Magisk-3.3.3.zip",
"version": "Module v3.3.4",
"versionCode": 20240602,
"zipUrl": "https://github.com/Asterisk4Magisk/Xray4Magisk/releases/download/v3.3.4/Xray4Magisk-3.3.4.zip",
"changelog": "https://raw.githubusercontent.com/Asterisk4Magisk/Xray4Magisk/master/changelog.md"
}
2 changes: 2 additions & 0 deletions webroot/assets/Dashboard-D0Ei4lh7.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6f0f4cd

Please sign in to comment.