Skip to content

Commit

Permalink
bindhosts 180
Browse files Browse the repository at this point in the history
bindhosts 180
$ git log --pretty=format:%s v1.7.9..HEAD --reverse
	webui: fix overflow element
	scripts/bindhosts: add termux path onto PATH
	scripts/bindhosts: restore old hosts file if empty
	webui: change toggle position
	scripts/bindhosts: speedup sort
	scripts/bindhosts: sed out, not grep out
	scripts/bindhosts: sed-ify dos2unix
	scripts/bindhosts: remove --parallel option
	scripts/bindhosts: prioritize coreutils on termux' PATH
	scripts/customize: alert user on another bad_module
	scripts/action: drop abstraction layer
	scripts/action: adapt to MMRL action environment
	scripts/action: printout script exec time
	documentation/sources: add Rem01Gaming's blocklist
	scripts/action: simplify magisk_webui_redirect logic
	workflows: exclude documentation changes from workflow trigger
	scripts/bindhosts: shorthand config file creation
	scripts/bindhosts: simplify checksum generation
	Documentation/sources: update bebasid description
	scripts/bindhosts: better regex for multiple spaces
	scripts/bindhosts: simplify enable_cron
	scripts/customize: create bindhosts symlink in manager PATH
	scripts/uninstall: remove symlink at uninstall
	scripts/bindhosts: add disable cron
	scripts/bindhosts: add basic help

This release fixes webui overflow and changes toggle position, multiple optimizations
on the backend, adds bindhosts in $PATH (KSU/APatch), makes cronjobs safer, exposes
cronjobs to the end user (via shell).

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: bryanyee33 <[email protected]>
Co-Authored-By: Rem01Gaming <[email protected]>
  • Loading branch information
4 people committed Dec 15, 2024
1 parent e1a009b commit 3ced6c5
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 14 deletions.
17 changes: 7 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,16 @@ Systemless hosts for Apatch, KernelSU and Magisk
---

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

### 1.7.8
- webui: add update toggle enable/disable
- scripts/post-fs-data: update apatch mode2 condition
- scripts/action: crc32 instead of md5sum
- scripts/action: single-instance lock
- scripts/service: restore mode1 kstat spoof
- webui/js: optimized grepping
- webui: enhance UI on MMRL


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

# Changelog
### 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
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.7.9
versionCode=179
version=v1.8.0
versionCode=180
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.7.9",
"versionCode": 179,
"version": "v1.8.0",
"versionCode": 180,
"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 3ced6c5

Please sign in to comment.