Skip to content

Commit a8d73ac

Browse files
committed
v1.5.2 Revision 9
1 parent 92c36eb commit a8d73ac

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## v1.5.2 Revision 9
2+
* **WebUI: Introduce Custom Settings page**
3+
This includes:
4+
* Hide custom ROM paths
5+
* Hide Gapps
6+
* Hide Revanced (Youtube/Youtube Music)
7+
* Spoof CMDLINE (Experimental)
8+
* Hide KSU Loops
9+
* Force Hide LSPosed Mounts
10+
* Custom SUS Paths
11+
* Custom SUS Mounts
12+
* WebUI: Add @backslashxx @rifsxd to credits page
13+
* WebUI: White Mode
14+
* Scripts: Complete rework to provide more customizability of sus_path and sus_mounts to WebUI (Big thanks to @backslashxx)
15+
* The settings are in /data/adb/susfs4ksu
16+
* Scripts: Improve logging for WebUI stats
17+
* If the stats don't show in WebUI it could be your logd are disabled or there is a low log buffer size in the kernel
18+
* If the WebUI Stats finds no susfs paths and mounts inside the main susfs.log, it will fall off to susfs1.log which logs for susfs paths/mounts executed from the boot scripts.
19+
* Implement dynamic install of ksu_susfs bins for gki and non-gki
20+
* Introduce Spoof CMDLINE (experimental)
21+
* Use auto susfs hide by default by removing susfs mounts in the script and sus_path.txt
22+
* Hide custom rom, gapps, cmdline, and force LSPosed are off by default
23+
124
## v1.5.2 Revision 8
225
* Introducing SUSFS WebUI 1.5.2
326
* SUS_PATH, SUS_MOUNT, and TRY_UMOUNT Stats

module.prop

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=susfs4ksu
22
name=SUSFS-FOR-KERNELSU
3-
version=v1.5.2-R8
4-
versionCode=10500208
3+
version=v1.5.2-R9
4+
versionCode=10500209
55
author=sidex15 & simonpunk
66
description=An addon root hiding service for KernelSU compiled with patched kernel source.
77
updateJson=https://raw.githubusercontent.com/sidex15/ksu_module_susfs/v1.5.2/update.json

update.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v1.5.2-R8",
3-
"versionCode": 10500208,
2+
"version": "v1.5.2-R9",
3+
"versionCode": 10500209,
44
"zipUrl": "https://github.com/sidex15/ksu_module_susfs/releases/latest/download/ksu_module_susfs_1.5.2.zip",
55
"changelog": "https://raw.githubusercontent.com/sidex15/ksu_module_susfs/v1.5.2/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)