mirror of
https://github.com/appium/appium.git
synced 2026-02-13 21:39:49 -06:00
changelog and bump for publish 0.8.0
This commit is contained in:
@@ -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)
|
||||
-------------------------------------
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"automation",
|
||||
"javascript"
|
||||
],
|
||||
"version": "0.7.3",
|
||||
"version": "0.8.0",
|
||||
"author": "appium-discuss@googlegroups.com",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user