Skip to content

Commit

Permalink
bindhosts 178
Browse files Browse the repository at this point in the history
bindhosts 178
$ git log --pretty=format:%s v1.7.7..HEAD --reverse | cat ; echo
	README: reorder features
	README: link magisk's webui refusal
	Create LICENSE
	webui: ui fix in MMRL
	Add metadata for MMRL
	documentation: upload a few screenshots
	module: enhance details on MMRL's metadata
	webui/js: cut down cat to grep piping
	Revert "scripts/service: drop kstat spoofing on mode1"
	scripts/action: introduce update toggle enable/disable
	documentation: sync up to current events
	scripts/action: implement single instance lock on action.sh
	scripts: remove bashism
	scripts/action: move and function-ify download
	scripts/action: use busybox crc32 instead of md5sum
	scripts/post-fs-data: update mode2 condition for apatch
	webui: add update toggle enable/disable
	webui: code optimize

This release optimizes webui, fixes failed mode1 hiding bug, prevents multiple
concurrent script instances, removes script's bashism, optimizes action,
updates mode2 conditional for apatch and adds module-update enable/disable toggle.

Non-user facing updates are documentation and MMRL metadata.

Signed-off-by: backslashxx <[email protected]>
Co-Authored-By: KOWX712 <[email protected]>
  • Loading branch information
backslashxx and KOWX712 committed Dec 9, 2024
1 parent 73c20c2 commit aa7db23
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 9 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.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.8
- webui: add update toggle enable/disable
- scripts/post-fs-data: update apatch mode2 condition
- scripts/action: crc32 instead of md5sum
- scripts/action: single-instance lock
- scripts/service: restore mode1 kstat spoof
- webui/js: optimized grepping
- webui: enhance UI on MMRL

### 1.7.7
- webui: MMRL support
- webui: enhance developer option behavior
Expand All @@ -12,7 +21,3 @@ Systemless hosts for Apatch, KernelSU and Magisk
- webui: prevent doubled up entries
- webui: fix tablet view

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

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

# Changelog
### 1.7.8
- webui: add update toggle enable/disable
- scripts/post-fs-data: update apatch mode2 condition
- scripts/action: crc32 instead of md5sum
- scripts/action: single-instance lock
- scripts/service: restore mode1 kstat spoof
- documentation: current events, magic mount for apatch, ksu?
- webui/js: optimized grepping
- webui: enhance UI on MMRL
- relations: mmrl: upload screenshots for that metadata
- relations: mmrl metadata added
- documentation: magisk-nowebui-effff

### 1.7.7
- webui: MMRL support
- documentation/sources: add more lists
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.7
versionCode=177
version=v1.7.8
versionCode=178
author=xx, KOWX712
updateJson=https://raw.githubusercontent.com/backslashxx/bindhosts/master/update.json
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.7",
"versionCode": 177,
"version": "v1.7.8",
"versionCode": 178,
"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 aa7db23

Please sign in to comment.