Skip to content

Releases: nisargjhaveri/remote-adb

v3.0.1

03 Sep 20:00
Compare
Choose a tag to compare
  • Minor improvement in error handling on connection

v3.0.0

02 Sep 17:23
Compare
Choose a tag to compare
  • Add option to auto-connect devices in the web interface
  • Add cli option to specify host to bind
  • Add handshake when connection starts, exchange local and remote device information.
  • Breaking changes (only for using as a library):
    • Properly define subpath exports for the package for programmatic use
    • Change Server interface to be more flexible and extensible

v2.3.0

15 Aug 20:22
Compare
Choose a tag to compare
  • Allow listing and connecting to emulator with 'emulator-' serial in cli client
  • More reliable websocket connection on some proxies using periodic ping
  • Misc chores and fixes, build on node 20

v2.2.0

25 Jan 19:06
Compare
Choose a tag to compare
  • Improvements in library interface, other fixes
  • Expose Client interface as well for programmatic use

v2.1.0

17 Jan 04:20
Compare
Choose a tag to compare
  • Add type information and make this package work as a library as well
  • Expose Server interface for programmatic use

v2.0.0

14 Jan 12:02
Compare
Choose a tag to compare
  • Major changes and refactoring in the internal APIs to allow for more complex scenarios
  • Add Node.js client using node-usb
  • Add capability to share TCP device
  • Allow specifying password authentication
  • Other fixes and improvements

v1.1.1

30 Nov 12:36
Compare
Choose a tag to compare

Minor UI updates and reliability bug fixes

v1.1.0

01 Oct 07:04
Compare
Choose a tag to compare

Improved UI and better error reporting

v1.0.1

11 Aug 08:55
Compare
Choose a tag to compare

Update README with instructions to install via npm.

v1.0.0

11 Aug 08:38
Compare
Choose a tag to compare
Add .github in .npmignore