Skip to content

madb v2.0.0

Latest
Compare
Choose a tag to compare
@yyoon yyoon released this 27 Jun 20:53
· 1 commit to master since this release

v2.0.0 (2016-06-27)

This version contains the following new features:

  • madb extern: runs any external command other than adb for all devices in parallel. (#31)
  • madb resolve: prints out the device serial numbers for the given device specifiers. (#10)
  • madb group: manages device groups, which can be used as device specifiers. (#2)
  • madb (group|name|user) list: prints the information in a table format. (#6)
  • (Bug Fix) The application IDs are correctly extracted, even when not explicitly provided in the Gradle script. (#37)

In this version, the configuration files under ~/.madb directory (nicknames, users) are merged into a single ~/.madb/config file. The old configurations from v1.x.x will be automatically migrated to the new format.

Please refer to the online documentation or type madb help or madb help <topic> for more details.