This changelog is based on Keep a Changelog.
promise-android-tools versioning started at 1.0.0, but this changelog was not added until 4.0.6.
- adb.connect() function to connect to network devices (#65)
- Introduce a setPath option for tools (#72)
- documentation served on ubports.github.io/promise-android-tools #75 #80
- Bump version to fix broken packaging
- adb: allow rebooting to download mode (7a1846b3c2e799b675b1e63cb5066f16fd1804f6)
- adb: allow rebooting to edl mode (323bb7dc36880d35473062616fc08fd511bf4db9)
- Update dependencies (63cbfb09f21987de0f22e58ef6f77c965d232e58)
- Fix CRLF handling in fastboot getvar (53f16e9322d399a69efdd02f2ff8fa575a9e71e3)
- Fastboot: add commands for interacting with logical partitions (bd2d690c522705100a5f5535360c0b6ac4d661f7)
- Handle protocol fault / connection reset error in adb (#63)
- Update dependencies (145a0e28bc61ea1cc359b4e3d82d911db3fc83dc)
- Adb: add getprop() and getSystemImageCapability() (#61)
- Update dependencies (6d47250c40bdf9dc1a24d748e72b13f8d50ae36d)
- Fastboot: add command to wipe super (#58)
- Fastboot: add reboot commands for fastbootd and recovery mode (#57)
- Update dependencies (fae268b54af6ab941a2129e670a6e582b0e48815)
- Prevent downstream race conditions in
adb.startServer()
(#56)