File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
527Intermediary versions from v1.1.1 to v1.3.1 are lost as I had to reset and setup
Original file line number Diff line number Diff line change 11id=IPControl
22name=Input Power Control
3- version=1.3.1
4- versionCode=23
3+ version=2.0.0
4+ versionCode=30
55author=Jaymin Suthar
66description=Completely native input power control tool written purely in C++ for performance and stability
You can’t perform that action at this time.
0 commit comments