Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 3ced6c5

Browse files
backslashxxKOWX712bryanyee33Rem01Gaming
committed
bindhosts 180
bindhosts 180 $ git log --pretty=format:%s v1.7.9..HEAD --reverse webui: fix overflow element scripts/bindhosts: add termux path onto PATH scripts/bindhosts: restore old hosts file if empty webui: change toggle position scripts/bindhosts: speedup sort scripts/bindhosts: sed out, not grep out scripts/bindhosts: sed-ify dos2unix scripts/bindhosts: remove --parallel option scripts/bindhosts: prioritize coreutils on termux' PATH scripts/customize: alert user on another bad_module scripts/action: drop abstraction layer scripts/action: adapt to MMRL action environment scripts/action: printout script exec time documentation/sources: add Rem01Gaming's blocklist scripts/action: simplify magisk_webui_redirect logic workflows: exclude documentation changes from workflow trigger scripts/bindhosts: shorthand config file creation scripts/bindhosts: simplify checksum generation Documentation/sources: update bebasid description scripts/bindhosts: better regex for multiple spaces scripts/bindhosts: simplify enable_cron scripts/customize: create bindhosts symlink in manager PATH scripts/uninstall: remove symlink at uninstall scripts/bindhosts: add disable cron scripts/bindhosts: add basic help This release fixes webui overflow and changes toggle position, multiple optimizations on the backend, adds bindhosts in $PATH (KSU/APatch), makes cronjobs safer, exposes cronjobs to the end user (via shell). Non-user facing updates are workflow optimizations and documentation changes. Signed-off-by: backslashxx <118538522+backslashxx@users.noreply.github.com> Co-Authored-By: KOWX712 <185127155+KOWX712@users.noreply.github.com> Co-Authored-By: bryanyee33 <bryanyee33@gmail.com> Co-Authored-By: Rem01Gaming <Rem01_Gaming@proton.me>
1 parent e1a009b commit 3ced6c5

File tree

4 files changed

+18
-14
lines changed

4 files changed

+18
-14
lines changed

CHANGELOG.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,16 @@ Systemless hosts for Apatch, KernelSU and Magisk
44
---
55

66
# Changelog
7+
### 1.8.0
8+
- scripts/bindhosts: add bindhosts onto $PATH (APatch / KernelSU)
9+
- scripts/action: add exec time stat
10+
- scripts/bindhosts: backend optimizations, lots of it
11+
- webui: change toggle position
12+
- webui: fix element overflow
13+
714
### 1.7.9
815
- module: action webui redirect
916
- module: emoji updates
1017
- scripts/action: wrapperrize
1118
- scripts: toybox/busybox-related fixes
1219

13-
### 1.7.8
14-
- webui: add update toggle enable/disable
15-
- scripts/post-fs-data: update apatch mode2 condition
16-
- scripts/action: crc32 instead of md5sum
17-
- scripts/action: single-instance lock
18-
- scripts/service: restore mode1 kstat spoof
19-
- webui/js: optimized grepping
20-
- webui: enhance UI on MMRL
21-
22-

Documentation/CHANGELOG_FULL.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Systemless hosts for Apatch, KernelSU and Magisk
44
---
55

66
# Changelog
7+
### 1.8.0
8+
- scripts/bindhosts: add bindhosts onto $PATH (APatch / KernelSU)
9+
- scripts/action: add exec time stat
10+
- scripts/bindhosts: backend optimizations, lots of it
11+
- webui: change toggle position
12+
- webui: fix element overflow
13+
714
### 1.7.9
815
- module: action webui redirect
916
- module: emoji updates

module/module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=bindhosts
22
name=bindhosts
3-
version=v1.7.9
4-
versionCode=179
3+
version=v1.8.0
4+
versionCode=180
55
author=xx, KOWX712
66
updateJson=https://raw.githubusercontent.com/backslashxx/bindhosts/master/update.json
77
description=Systemless hosts for Apatch, KernelSU and Magisk

update.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v1.7.9",
3-
"versionCode": 179,
2+
"version": "v1.8.0",
3+
"versionCode": 180,
44
"zipUrl": "https://github.com/backslashxx/bindhosts/releases/latest/download/bindhosts.zip",
55
"changelog": "https://raw.githubusercontent.com/backslashxx/bindhosts/master/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)