Skip to content

Commit 66f70a0

Browse files
Update by CLI (2025-07-23 00:21:03.856990)
1 parent c14a198 commit 66f70a0

6 files changed

Lines changed: 41 additions & 28 deletions

File tree

json/modules.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"description": "A wonderful collection of useful modules that are known or considered as hidden gems, all in one repo, It also contains ZG089's projects (modules) as well.",
1010
"metadata": {
1111
"version": 1,
12-
"timestamp": 1752481701.874361
12+
"timestamp": 1753230063.85699
1313
},
1414
"modules": [
1515
{
@@ -754,8 +754,8 @@
754754
{
755755
"id": "bindhosts",
756756
"name": "bindhosts",
757-
"version": "v2.0.5",
758-
"versionCode": 205,
757+
"version": "v2.0.6",
758+
"versionCode": 206,
759759
"author": "xx, KOWX712",
760760
"description": "Systemless hosts for APatch, KernelSU and Magisk ",
761761
"added": 1733301165,
@@ -774,8 +774,8 @@
774774
],
775775
"support": "https://github.com/bindhosts/bindhosts/issues",
776776
"license": "WTFPL",
777-
"timestamp": 1750727025.0,
778-
"size": 116707,
777+
"timestamp": 1752752498.0,
778+
"size": 117756,
779779
"permissions": [
780780
"magisk.permission.SERVICE",
781781
"magisk.permission.POST_FS_DATA",
@@ -796,21 +796,21 @@
796796
"build_metadata": "https://zguation-projects.github.io/ZG-R/modules/bindhosts/track.yaml"
797797
},
798798
"versions": [
799-
{
800-
"timestamp": 1748680302.0,
801-
"version": "v2.0.4",
802-
"versionCode": 204,
803-
"zipUrl": "https://zguation-projects.github.io/ZG-R/modules/bindhosts/v2.0.4_204.zip",
804-
"changelog": "https://zguation-projects.github.io/ZG-R/modules/bindhosts/v2.0.4_204.md",
805-
"size": 116655
806-
},
807799
{
808800
"timestamp": 1750727025.0,
809801
"version": "v2.0.5",
810802
"versionCode": 205,
811803
"zipUrl": "https://zguation-projects.github.io/ZG-R/modules/bindhosts/v2.0.5_205.zip",
812804
"changelog": "https://zguation-projects.github.io/ZG-R/modules/bindhosts/v2.0.5_205.md",
813805
"size": 116707
806+
},
807+
{
808+
"timestamp": 1752752498.0,
809+
"version": "v2.0.6",
810+
"versionCode": 206,
811+
"zipUrl": "https://zguation-projects.github.io/ZG-R/modules/bindhosts/v2.0.6_206.zip",
812+
"changelog": "https://zguation-projects.github.io/ZG-R/modules/bindhosts/v2.0.6_206.md",
813+
"size": 117756
814814
}
815815
]
816816
},

modules/bindhosts/track.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
id: bindhosts
2-
enable: true
3-
verified: true
4-
update_to: https://raw.githubusercontent.com/bindhosts/bindhosts/refs/heads/master/update.json
5-
source: https://github.com/bindhosts/bindhosts
1+
added: 1733301165
62
categories:
73
- System
84
- Magisk
@@ -11,6 +7,10 @@ categories:
117
- WebUI
128
- Adblocking and Hosts Files
139
- Ad-Block
14-
added: 1733301165
15-
last_update: 1750727025.0
10+
enable: true
11+
id: bindhosts
12+
last_update: 1752752498.0
13+
source: https://github.com/bindhosts/bindhosts
14+
update_to: https://raw.githubusercontent.com/bindhosts/bindhosts/refs/heads/master/update.json
15+
verified: true
1616
versions: 2

modules/bindhosts/update.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"id": "bindhosts",
33
"timestamp": 1735904596.0,
44
"versions": [
5-
{
6-
"timestamp": 1748680302.0,
7-
"version": "v2.0.4",
8-
"versionCode": 204,
9-
"zipUrl": "https://zguation-projects.github.io/ZG-R/modules/bindhosts/v2.0.4_204.zip",
10-
"changelog": "https://zguation-projects.github.io/ZG-R/modules/bindhosts/v2.0.4_204.md",
11-
"size": 116655
12-
},
135
{
146
"timestamp": 1750727025.0,
157
"version": "v2.0.5",
168
"versionCode": 205,
179
"zipUrl": "https://zguation-projects.github.io/ZG-R/modules/bindhosts/v2.0.5_205.zip",
1810
"changelog": "https://zguation-projects.github.io/ZG-R/modules/bindhosts/v2.0.5_205.md",
1911
"size": 116707
12+
},
13+
{
14+
"timestamp": 1752752498.0,
15+
"version": "v2.0.6",
16+
"versionCode": 206,
17+
"zipUrl": "https://zguation-projects.github.io/ZG-R/modules/bindhosts/v2.0.6_206.zip",
18+
"changelog": "https://zguation-projects.github.io/ZG-R/modules/bindhosts/v2.0.6_206.md",
19+
"size": 117756
2020
}
2121
]
2222
}

modules/bindhosts/v2.0.4_204.zip

-114 KB
Binary file not shown.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ Systemless hosts for APatch, KernelSU and Magisk
44
---
55

66
# Changelog
7+
### 2.0.6
8+
- webui/js: remove unnecessary line when no custom hosts
9+
- webui/css: update WebUI-X css import address
10+
- webui/locales: add Polish translation
11+
- webui: drop homescreen shortcut button
12+
- scripts/post-fs-data: various mode probing hardening
13+
14+
### 2.0.5
15+
- action: remove MMRL from action redirect WebUI
16+
- webui: fix some false error log
17+
- scripts: probe ReZygisk for mode 2
18+
- scripts: properly detect susfs enabled_features
19+
720
### 2.0.4
821
- scripts: pull shamiko out of mode 2
922

modules/bindhosts/v2.0.6_206.zip

115 KB
Binary file not shown.

0 commit comments

Comments
 (0)