changelog and bump for publish 0.8.0

This commit is contained in:
Jonathan Lipps
2013-07-03 11:20:31 -07:00
parent 39e271cda4
commit 0c1eba53f2
2 changed files with 35 additions and 1 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------
CHANGES IN VERSION 0.8.0 (from 0.7.3)
-------------------------------------
[GENERAL]
- bump maxBuffer for various subprocesses
- automatically re-register appium with grid if it disconnects
- augment style guide
- allow appium tests to read appium server port from $APPIUM_PORT
[IOS]
- add support for locking device for X seconds
- add support for backgrounding app for X seconds
- make finding node/instruments_client more robust for instruments context
- mobile methods for installing/uninstalling apps to device
- add shortcut for UIACollectionCell and UIATableCell
- ensure isEnabled returns a boolean value
[ANDROID]
- add mobile: searchId method to search for string by ID
- add mobile: resolveId method to resolve strings
- fix activity detection to be more allowing of different strings
- enable keystore for using different certs
- fix issue when large messages are transferred from bootstrap
- fix takesScreenshot capability
- add long tap method
- make screenshot work on windows
- fix scrollTo support
[CHROME]
- add support for automating Chrome on Android!
[SELENDROID]
- update selendroid to 90aef5d
-------------------------------------
CHANGES IN VERSION 0.7.3 (from 0.7.2)
-------------------------------------

View File

@@ -5,7 +5,7 @@
"automation",
"javascript"
],
"version": "0.7.3",
"version": "0.8.0",
"author": "appium-discuss@googlegroups.com",
"repository": {
"type": "git",