diff --git a/changelog.md b/changelog.md index ffedba1..d9fa6cf 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,14 @@ -**v2023.8.7-dev (202308070)** +**v2023.8.12 (202308120)** +- -H|--health : Print estimated battery health +- -r|--readme now sends intent to open README.html - Additional charging switches -- Fixed random accd crash +- Fix set_temp_level() - Fixed one-line scripts identifier +- Fixed random accd crash +- Implemented resume_temp; deprecated max_temp_pause +- Refactored edit handler; use "g" (instead of "app") for GUI editor - Set default temp_level to null to accommodate battery/siop_level +- Set list number width to 2 columns **v2023.7.17 (202307170)** - Do not disengage "charge once to %" until unplugged (requires "plug state" API) diff --git a/module.json b/module.json index 6ec2757..29535d9 100644 --- a/module.json +++ b/module.json @@ -2,9 +2,9 @@ "busybox": "https://github.com/Magisk-Modules-Repo/busybox-ndk", "changelog": "https://raw.githubusercontent.com/VR-25/acc/master/changelog.md", "curl": "https://github.com/Zackptg5/Cross-Compiled-Binaries-Android/tree/master/curl", - "tgz": "https://github.com/VR-25/acc/releases/download/v2023.8.7-dev/acc_v2023.8.7-dev_202308070.tgz", - "tgzInstaller": "https://github.com/VR-25/acc/releases/download/v2023.8.7-dev/install-tarball.sh", - "version": "v2023.8.7-dev", - "versionCode": 202308070, - "zipUrl": "https://github.com/VR-25/acc/releases/download/v2023.8.7-dev/acc_v2023.8.7-dev_202308070.zip" + "tgz": "https://github.com/VR-25/acc/releases/download/v2023.8.12-dev/acc_v2023.8.12-dev_202308120.tgz", + "tgzInstaller": "https://github.com/VR-25/acc/releases/download/v2023.8.12-dev/install-tarball.sh", + "version": "v2023.8.12-dev", + "versionCode": 202308120, + "zipUrl": "https://github.com/VR-25/acc/releases/download/v2023.8.12-dev/acc_v2023.8.12-dev_202308120.zip" } diff --git a/module.prop b/module.prop index 1e11fab..00c9bb9 100644 --- a/module.prop +++ b/module.prop @@ -1,8 +1,8 @@ id=acc domain=vr25 name=Advanced Charging Controller (ACC) -version=v2023.8.7-dev -versionCode=202308070 +version=v2023.8.12-dev +versionCode=202308120 author=VR25 description=Mainly intended for extending battery service life on Android devices. In a nutshell, this is achieved through limiting charging current, temperature, and voltage. Any root solution is supported. Regardless of whether the system is rooted with Magisk, the installation is always "systemless". updateJson=https://raw.githubusercontent.com/VR-25/acc/master/module.json