Skip to content

Commit

Permalink
Update by CLI (2024-12-16 18:31:08.232215)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 16, 2024
1 parent b0cd625 commit 9a640f3
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 7 deletions.
18 changes: 13 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": 1734353195.886575
"timestamp": 1734373868.232215
},
"modules": [
{
Expand Down Expand Up @@ -301,8 +301,8 @@
{
"id": "bindhosts",
"name": "bindhosts",
"version": "v1.8.0",
"versionCode": 180,
"version": "v1.8.1",
"versionCode": 181,
"author": "xx, KOWX712",
"description": "Systemless hosts for Apatch, KernelSU and Magisk ",
"added": 1733301165.0,
Expand All @@ -321,8 +321,8 @@
],
"license": "WTFPL",
"readme": "https://raw.githubusercontent.com/backslashxx/bindhosts/refs/heads/master/README.md",
"timestamp": 1734286463.0,
"size": 21682,
"timestamp": 1734355530.0,
"size": 22697,
"features": {
"service": true,
"post_fs_data": true,
Expand Down Expand Up @@ -375,6 +375,14 @@
"zipUrl": "https://gr.dergoogler.com/gmr/modules/bindhosts/v1.8.0_180.zip",
"changelog": "https://gr.dergoogler.com/gmr/modules/bindhosts/v1.8.0_180.md",
"size": 21682
},
{
"timestamp": 1734355530.0,
"version": "v1.8.1",
"versionCode": 181,
"zipUrl": "https://gr.dergoogler.com/gmr/modules/bindhosts/v1.8.1_181.zip",
"changelog": "https://gr.dergoogler.com/gmr/modules/bindhosts/v1.8.1_181.md",
"size": 22697
}
]
},
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": 1734286463.0,
"versions": 5
"last_update": 1734355530.0,
"versions": 6
}
8 changes: 8 additions & 0 deletions modules/bindhosts/update.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@
"zipUrl": "https://gr.dergoogler.com/gmr/modules/bindhosts/v1.8.0_180.zip",
"changelog": "https://gr.dergoogler.com/gmr/modules/bindhosts/v1.8.0_180.md",
"size": 21682
},
{
"timestamp": 1734355530.0,
"version": "v1.8.1",
"versionCode": 181,
"zipUrl": "https://gr.dergoogler.com/gmr/modules/bindhosts/v1.8.1_181.zip",
"changelog": "https://gr.dergoogler.com/gmr/modules/bindhosts/v1.8.1_181.md",
"size": 22697
}
]
}
18 changes: 18 additions & 0 deletions modules/bindhosts/v1.8.1_181.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## bindhosts
Systemless hosts for Apatch, KernelSU and Magisk

---

# Changelog
### 1.8.1
- webui: add cron toggle
- module: add bindhosts onto $PATH (Magisk)
- scripts/bindhosts: proper cron support

### 1.8.0
- scripts/bindhosts: add bindhosts onto $PATH (APatch / KernelSU)
- scripts/action: add exec time stat
- scripts/bindhosts: backend optimizations, lots of it
- webui: change toggle position
- webui: fix element overflow

Binary file added modules/bindhosts/v1.8.1_181.zip
Binary file not shown.

0 comments on commit 9a640f3

Please sign in to comment.