Skip to content

Commit

Permalink
bindhosts 177: happy weekend edition
Browse files Browse the repository at this point in the history
bindhosts 177
	webui: fix uninstall prompt abnormal color
	webui: fix overflow content in tablet
	scripts/action: optimize hosts accounting
	webui: limit adding multiple same item.
	webui: optimize prompt timing
	webui: mode button triggers dev settings (#19)
	documentation/sources: add 1Hosts
	scripts/action: add force-reset bypass
	module/sources: remove commented out sources
	scripts: sync up comments from local
	README: remove dev mode how-to link
	documentation/hiding: suggest bind-mount mode for APatch.
	documentation: also suggest zygisk-assistant for magisk
	documentation/sources: add d3ward's list
	documentation/sources: add andryou, antipopads, anudeep, hblock
	Adapt with MMRL, fix input blocked by keyboard
	README: list supported non-root-manager apps

This release modifies developer mode behavior, fixes tablet view overflow,
adds MMRL support, also fixes quad-grepping on action.sh
Some documentation updates added too.

Signed-off-by: backslashxx <[email protected]>
Co-Authored-By: KOWX712 <[email protected]>
Co-Authored-By: Rifat Azad <[email protected]>
  • Loading branch information
3 people committed Dec 6, 2024
1 parent a518625 commit 947560f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 10 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ Systemless hosts for Apatch, KernelSU and Magisk
---

# Changelog
### 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

### 1.7.6
- Emergency bugfix
- scripts/action: fixup empty whitelist bug

### 1.7.5
- module: mode1 optimizations
- module: introduce mode 7 and 8
- webui: expose mode 7 and 8
- module: mode2 fixups

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

# Changelog
### 1.7.7
- webui: MMRL support
- documentation/sources: add more lists
- documentation: APatch bind_mount + zygisk-assistant
- webui: enhance developer option behavior
- scripts/action: optimize hosts accounting
- webui: optimize prompt timing
- webui: prevent doubled up entries
- webui: fix tablet view

### 1.7.6
- fix empty whitelist bug

Expand Down
4 changes: 2 additions & 2 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.6
versionCode=176
version=v1.7.7
versionCode=177
author=xx, KOWX712
updateJson=https://raw.githubusercontent.com/backslashxx/bindhosts/master/update.json
description=Systemless hosts for Apatch, KernelSU and Magisk
4 changes: 2 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v1.7.6",
"versionCode": 176,
"version": "v1.7.7",
"versionCode": 177,
"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 947560f

Please sign in to comment.