Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nisargjhaveri committed Sep 3, 2024
1 parent aac09ad commit 9bcf629
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

All notable changes to the "remote-adb-server" extension will be documented in this file.

## [0.1.0]
## 0.2.0
- Bump [remote-adb](https://github.com/nisargjhaveri/remote-adb) to 3.0.1
- Start server on local 127.0.0.1 instead of the publicly accessible

## 0.1.0
- Initial release
- Ability to start/stop the server and open web interface using simple VS Code commands.
- Simple API for extending the functionality on the client side.
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
Expand Up @@ -4,7 +4,7 @@
"displayName": "Remote Android Debugging (Server)",
"description": "Connect local Android devices to remote machine for debugging",
"repository": "https://github.com/nisargjhaveri/vscode-remote-adb-server",
"version": "0.1.0",
"version": "0.2.0",
"engines": {
"vscode": "^1.74.0"
},
Expand Down

0 comments on commit 9bcf629

Please sign in to comment.