Skip to content

Commit

Permalink
bindhosts 182: 'just another rainy day' edition
Browse files Browse the repository at this point in the history
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
4 people committed Dec 18, 2024
1 parent 66a17e4 commit 767bb1f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ Systemless hosts for Apatch, KernelSU and Magisk
---

# Changelog
### 1.8.2
- scripts/bindhosts: partial custom-cron validation
- scripts/bindhosts: simple tcpdump wrapper
- webui: minor ui adjust
- scripts/bindhosts: bindhosts --action

### 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

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

# Changelog
### 1.8.2
- scripts/bindhosts: partial custom-cron validation
- scripts/bindhosts: simple tcpdump wrapper
- webui: minor ui adjust
- scripts/bindhosts: bindhosts --action

### 1.8.1
- webui: add cron toggle
- module: add bindhosts onto $PATH (Magisk)
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.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
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.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"
}

0 comments on commit 767bb1f

Please sign in to comment.