Skip to content

Commit

Permalink
bindhosts 183: 'padoru padoru' edition
Browse files Browse the repository at this point in the history
bindhosts 183
$ git log --pretty=format:%s v1.8.2..HEAD --reverse
	documentation/sources: add github-hosts
	scripts/bindhosts: remove experimental on tcpdump
	scripts/bindhosts: allow non-standard schedule on custom_cron
	scripts/service: simplify magisk check on boot
	scripts/bindhosts: simplify APatch and KrrnelSU check too
	webui/js: simplify magisk check on index.js
	scripts/bindhosts: validate input for custom_cron
	scripts/customize: add more ad block modules
	scripts/action: exclude mmrl from magisk webui redirect

This release adds full custom-cron validation, fixups for recent mmrl changes,
and lots of small optimizations onto the scripts

Signed-off-by: backslashxx <[email protected]>
Co-Authored-By: changhuapeng <[email protected]>
Co-Authored-By: ZG_DEV <[email protected]>
  • Loading branch information
3 people committed Dec 24, 2024
1 parent 7b44ce8 commit 5eb3060
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ Systemless hosts for Apatch, KernelSU and Magisk
---

# Changelog
### 1.8.3
- scripts/bindhosts: custom-cron input validation
- scripts/action: fixups for recent mmrl
- scripts: lots of small optimizations

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

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.3
- scripts/bindhosts: custom-cron input validation
- scripts/action: fixups for recent mmrl
- scripts: lots of small optimizations

### 1.8.2
- scripts/bindhosts: partial custom-cron validation
- scripts/bindhosts: simple tcpdump wrapper
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.2
versionCode=182
version=v1.8.3
versionCode=183
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.2",
"versionCode": 182,
"version": "v1.8.3",
"versionCode": 183,
"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 5eb3060

Please sign in to comment.