-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bindhosts 181: 'unlimited updates works' edition
bindhosts 181 $ git log --pretty=format:%s v1.8.0..HEAD --reverse scripts/utils: function-ify writable dir lookup scripts/bindhosts: use find_rwdir function from utils scripts/service: create bindhosts symlink for magisk scripts/bindhosts: dont illusion on reset scripts/bindhosts: remove sleep on run scripts/uninstall: simplify symlink delete scripts/bindhosts: better stdout for cron feature scripts/bindhosts: add crond killer on disable_cron scripts/action: raise ksuwebui priority Documentation/sources: update bebasid description (again) scripts/bindhosts: function-ify run_crond scripts/bindhosts: expose custom_cron webui: add cron toggle scripts/bindhosts: tweak illusion usage This release fixes adds bindhosts in $PATH (Magisk), exposes cronjobs (via webui) and advanced configurable cronjob schedules on shell. Signed-off-by: backslashxx <[email protected]> Co-Authored-By: KOWX712 <[email protected]>
- Loading branch information
1 parent
86cf732
commit 8a48488
Showing
4 changed files
with
14 additions
and
10 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.0 | ||
versionCode=180 | ||
version=v1.8.1 | ||
versionCode=181 | ||
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.0", | ||
"versionCode": 180, | ||
"version": "v1.8.1", | ||
"versionCode": 181, | ||
"zipUrl": "https://github.com/backslashxx/bindhosts/releases/latest/download/bindhosts.zip", | ||
"changelog": "https://raw.githubusercontent.com/backslashxx/bindhosts/master/CHANGELOG.md" | ||
} |