Skip to content

Commit

Permalink
bindhosts 184: "be excited for new shit' edition
Browse files Browse the repository at this point in the history
bindhosts 184
	webui/css: centered toggle vertically (OCD)
	scripts/post-fs-data: handle upstream policy change
	scripts/service: drop all susfs-legacy support on mode 1
	documentation/modes: reflect recent changes

This release tweaks webui a bit, and syncs up auto-probe rules to recent susfs changes.

Signed-off-by: backslashxx <[email protected]>
Co-Authored-By: KOWX712 <[email protected]>
  • Loading branch information
backslashxx and KOWX712 committed Dec 26, 2024
1 parent 19dad99 commit 3530535
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ Systemless hosts for Apatch, KernelSU and Magisk
---

# Changelog
### 1.8.4
- scripts: sync to recent susfs policies
- webui/css: center toggle vertically

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

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

# Changelog
### 1.8.4
- scripts: sync to recent susfs policies
- webui/css: center toggle vertically

### 1.8.3
- scripts/bindhosts: custom-cron input validation
- scripts/action: fixups for recent mmrl
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.3
versionCode=183
version=v1.8.4
versionCode=184
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.3",
"versionCode": 183,
"version": "v1.8.4",
"versionCode": 184,
"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 3530535

Please sign in to comment.