diff --git a/changelog.md b/changelog.md index d9fa6cf..2797140 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,12 @@ +**v2023.8.19 (202308190)** +- 1936210 Fix print_quit error +- 28d68bd Fix -f and temp_level +- 08e2c3f Fix --upgrade +- 6f69b45 Add constant_charge_current* control files +- 312a429 Update resume_temp information +- 2744859 Fix module info updater +- 6dac4a7 resume_temp with trailing r always overrides resume_capacity + **v2023.8.12 (202308120)** - -H|--health : Print estimated battery health - -r|--readme now sends intent to open README.html diff --git a/module.json b/module.json index 29535d9..4dfa6e4 100644 --- a/module.json +++ b/module.json @@ -2,9 +2,10 @@ "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.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" + "onlineInstaller": "https://github.com/VR-25/acc/releases/download/v2023.8.19/install-online.sh", + "tgz": "https://github.com/VR-25/acc/releases/download/v2023.8.19/acc_v2023.8.19_202308190.tgz", + "tgzInstaller": "https://github.com/VR-25/acc/releases/download/v2023.8.19/install-tarball.sh", + "version": "v2023.8.19", + "versionCode": 202308190, + "zipUrl": "https://github.com/VR-25/acc/releases/download/v2023.8.19/acc_v2023.8.19_202308190.zip" } diff --git a/module.prop b/module.prop index 00c9bb9..4c00c5f 100644 --- a/module.prop +++ b/module.prop @@ -1,8 +1,8 @@ id=acc domain=vr25 name=Advanced Charging Controller (ACC) -version=v2023.8.12-dev -versionCode=202308120 +version=v2023.8.19 +versionCode=202308190 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