|
| 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 | + |
1 | 33 | ## v1.5.2+ Revision 18 |
2 | 34 | ### WebUI |
3 | 35 | * Localization: |
|
0 commit comments