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 19, 2023
1 parent 50f0915 commit 4119069
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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 <mAh>: Print estimated battery health
- -r|--readme now sends intent to open README.html
Expand Down
11 changes: 6 additions & 5 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
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.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

0 comments on commit 4119069

Please sign in to comment.