Skip to content

Commit 86cc5d7

Browse files
author
Jaymin Suthar
committed
Bump version
Signed-off-by: Jaymin Suthar <sjaymin.us@gmail.com>
1 parent d08c4ac commit 86cc5d7

4 files changed

Lines changed: 24 additions & 2 deletions

File tree

Changelog.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
## Changelog
22

3+
#### 2.0.0
4+
5+
"Advanced Charging Control (ACControl)" is renamed to "Input Power Control (IPControl)"
6+
due to name clashes with "Advanced Charging Controller (acc)" by @VR-25. You are
7+
requested to uninstall any version of ACControl yourselves.
8+
9+
- Unlikely to [--help], [-i] exits with success (0) instead of failure (1)
10+
- Sane sleep delay is reduced to 1 second, resulting in almost instant operations
11+
- Threads are now synchronized by sane sleep delay, so crashhes because of multi-
12+
threaded model should vanish
13+
- Output of debug script now fits Termux' default window size and many others too
14+
- README files are garnished with banner designed and contributed by the awesome
15+
Gaming_Inc @ Telegram
16+
- Control files preference order is updated to potentially fix 'level stuck at
17+
disable threshold' reports
18+
- Errors not caused by IPControl are now displayed as 'Error occured while...'
19+
- Shorter delays are removed from debug script as they introduced unreliability
20+
- Effective UID is presumed root and is never seteuid(UID_ROOT) due to SELinux
21+
- Commandline now implements short options (with no GNU extensions) instead of
22+
long ones
23+
- Unused symbols are stripped from binaries, thus greatly reducing binary sizes
24+
325
#### 1.3.1
426

527
Intermediary versions from v1.1.1 to v1.3.1 are lost as I had to reset and setup

bin/ipc_arm

-228 KB
Binary file not shown.

bin/ipc_x86

-496 KB
Binary file not shown.

module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id=IPControl
22
name=Input Power Control
3-
version=1.3.1
4-
versionCode=23
3+
version=2.0.0
4+
versionCode=30
55
author=Jaymin Suthar
66
description=Completely native input power control tool written purely in C++ for performance and stability

0 commit comments

Comments
 (0)