Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
VR-25 committed Aug 12, 2023
1 parent 4bfad9a commit 42126b4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
10 changes: 8 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
**v2023.8.7-dev (202308070)**
**v2023.8.12 (202308120)**
- -H|--health <mAh>: 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)
Expand Down
10 changes: 5 additions & 5 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 42126b4

Please sign in to comment.