Skip to content

Commit 3012531

Browse files
committed
v1.5.2+ Revision 19
1 parent c5c26b5 commit 3012531

3 files changed

Lines changed: 36 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## v1.5.2+ Revision 19
2+
### WebUI
3+
* Introducing SuSFS Kernel Status
4+
* This will provide insights of what are the SUSFS Features are enabled to your kernel (Requires susfs v1.5.3 kernel and higher)
5+
* Introducing Custom ROM path hide levels slider
6+
* Provides 5 levels of custom rom path levels with description
7+
* Add Help Button in the Custom Settings
8+
* Localization:
9+
* Add German Language (@Vndkbopp77)
10+
* Add Polish Language (@ziomek3120)
11+
* Add Italian Language (@luigimak)
12+
* Add Japanese Language (@turbo-boo)
13+
* Add Traditional Chinese Language (@mattchengg)
14+
* Other Localization fixes
15+
* Separate Custom ROM settings to a new section
16+
* Rename Force Hide LSPosed Mounts to Force Hide Dex2oat Mounts
17+
### Scripts
18+
* scripts: boot-completed: implement custom rom path hide levels
19+
* Level 1: Exclude .apk, .jar, .odex, .vdex, .so, .rc, and /vendor/bin/hw/ files
20+
* Level 2: Exclude .apk, .jar, .odex, .vdex, .so, and /vendor/bin/hw/ files
21+
* Level 3: Exclude .apk, .jar, .odex, .vdex, and /vendor/bin/hw/ files
22+
* Level 4: Exclude .apk, .jar, and /vendor/bin/hw/ files
23+
* Level 5: Hide all custom rom paths (Most Aggressive. Risky and it could cause issues)
24+
* scripts: customize: fix susfsd installation
25+
* scripts: post-mount/boot-completed: Move custom sus_path execution to boot-completed.sh
26+
* scripts: boot-completed: check if those props exists in /proc/cmdline else use /proc/bootconfig in spoof cmdline/bootconfig
27+
* scripts: boot-completed: add notice to the user if there's a module tampering susfs settings without consent
28+
* scripts: service: Hide cloudphone detection (Thanks @ReeViiS69)
29+
* scripts: service: Hide adb prop by removing sys.usb.adb.disabled
30+
* scripts: service: comment out HMA-Related Props
31+
* You could enable it by removing the comments in `/data/adb/modules/susfs4ksu`
32+
133
## v1.5.2+ Revision 18
234
### WebUI
335
* Localization:

module.prop

Lines changed: 2 additions & 2 deletions
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-R18
4-
versionCode=105002018
3+
version=v1.5.2-R19
4+
versionCode=105002019
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v1.5.2-R18",
3-
"versionCode": 105002018,
2+
"version": "v1.5.2-R19",
3+
"versionCode": 105002019,
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)