Skip to content

Commit e56bd4a

Browse files
committed
v1.5.2+ Revision 23
1 parent d7a2371 commit e56bd4a

3 files changed

Lines changed: 36 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,35 @@
1-
## v1.5.2+ Revision 22
2-
### These are minor changes to fix binary update to v1.5.10"
1+
## v1.5.2+ Revision 23
32
### WebUI
4-
* WebUI: use run function to convert susfs version to a decimal version
3+
* Add Danger Zone section
4+
* Send Logs
5+
* Export Config
6+
* Reset all settings
7+
* Implement Send Logs to SUSFS Developers
8+
* /sdcard/susfs_logs.tar.gz contains the following:
9+
1. All of the SUSFS stats and boot/dmesg logs (until boot-completed)
10+
2. Latest Dmesg Log of SUSFS
11+
3. Mountinfo and Maps of Zygote64
12+
4. Mountinfo of PID 1
13+
5. Dmesg Log of KSU
14+
* Implement Export Config (saved at /sdcard/susfs_settings.tar.gz)
15+
* Implement Reset all settings
16+
* Implement Custom SUS_MAP section
17+
* Redesign Stats Display
18+
* Add 'Edit With' button to use external text editor app on custom sus_path sus_path_loop sus_map sus_mount and try_umount section
19+
* Various responsive design fixes
20+
* Improved layout for smaller and bigger screens
21+
* Custom sus_path, sus_path loop, sus_map, sus_mount, and try_umount text box fields are slightly bigger
22+
* Add deprecated label for SUSFS Features that has been deprecated on newer versions
23+
* Fix susfs_version_decimal function
24+
* Localization:
25+
* Update Various translations (@mehu3dhokia, @luigimak, @Neebe3289)
26+
527
### Scripts
6-
* scripts/service: deprecate some futile props
28+
* scripts: Implement Custom SUS_MAP for late v1.5.12+
29+
* scripts: add susfs_reset.sh
30+
731
### [Binaries](https://github.com/sidex15/susfs4ksu-binaries)
8-
* binaries: update local binaries to v1.5.9
9-
* cloud-binaries: add v1.5.10 binaries to cloud (uses v1.5.9 binaries as the latest KSU Upstream is reverted)
32+
* cloud-binaries: add v1.5.11 and v1.5.12 binaries to cloud
33+
34+
### Note
35+
Use a rooted code editor of your choice if you use open with button because non-root apps don't have access

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-R22
4-
versionCode=105002022
3+
version=v1.5.2-R23
4+
versionCode=105002023
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-R22",
3-
"versionCode": 105002022,
2+
"version": "v1.5.2-R23",
3+
"versionCode": 105002023,
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)