From dbe5e8d68aa470b339bcf63b167d83f435cf4618 Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Mon, 24 Oct 2016 02:08:44 +0900 Subject: [PATCH] Update README and CHANGELOG for 2.1.0. --- CHANGELOG.md | 15 +++++++++++++++ README.md | 8 +------- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26ab1975..72d75598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 2.1.0 (2016-10-24) + +Minor release addressing the following: + +### Enhancements + +- Android 7.1 support! + +### Fixes + +- [STFService.apk](https://github.com/openstf/STFService.apk) now uses abstract sockets instead of TCP sockets. This fixes stability issues with devices connected in RNDIS mode. +- Updated [adbkit](https://github.com/openstf/adbkit) to fix `logcat` issues on newer Android versions. +- General reliability improvements in [adbkit](https://github.com/openstf/adbkit). +- Fixed [minitouch](https://github.com/openstf/minitouch) on Alcatel Idol 3. + ## 2.0.1 (2016-07-29) No changes, just a retag due to issues with NPM tags. diff --git a/README.md b/README.md index 10d6361f..e26bb8dd 100644 --- a/README.md +++ b/README.md @@ -28,17 +28,11 @@ HeadSpin offers a generous monthly contribution towards STF development. Please [contact us][contact-link] for sponsor arrangements. Both recurring and one-time contributions are most welcome. Contributions towards a specific issue or feature are also possible, and can be attributed to your company in our release notes and other related materials. Hardware-only contributions, whether new or used, are also extremely helpful and well received, especially if you find a device that doesn't work. Please see our [donation transparency report](DONATION-TRANSPARENCY.md) for past hardware contributions. -## Announcements - -* Thanks to @qband, @juliusspencer and Anonymous donors, we've been able to confirm [Android N Preview 5 support!](https://github.com/openstf/stf/issues/279) -* We've added a [donation transparency report](DONATION-TRANSPARENCY.md) for all to see. -* [HeadSpin](https://headspin.io/) is now sponsoring future development! - ## Features * OS support - Android - * Supports versions 2.3.3 (SDK level 10) to Android N Preview 5 + * Supports versions 2.3.3 (SDK level 10) to 7.1 (SDK level 25) * Supports Wear 5.1 (but not 5.0 due to missing permissions) * Supports Fire OS, CyanogenMod, and other heavily Android based distributions * `root` is **not** required for any current functionality