Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Jaymin Suthar <[email protected]>
  • Loading branch information
Jaymin Suthar committed Apr 6, 2019
1 parent a6c70f2 commit fee8bb8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,18 @@ See file NOTICE in project root for licensing information and more details.

## Changelog

#### 0.2

- Add support for the newer Magisk module template.
- Fix device freezing after flashing from Magisk Manager.
- Fix 'libc++_shared.so library not found' errors.
- Fix empty or partial messages printed on terminal.
- Fix read/writing on socket giving I/O errors.
- Remove seteuid support, 'su' must be ran before 'acs'.
- Stop logging to Android system, improve performance.
- Code optimizations.
- Update documentations.

#### 0.1.1

- Update documentations.
Expand Down
Binary file modified bin/acs_arm
Binary file not shown.
Binary file modified bin/acs_x86
Binary file not shown.
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=ACSwitch
name=Advanced Charging Switch
version=0.1.1
versionCode=40
version=0.2
versionCode=69
author=Jaymin Suthar
description=ACSwitch allows you to switch charging status based on configured Automation and on demand.
minMagisk=18105

0 comments on commit fee8bb8

Please sign in to comment.