- Fix
data_offset
being set for payload operations that don't need it (PR #136 @chenxiaolong)- This fixes patched stock OnePlus images from being rejected when flashing.
Behind-the-scenes changes:
- Move full OTA check to CLI functions to allow library functions to parse delta OTAs (PR #135 @chenxiaolong)
- Remove unnecessary use of
anyhow
macro (PR #137 @chenxiaolong)
- Add support for Magisk 263xx (PR #132 @chenxiaolong)
- Initial Rust release. The old Python implementation can be found in the
python
branch. (PR #130 @chenxiaolong)