Skip to content

Latest commit

 

History

History
178 lines (107 loc) · 8.59 KB

CHANGELOG.md

File metadata and controls

178 lines (107 loc) · 8.59 KB

0.9.0 (2024-06-19)

Features

  • add connectDevice and disconnectDevice api (0f8b811)
  • 支持自定义adb二进制文件路径 (13ef8d3)
  • add some tools for apk (d58377c)
  • add spawnSyncAdbCmd api (a199d48)
  • support PRIORITY_ADB_MODULE_TYPE config (048347f)

Bug Fixes

  • fix C:\WINDOWS\system32\cmd.exe ENOENT (9cd00e4)
  • fix cmd.exe ENOENT error (3289f2c)
  • fix permission denied (40fefbf)
  • windows compatible (366126d)

0.8.0 (2024-06-04)

Features

  • support PRIORITY_ADB_MODULE_TYPE config (048347f)

0.7.1 (2022-10-18)

Features

  • 支持自定义 adb 二进制文件路径 (13ef8d3)
  • add some tools for apk (d58377c)
  • add spawnSyncAdbCmd api (a199d48)

Bug Fixes

  • fix C:\WINDOWS\system32\cmd.exe ENOENT (9cd00e4)
  • fix cmd.exe ENOENT error (3289f2c)
  • fix permission denied (40fefbf)
  • windows compatible (366126d)

0.7.0 (2022-10-18)

Features

  • 支持自定义 adb 二进制文件路径 (13ef8d3)
  • add some tools for apk (d58377c)
  • add spawnSyncAdbCmd api (a199d48)

Bug Fixes

  • fix C:\WINDOWS\system32\cmd.exe ENOENT (9cd00e4)
  • fix cmd.exe ENOENT error (3289f2c)
  • fix permission denied (40fefbf)
  • windows compatible (366126d)

0.6.1 (2022-10-14)

Features

  • 支持自定义 adb 二进制文件路径 (13ef8d3)
  • add spawnSyncAdbCmd api (a199d48)

Bug Fixes

  • fix C:\WINDOWS\system32\cmd.exe ENOENT (9cd00e4)
  • fix cmd.exe ENOENT error (3289f2c)
  • fix permission denied (40fefbf)
  • windows compatible (366126d)

0.6.0 (2022-10-12)

Features

  • support custom adb bin file instead of build-in file (13ef8d3)
  • add spawnSyncAdbCmd api (a199d48)

Bug Fixes

  • fix C:\WINDOWS\system32\cmd.exe ENOENT (9cd00e4)
  • fix cmd.exe ENOENT error (3289f2c)
  • fix permission denied (40fefbf)
  • windows compatible (366126d)

0.5.0 (2022-09-09)

Features

  • add spawnSyncAdbCmd api (a199d48)

Bug Fixes

  • fix C:\WINDOWS\system32\cmd.exe ENOENT (9cd00e4)
  • fix cmd.exe ENOENT error (3289f2c)
  • fix permission denied (40fefbf)
  • windows compatible (366126d)

0.4.1 (2022-09-08)

Features

  • add spawnSyncAdbCmd api (a199d48)

Bug Fixes

  • fix C:\WINDOWS\system32\cmd.exe ENOENT (9cd00e4)
  • fix cmd.exe ENOENT error (3289f2c)
  • fix permission denied (40fefbf)

0.4.0 (2022-09-06)

Features

  • add spawnSyncAdbCmd api (a199d48)

Bug Fixes

  • fix C:\WINDOWS\system32\cmd.exe ENOENT (9cd00e4)
  • fix cmd.exe ENOENT error (3289f2c)
  • fix permission denied (40fefbf)

0.3.1-beta.2 (2022-09-06)

Features

  • add spawnSyncAdbCmd api (a199d48)

Bug Fixes

  • fix C:\WINDOWS\system32\cmd.exe ENOENT (9cd00e4)
  • fix cmd.exe ENOENT error (3289f2c)

0.3.1-beta.1 (2022-09-06)

Features

  • add spawnSyncAdbCmd api (a199d48)

Bug Fixes

  • fix C:\WINDOWS\system32\cmd.exe ENOENT (9cd00e4)
  • fix cmd.exe ENOENT error (3289f2c)

0.3.1-0 (2022-09-01)

Features

  • add spawnSyncAdbCmd api (a199d48)

Bug Fixes

  • fix C:\WINDOWS\system32\cmd.exe ENOENT (9cd00e4)
  • fix cmd.exe ENOENT error (3289f2c)

0.3.0 (2022-08-30)

Features

  • add spawnSyncAdbCmd api (a199d48)

Bug Fixes

  • fix C:\WINDOWS\system32\cmd.exe ENOENT (9cd00e4)
  • fix cmd.exe ENOENT error (3289f2c)

0.0.2 (2022-08-29)

Bug Fixes

  • fix C:\WINDOWS\system32\cmd.exe ENOENT (9cd00e4)

0.0.1 (2022-08-23)

Feature

  1. add adb binary files,support mac,window,linux
  2. get deivces function
  3. run adb commamnd