From d656b7bba05bc6d1e2131add3dd5c031fadb04a5 Mon Sep 17 00:00:00 2001 From: Vishal Banthia Date: Tue, 29 Dec 2015 15:01:42 +0900 Subject: [PATCH] 1.1.0 --- README.md | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 23682d7c..f02f2410 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ It is currently being used at [CyberAgent](https://www.cyberagent.co.jp/en/) to * OS support - Android * Supports versions 2.3.3 (SDK level 10) to 6.0 (SDK level 23) - - **Note: build from master for 6.0 support until 1.1.0 is out.** * 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 @@ -44,6 +43,7 @@ It is currently being used at [CyberAgent](https://www.cyberagent.co.jp/en/) to * Run any `adb` command locally, including shell access * [Android Studio](http://developer.android.com/tools/studio/index.html) and other IDE support, debug your app while watching the device screen on your browser * Supports [Chrome remote debug tools](https://developer.chrome.com/devtools/docs/remote-debugging) + - File Explorer to access device file system - Experimental VNC support (work in progress) * Manage your device inventory - See which devices are connected, offline/unavailable (indicating a weak USB connection), unauthorized or unplugged @@ -66,10 +66,9 @@ We're also actively working to expand the team. Welcome **@vbanthia** as our new Here are some things we are planning to address ASAP. 1. Properly expose the new VNC functionality in the UI -2. Release 1.1.0 so that we have stable version with Android 6.0 support -3. Implement a basic REST API for programmatically using devices -4. Properly reset user data between uses (Android 4.0+) -5. Automated scheduled restarts for devices +2. Implement a basic REST API for programmatically using devices +3. Properly reset user data between uses (Android 4.0+) +4. Automated scheduled restarts for devices ### Sponsors wanted @@ -91,7 +90,7 @@ As the product has evolved from an internal tool running in our internal network * [Node.js](https://nodejs.org/) >= 0.12 * [ADB](http://developer.android.com/tools/help/adb.html) properly set up -* [RethinkDB](http://rethinkdb.com/) >= 2.0.0 +* [RethinkDB](http://rethinkdb.com/) >= 2.2 * [GraphicsMagick](http://www.graphicsmagick.org/) (for resizing screenshots) * [ZeroMQ](http://zeromq.org/) libraries installed * [Protocol Buffers](https://github.com/google/protobuf) libraries installed diff --git a/package.json b/package.json index 547e50ed..6b50b8c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stf", - "version": "1.0.10", + "version": "1.1.0", "description": "Smartphone Test Farm", "keywords": [ "adb",