diff --git a/json/modules.json b/json/modules.json index bb74e57..600744b 100644 --- a/json/modules.json +++ b/json/modules.json @@ -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": 1734460283.781088 + "timestamp": 1734486298.06433 }, "modules": [ { @@ -301,8 +301,8 @@ { "id": "bindhosts", "name": "bindhosts", - "version": "v1.8.1", - "versionCode": 181, + "version": "v1.8.2", + "versionCode": 182, "author": "xx, KOWX712", "description": "Systemless hosts for Apatch, KernelSU and Magisk ", "added": 1733301165.0, @@ -321,8 +321,8 @@ ], "license": "WTFPL", "readme": "https://raw.githubusercontent.com/backslashxx/bindhosts/refs/heads/master/README.md", - "timestamp": 1734355530.0, - "size": 22697, + "timestamp": 1734485428.0, + "size": 22922, "features": { "service": true, "post_fs_data": true, @@ -336,14 +336,6 @@ "antifeatures": null }, "versions": [ - { - "timestamp": 1733301165.0, - "version": "v1.7.6", - "versionCode": 176, - "zipUrl": "https://gr.dergoogler.com/gmr/modules/bindhosts/v1.7.6_176.zip", - "changelog": "https://gr.dergoogler.com/gmr/modules/bindhosts/v1.7.6_176.md", - "size": 17610 - }, { "timestamp": 1733500806.0, "version": "v1.7.7", @@ -383,6 +375,14 @@ "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 + }, + { + "timestamp": 1734485428.0, + "version": "v1.8.2", + "versionCode": 182, + "zipUrl": "https://gr.dergoogler.com/gmr/modules/bindhosts/v1.8.2_182.zip", + "changelog": "https://gr.dergoogler.com/gmr/modules/bindhosts/v1.8.2_182.md", + "size": 22922 } ] }, diff --git a/modules/bindhosts/track.json b/modules/bindhosts/track.json index 7659b03..3c312be 100644 --- a/modules/bindhosts/track.json +++ b/modules/bindhosts/track.json @@ -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": 1734355530.0, + "last_update": 1734485428.0, "versions": 6 } \ No newline at end of file diff --git a/modules/bindhosts/update.json b/modules/bindhosts/update.json index f06e6c4..0d88aa5 100644 --- a/modules/bindhosts/update.json +++ b/modules/bindhosts/update.json @@ -2,14 +2,6 @@ "id": "bindhosts", "timestamp": 1733301165.0, "versions": [ - { - "timestamp": 1733301165.0, - "version": "v1.7.6", - "versionCode": 176, - "zipUrl": "https://gr.dergoogler.com/gmr/modules/bindhosts/v1.7.6_176.zip", - "changelog": "https://gr.dergoogler.com/gmr/modules/bindhosts/v1.7.6_176.md", - "size": 17610 - }, { "timestamp": 1733500806.0, "version": "v1.7.7", @@ -49,6 +41,14 @@ "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 + }, + { + "timestamp": 1734485428.0, + "version": "v1.8.2", + "versionCode": 182, + "zipUrl": "https://gr.dergoogler.com/gmr/modules/bindhosts/v1.8.2_182.zip", + "changelog": "https://gr.dergoogler.com/gmr/modules/bindhosts/v1.8.2_182.md", + "size": 22922 } ] } \ No newline at end of file diff --git a/modules/bindhosts/v1.7.6_176.md b/modules/bindhosts/v1.7.6_176.md deleted file mode 100644 index f4496a0..0000000 --- a/modules/bindhosts/v1.7.6_176.md +++ /dev/null @@ -1,16 +0,0 @@ -## bindhosts -Systemless hosts for Apatch, KernelSU and Magisk - ---- - -# Changelog -### 1.7.6 -- Emergency bugfix -- scripts/action: fixup empty whitelist bug - -### 1.7.5 -- module: mode1 optimizations -- module: introduce mode 7 and 8 -- webui: expose mode 7 and 8 -- module: mode2 fixups - diff --git a/modules/bindhosts/v1.7.6_176.zip b/modules/bindhosts/v1.7.6_176.zip deleted file mode 100644 index c14fc72..0000000 Binary files a/modules/bindhosts/v1.7.6_176.zip and /dev/null differ diff --git a/modules/bindhosts/v1.8.2_182.md b/modules/bindhosts/v1.8.2_182.md new file mode 100644 index 0000000..c511f93 --- /dev/null +++ b/modules/bindhosts/v1.8.2_182.md @@ -0,0 +1,17 @@ +## bindhosts +Systemless hosts for Apatch, KernelSU and Magisk + +--- + +# Changelog +### 1.8.2 +- scripts/bindhosts: partial custom-cron validation +- scripts/bindhosts: simple tcpdump wrapper +- webui: minor ui adjust +- scripts/bindhosts: bindhosts --action + +### 1.8.1 +- webui: add cron toggle +- module: add bindhosts onto $PATH (Magisk) +- scripts/bindhosts: proper cron support + diff --git a/modules/bindhosts/v1.8.2_182.zip b/modules/bindhosts/v1.8.2_182.zip new file mode 100644 index 0000000..3b8ffbe Binary files /dev/null and b/modules/bindhosts/v1.8.2_182.zip differ