Skip to content

Commit

Permalink
bindhosts 186
Browse files Browse the repository at this point in the history
bindhosts 186
$ git log --pretty=format:%s v1.8.5..HEAD --reverse
	webui/js: fix abnormal ripple effect
	scripts/post-fs-data: add mode 6 probe for KSU_NEXT
	webui: added german translation (bindhosts#44)
	documentation/sources: fixup adblock test
	documentation/modes: document mode 6 for KSU_NEXT
	webui/js: change path
	webui: add documentation in webui
	documentation/localize: add hyperlink
	webui: add docs trigger on mode button
	scripts/bindhosts: print status on help
	scripts/service: change condition on magisk's symlink creation
	scripts/service: address bashism
	scripts/post-fs-data: simplify skip_mount logic
	scripts: handle mode 1 restoration on legacy susfs
	documentation/modes: reflect recent changes

This release adds support for KernelSU NEXT (mode 6), adds German translation,
integrates documentation on the webui (sources, modes), and restores mode 1
for legacy susfs.

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

# Changelog
### 1.8.6
- scripts: restore mode 1 on legacy susfs
- webui: integrated documentation
- scripts: mode 6 support for KSU_NEXT
- webui: add german translation

### 1.8.5
- webui: add chinese translation
- webui: introduce multi-language support
- webui: various ui tweaks

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

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.6
- scripts: restore mode 1 on legacy susfs
- webui: integrated documentation
- scripts: mode 6 support for KSU_NEXT
- webui: add german translation

### 1.8.5
- webui: add chinese translation
- webui: introduce multi-language support
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bindhosts

Systemless hosts for Apatch, KernelSU and Magisk
Systemless hosts for APatch, KernelSU and Magisk

Fully standalone, self-updating.

Expand Down
6 changes: 3 additions & 3 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.5
versionCode=185
version=v1.8.6
versionCode=186
author=xx, KOWX712
updateJson=https://raw.githubusercontent.com/backslashxx/bindhosts/master/update.json
description=Systemless hosts for Apatch, KernelSU and Magisk
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.5",
"versionCode": 185,
"version": "v1.8.6",
"versionCode": 186,
"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 0e9311a

Please sign in to comment.