diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c007a..01e66e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,12 @@ Systemless hosts for Apatch, KernelSU and Magisk --- # Changelog +### 1.8.4 +- scripts: sync to recent susfs policies +- webui/css: center toggle vertically + ### 1.8.3 - scripts/bindhosts: custom-cron input validation - scripts/action: fixups for recent mmrl - scripts: lots of small optimizations -### 1.8.2 -- scripts/bindhosts: partial custom-cron validation -- scripts/bindhosts: simple tcpdump wrapper -- webui: minor ui adjust -- scripts/bindhosts: bindhosts --action - diff --git a/Documentation/CHANGELOG_FULL.md b/Documentation/CHANGELOG_FULL.md index afe8808..fb1adfc 100644 --- a/Documentation/CHANGELOG_FULL.md +++ b/Documentation/CHANGELOG_FULL.md @@ -4,6 +4,10 @@ Systemless hosts for Apatch, KernelSU and Magisk --- # Changelog +### 1.8.4 +- scripts: sync to recent susfs policies +- webui/css: center toggle vertically + ### 1.8.3 - scripts/bindhosts: custom-cron input validation - scripts/action: fixups for recent mmrl diff --git a/module/module.prop b/module/module.prop index 2ec8b5e..4b77a5c 100644 --- a/module/module.prop +++ b/module/module.prop @@ -1,7 +1,7 @@ id=bindhosts name=bindhosts -version=v1.8.3 -versionCode=183 +version=v1.8.4 +versionCode=184 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 44b1b03..a2ab817 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v1.8.3", - "versionCode": 183, + "version": "v1.8.4", + "versionCode": 184, "zipUrl": "https://github.com/backslashxx/bindhosts/releases/latest/download/bindhosts.zip", "changelog": "https://raw.githubusercontent.com/backslashxx/bindhosts/master/CHANGELOG.md" }