From 3ced6c5ebe2424cb444b246cab77fa6cbefcde69 Mon Sep 17 00:00:00 2001 From: backslashxx <118538522+backslashxx@users.noreply.github.com> Date: Mon, 16 Dec 2024 02:13:45 +0800 Subject: [PATCH] bindhosts 180 bindhosts 180 $ git log --pretty=format:%s v1.7.9..HEAD --reverse webui: fix overflow element scripts/bindhosts: add termux path onto PATH scripts/bindhosts: restore old hosts file if empty webui: change toggle position scripts/bindhosts: speedup sort scripts/bindhosts: sed out, not grep out scripts/bindhosts: sed-ify dos2unix scripts/bindhosts: remove --parallel option scripts/bindhosts: prioritize coreutils on termux' PATH scripts/customize: alert user on another bad_module scripts/action: drop abstraction layer scripts/action: adapt to MMRL action environment scripts/action: printout script exec time documentation/sources: add Rem01Gaming's blocklist scripts/action: simplify magisk_webui_redirect logic workflows: exclude documentation changes from workflow trigger scripts/bindhosts: shorthand config file creation scripts/bindhosts: simplify checksum generation Documentation/sources: update bebasid description scripts/bindhosts: better regex for multiple spaces scripts/bindhosts: simplify enable_cron scripts/customize: create bindhosts symlink in manager PATH scripts/uninstall: remove symlink at uninstall scripts/bindhosts: add disable cron scripts/bindhosts: add basic help This release fixes webui overflow and changes toggle position, multiple optimizations on the backend, adds bindhosts in $PATH (KSU/APatch), makes cronjobs safer, exposes cronjobs to the end user (via shell). Non-user facing updates are workflow optimizations and documentation changes. Signed-off-by: backslashxx <118538522+backslashxx@users.noreply.github.com> Co-Authored-By: KOWX712 <185127155+KOWX712@users.noreply.github.com> Co-Authored-By: bryanyee33 Co-Authored-By: Rem01Gaming --- CHANGELOG.md | 17 +++++++---------- Documentation/CHANGELOG_FULL.md | 7 +++++++ module/module.prop | 4 ++-- update.json | 4 ++-- 4 files changed, 18 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fcd38e..d4160b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,19 +4,16 @@ Systemless hosts for Apatch, KernelSU and Magisk --- # Changelog +### 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 + ### 1.7.9 - module: action webui redirect - module: emoji updates - scripts/action: wrapperrize - scripts: toybox/busybox-related fixes -### 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 - - diff --git a/Documentation/CHANGELOG_FULL.md b/Documentation/CHANGELOG_FULL.md index b534d95..1401560 100644 --- a/Documentation/CHANGELOG_FULL.md +++ b/Documentation/CHANGELOG_FULL.md @@ -4,6 +4,13 @@ Systemless hosts for Apatch, KernelSU and Magisk --- # Changelog +### 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 + ### 1.7.9 - module: action webui redirect - module: emoji updates diff --git a/module/module.prop b/module/module.prop index 644e960..cae11e3 100644 --- a/module/module.prop +++ b/module/module.prop @@ -1,7 +1,7 @@ id=bindhosts name=bindhosts -version=v1.7.9 -versionCode=179 +version=v1.8.0 +versionCode=180 author=xx, KOWX712 updateJson=https://raw.githubusercontent.com/backslashxx/bindhosts/master/update.json description=Systemless hosts for Apatch, KernelSU and Magisk diff --git a/update.json b/update.json index 33c04ac..5b1c924 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v1.7.9", - "versionCode": 179, + "version": "v1.8.0", + "versionCode": 180, "zipUrl": "https://github.com/backslashxx/bindhosts/releases/latest/download/bindhosts.zip", "changelog": "https://raw.githubusercontent.com/backslashxx/bindhosts/master/CHANGELOG.md" }