Skip to content

v3.2.0

Compare
Choose a tag to compare
@sorccu sorccu released this 06 Dec 06:44
· 178 commits to master since this release

3.2.0 (2017-12-06)

Enhancements

  • Android 8.1 is now supported.
  • The network column in the device list is now based on a value that gets updated in real time. The format of the column has changed slightly due to this change.
  • The --mute-master option now accepts the values never (default), inuse (only when a device is being used), and always (mute pre-emptively during setup phase). For backwards compatibility, --mute-master with no value maps to inuse, and --no-mute-master to never.
  • The battery level and battery temperature columns are now filterable with comparison operators.
  • Log output now includes a timestamp.

Fixes

  • Fixed an issue on Windows where our device binaries may have failed to install due to an Out of fallback locations error caused by a faulty mode check. Thanks @iqianxing!