From ed66567d6634b9fc6a7fd6e49b38975e56e9873e Mon Sep 17 00:00:00 2001 From: Nisarg Jhaveri Date: Sat, 14 Jan 2023 17:28:03 +0530 Subject: [PATCH] 2.0.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a92049..b05b691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 8f2da9a..bb23e31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remote-adb", - "version": "1.1.1", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remote-adb", - "version": "1.1.1", + "version": "2.0.0", "license": "MIT", "dependencies": { "body-parser": "^1.20.0", diff --git a/package.json b/package.json index 48d4a9e..d85026d 100644 --- a/package.json +++ b/package.json @@ -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",