From aa4c9508cd956fe29877daf3df330bc0f12bd505 Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Wed, 9 Nov 2016 15:15:54 +0900 Subject: [PATCH] Bump minicap to fix some 4.2 devices. --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bd918bafc..2674d9a17d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.3.0 (2016-11-09) + +Minor release addressing the following: + +### Fixes + +- Fixed [minicap](https://github.com/openstf/minicap) on various devices running Android 4.2, incl. Qumo Quest 405, Yoga Tablet 8 etc. There may still be some that do not work, as 4.2 was customized pretty heavily by some makers. Thanks to @dkw72n for tracking down the issue and coming up with a fix! And as always, please let us know if you find any device (running any Android version) that does not work. + ## 2.2.0 (2016-11-09) Minor release addressing the following: diff --git a/package.json b/package.json index 873081b23e..211883227b 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "lodash": "^4.14.2", "markdown-serve": "^0.3.2", "mime": "^1.3.4", - "minicap-prebuilt": "^1.1.0", + "minicap-prebuilt": "^1.2.0", "minimatch": "^3.0.3", "my-local-ip": "^1.0.0", "node-uuid": "^1.4.3",