- Upgrade xz version in precompiled binaries (Issue #138, PR #139 @chenxiaolong)
- This fixes the
ota extract
andota verify
commands in some multithreaded situations.
- This fixes the
- Add
--version
option to print out avbroot's version (Issue #138, PR #140 @chenxiaolong)
- 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)