forked from bindhosts/bindhosts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
73c20c2
commit aa7db23
Showing
4 changed files
with
27 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |