Skip to content

v0.7.51

Choose a tag to compare

@Bahtya Bahtya released this 06 Mar 07:43
· 9 commits to main since this release

What's Changed

  • reuse an already-running ADB server instead of falling back to a slow or failing reconnect path
  • surface connected devices in packaged Windows builds before adbkit finishes loading, removing the No Devices startup regression
  • switch tunnel forward management to the bundled ADB binary so packaged builds no longer fail with spawn adb ENOENT
  • reuse an existing tcp:7890 -> tcp:7890 forward without deleting it on app exit, so external ADB tunnel workflows keep working
  • harden server detection with retry and timeout rechecks to avoid false Failed to start ADB server errors when another ADB instance already owns port 5037