Skip to content

Commit

Permalink
bindhosts 179: 'not quite blindhost' edition
Browse files Browse the repository at this point in the history
bindhosts 179
	scripts/action: simplify on operating_mode case-esac
	scripts/action: shorthand PERSISTENT_DIR check
	scripts: busybox-ify chcon
	README: reword feature list clearly
	scripts/customize: perform loop on conflict avoidance
	scripts/customize: copy hosts file on updates/reinstall
	module: dont ship a blank hosts file
	scripts/customize: fixup hosts file creation logic
	scripts/post-fs-data: handle edge case, deleted folder
	scripts/action: update description for ! -w hosts
	scripts/service: tell user we are ready
	scrips/action: better description after reset
	scripts/service: better hosts file prep for redirects
	documentation/hiding: solve that magical overlayfs issue
	module/whitelist: ship empty whitelist
	scripts/action: add /dev as tmpfs candidate
	module: rename action.sh to bindhosts.sh
	scripts/action: introduce simple wrapper
	scripts/action: handle magisk_webui_redirect logical case
	scripts/bindhosts: fixups after wrapperization
	webui: add toggle for Magisk action redirect WebUI
	scripts/action: shorthand pm inquiry
	module: more fixups due to wrapperization
	scripts/bindhosts: return instead of exit 0
	scripts/action: function-ify bindhosts_sh
	scripts: fixup wrong/missing EOF markings
	scripts: adjust $PATH priority
	scripts/bindhosts: replace reset emoji
	scripts/customize: alert on highly broken modules if found

This release introduces an action webui redirect for magisk, backend optimizations,
fixes a few issues related to toybox/busybox, and ui updates (emojis).

Non-user facing updates are lots of script optimizations, wrapperization of action.sh
and very few documentation updates.

Signed-off-by: backslashxx <[email protected]>
Co-Authored-By: KOWX712 <[email protected]>
  • Loading branch information
backslashxx and KOWX712 committed Dec 12, 2024
1 parent 71d7ca5 commit d225490
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 13 deletions.
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Systemless hosts for Apatch, KernelSU and Magisk
---

# Changelog
### 1.7.9
- module: action webui redirect
- module: emoji updates
- scripts/action: wrapperrize
- scripts: toybox/busybox-related fixes

### 1.7.8
- webui: add update toggle enable/disable
- scripts/post-fs-data: update apatch mode2 condition
Expand All @@ -13,11 +19,4 @@ Systemless hosts for Apatch, KernelSU and Magisk
- webui/js: optimized grepping
- webui: enhance UI on MMRL

### 1.7.7
- webui: MMRL support
- webui: enhance developer option behavior
- scripts/action: optimize hosts accounting
- webui: optimize prompt timing
- webui: prevent doubled up entries
- webui: fix tablet view

9 changes: 9 additions & 0 deletions Documentation/CHANGELOG_FULL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Systemless hosts for Apatch, KernelSU and Magisk
---

# Changelog
### 1.7.9
- module: action webui redirect
- module: emoji updates
- scripts/action: wrapperrize
- scripts: toybox/busybox-related fixes
- scripts: lots and lots of small optimizations
- scripts: a few hardening changes
- scripts/customize: better conflict avoidance

### 1.7.8
- webui: add update toggle enable/disable
- scripts/post-fs-data: update apatch mode2 condition
Expand Down
6 changes: 3 additions & 3 deletions module/module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=bindhosts
name=bindhosts
version=v1.7.8
versionCode=178
version=v1.7.9
versionCode=179
author=xx, KOWX712
updateJson=https://raw.githubusercontent.com/backslashxx/bindhosts/master/update.json
description=Systemless hosts for Apatch, KernelSU and Magisk
description=Systemless hosts for Apatch, KernelSU and Magisk
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v1.7.8",
"versionCode": 178,
"version": "v1.7.9",
"versionCode": 179,
"zipUrl": "https://github.com/backslashxx/bindhosts/releases/latest/download/bindhosts.zip",
"changelog": "https://raw.githubusercontent.com/backslashxx/bindhosts/master/CHANGELOG.md"
}
}

0 comments on commit d225490

Please sign in to comment.