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" }