Skip to content

Commit

Permalink
bindhosts 185: "hello 2025" edition
Browse files Browse the repository at this point in the history
bindhosts 185
$ git log --pretty=format:%s v1.8.4..HEAD --reverse
	webui: ui optimization
	webui: enhance ripple animation
	scripts/action: tweak sleep logic in action
	README: add help section for terminal usage (bindhosts#41)
	doscumentation: upload usage demos
	documentation: usage.md
	README: link usage guide
	README: restructure
	webui: Introduce multi-language support
	documentation: add localization guide
	webui: add multilanguage support on prompt
	webui: adjust input box

This release adds multi-language support, with chinese as the first translation offerred.

Signed-off-by: backslashxx <[email protected]>
Co-Authored-By: KOWX712 <[email protected]>
  • Loading branch information
backslashxx and KOWX712 committed Jan 3, 2025
1 parent 2dac2e7 commit 2bba7b2
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,12 +4,12 @@ Systemless hosts for Apatch, KernelSU and Magisk
---

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

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

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.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
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.4
versionCode=184
version=v1.8.5
versionCode=185
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.4",
"versionCode": 184,
"version": "v1.8.5",
"versionCode": 185,
"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 2bba7b2

Please sign in to comment.