Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nisargjhaveri committed Sep 2, 2024
1 parent 546fd58 commit 491e628
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## v3.0.0
- 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
- Allow listing and connecting to emulator with 'emulator-' serial in cli client
- More reliable websocket connection on some proxies using periodic ping
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remote-adb",
"version": "2.3.0",
"version": "3.0.0",
"description": "Share Android devices for debugging on a remote machine via an easy web interface",
"license": "MIT",
"repository": "github:nisargjhaveri/remote-adb",
Expand Down

0 comments on commit 491e628

Please sign in to comment.