Skip to content

Commit ed66567

Browse files
committed
2.0.0
1 parent 4fa3e6f commit ed66567

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## v2.0.0
4+
- Major changes and refactoring in the internal APIs to allow for more complex scenarios
5+
- Add Node.js client using node-usb
6+
- Add capability to share TCP device
7+
- Allow specifying password authentication
8+
- Other fixes and improvements
9+
310
## v1.1.1
411
- Minor UI updates and reliability bug fixes
512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remote-adb",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "Share Android devices for debugging on a remote machine via an easy web interface",
55
"license": "MIT",
66
"repository": "github:nisargjhaveri/remote-adb",

0 commit comments

Comments
 (0)