version 1.3.2

This commit is contained in:
Dave Holoway
2020-07-21 21:01:11 +01:00
parent 05b3877bcb
commit 33dd93da0c
5 changed files with 8 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
# Change Log
### version 1.3.2
* Update analytics library
* Update lodash version - security advisory https://www.npmjs.com/advisories/1523
### version 1.3.0
* Support `ADB_SERVER_SOCKET`, `ANDROID_ADB_SERVER_ADDRESS` & `ANDROID_ADB_SERVER_PORT` env vars when connecting to ADB.
* Replace `adbPort` configuration option with a new `adbSocket` value to allow ADB server host to be overidden. (`adbPort` is now deprecated).