Skip to content

Commit

Permalink
bindhosts 181: 'unlimited updates works' edition
Browse files Browse the repository at this point in the history
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
backslashxx and KOWX712 committed Dec 16, 2024
1 parent 86cf732 commit 8a48488
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ Systemless hosts for Apatch, KernelSU and Magisk
---

# Changelog
### 1.8.1
- webui: add cron toggle
- module: add bindhosts onto $PATH (Magisk)
- scripts/bindhosts: proper cron support

### 1.8.0
- scripts/bindhosts: add bindhosts onto $PATH (APatch / KernelSU)
- scripts/action: add exec time stat
- scripts/bindhosts: backend optimizations, lots of it
- webui: change toggle position
- webui: fix element overflow

### 1.7.9
- module: action webui redirect
- module: emoji updates
- scripts/action: wrapperrize
- scripts: toybox/busybox-related fixes

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

# Changelog
### 1.8.1
- webui: add cron toggle
- module: add bindhosts onto $PATH (Magisk)
- scripts/bindhosts: proper cron support

### 1.8.0
- scripts/bindhosts: add bindhosts onto $PATH (APatch / KernelSU)
- scripts/action: add exec time stat
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.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
4 changes: 2 additions & 2 deletions update.json
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"
}

0 comments on commit 8a48488

Please sign in to comment.