Skip to content

Commit

Permalink
Update by CLI (2024-12-09 18:31:42.504357)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 9, 2024
1 parent 11c7ac6 commit bf55c57
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 8 deletions.
32 changes: 27 additions & 5 deletions json/modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"submission": "https://github.com/Googlers-Repo/gmr/issues/new?assignees=&labels=module&projects=&template=submission.yml&title=%5BModule%5D%3A+",
"metadata": {
"version": 1,
"timestamp": 1733748425.602393
"timestamp": 1733769102.504357
},
"modules": [
{
Expand Down Expand Up @@ -285,14 +285,28 @@
{
"id": "bindhosts",
"name": "bindhosts",
"version": "v1.7.7",
"versionCode": 177,
"version": "v1.7.8",
"versionCode": 178,
"author": "xx, KOWX712",
"description": "Systemless hosts for Apatch, KernelSU and Magisk",
"added": 1733301165.0,
"verified": true,
"timestamp": 1733500806.0,
"size": 18292,
"categories": [
"Adblocking and Hosts Files",
"APatch",
"KernelSU",
"Magisk"
],
"support": "https://github.com/backslashxx/bindhosts/issues",
"screenshots": [
"https://raw.githubusercontent.com/backslashxx/bindhosts/refs/heads/master/Documentation/screenshots/mmrl_manager.png",
"https://raw.githubusercontent.com/backslashxx/bindhosts/refs/heads/master/Documentation/screenshots/mmrl_webui.png",
"https://raw.githubusercontent.com/backslashxx/bindhosts/refs/heads/master/Documentation/screenshots/manager_action.png"
],
"license": "WTFPL",
"readme": "https://raw.githubusercontent.com/backslashxx/bindhosts/refs/heads/master/README.md",
"timestamp": 1733755025.0,
"size": 19889,
"features": {
"service": true,
"post_fs_data": true,
Expand Down Expand Up @@ -320,6 +334,14 @@
"zipUrl": "https://gr.dergoogler.com/gmr/modules/bindhosts/v1.7.7_177.zip",
"changelog": "https://gr.dergoogler.com/gmr/modules/bindhosts/v1.7.7_177.md",
"size": 18292
},
{
"timestamp": 1733755025.0,
"version": "v1.7.8",
"versionCode": 178,
"zipUrl": "https://gr.dergoogler.com/gmr/modules/bindhosts/v1.7.8_178.zip",
"changelog": "https://gr.dergoogler.com/gmr/modules/bindhosts/v1.7.8_178.md",
"size": 19889
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion json/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</url>
<url>
<loc>https://mmrl.dergoogler.com/module/cubic-adblock</loc>
<lastmod>2024-12-02</lastmod>
<lastmod>2024-12-09</lastmod>
</url>
<url>
<loc>https://mmrl.dergoogler.com/module/djs</loc>
Expand Down
4 changes: 2 additions & 2 deletions modules/bindhosts/track.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"update_to": "https://raw.githubusercontent.com/backslashxx/bindhosts/refs/heads/master/update.json",
"source": "https://github.com/backslashxx/bindhosts",
"added": 1733301165.0,
"last_update": 1733500806.0,
"versions": 2
"last_update": 1733755025.0,
"versions": 3
}
8 changes: 8 additions & 0 deletions modules/bindhosts/update.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
"zipUrl": "https://gr.dergoogler.com/gmr/modules/bindhosts/v1.7.7_177.zip",
"changelog": "https://gr.dergoogler.com/gmr/modules/bindhosts/v1.7.7_177.md",
"size": 18292
},
{
"timestamp": 1733755025.0,
"version": "v1.7.8",
"versionCode": 178,
"zipUrl": "https://gr.dergoogler.com/gmr/modules/bindhosts/v1.7.8_178.zip",
"changelog": "https://gr.dergoogler.com/gmr/modules/bindhosts/v1.7.8_178.md",
"size": 19889
}
]
}
23 changes: 23 additions & 0 deletions modules/bindhosts/v1.7.8_178.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## bindhosts
Systemless hosts for Apatch, KernelSU and Magisk

---

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

### 1.7.7
- webui: MMRL support
- webui: enhance developer option behavior
- scripts/action: optimize hosts accounting
- webui: optimize prompt timing
- webui: prevent doubled up entries
- webui: fix tablet view

Binary file added modules/bindhosts/v1.7.8_178.zip
Binary file not shown.

0 comments on commit bf55c57

Please sign in to comment.