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 182: 'just another rainy day' edition
bindhosts 182 $ git log --pretty=format:%s v1.8.1..HEAD --reverse scripts/bindhosts: function-ify action scripts/action: call bindhosts.sh --action on action webui/js: call bindhosts.sh --action on action scripts/bindhosts: add simple tcpdump wrapper webui: minor adjust ui webui/js: simplify updateStatusFromModuleProp command documentation/hiding: update apatch status scripts/bindhosts: *partly* validate input for custom_cron scripts/bindhosts: print operating mode scripts/bindhosts: tweak crontab defaults workflow: limit unnecessary steps This release fixes adds a simple tcpdump wrapper, minor webui adjustments, partially validates input in custom-cron, all-in-all making terminal usage better! Non-user facing updates are workflow optimizations and documentation changes. Signed-off-by: backslashxx <[email protected]> Co-Authored-By: KOWX712 <[email protected]> Co-Authored-By: ukriu <[email protected]> Co-Authored-By: changhuapeng <[email protected]>
- Loading branch information
1 parent
66a17e4
commit 767bb1f
Showing
4 changed files
with
16 additions
and
11 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.8.1 | ||
versionCode=181 | ||
version=v1.8.2 | ||
versionCode=182 | ||
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.8.1", | ||
"versionCode": 181, | ||
"version": "v1.8.2", | ||
"versionCode": 182, | ||
"zipUrl": "https://github.com/backslashxx/bindhosts/releases/latest/download/bindhosts.zip", | ||
"changelog": "https://raw.githubusercontent.com/backslashxx/bindhosts/master/CHANGELOG.md" | ||
} |