Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nisargjhaveri committed Jan 14, 2023
1 parent 4fa3e6f commit ed66567
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## v2.0.0
- 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
- Minor UI updates and reliability bug fixes

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": "1.1.1",
"version": "2.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 ed66567

Please sign in to comment.