bump to 0.5.1 and changelog for npm publish

This commit is contained in:
Jonathan Lipps
2013-05-14 00:12:11 -07:00
parent 747a0efc66
commit d6420c3fe9
3 changed files with 26 additions and 1 deletions

View File

@@ -1,4 +1,28 @@
-------------------------------------
CHANGES IN VERSION 0.5.1 (from 0.5.0)
-------------------------------------
[GENERAL]
- updates to python examples
- refactored configuration code
- initial work making Appium's node code windows-compatible
- more lenient treatment of relationship between $HOME and system username
[IOS]
- fixing webview not waiting for page loading on url nav issue
- added node-idevice which streamlines installing .ipas on real devices
- implement scrollTo
- fixed bug in xpath code which returned last element first
[ANDROID]
- add some docs for installing HAXM
- add scroll_into_view for mobile: find
- completed android element class map
[SELENDROID]
- http timeout tweaks
------------------------------------
CHANGES IN VERSION 0.5.0 (from 0.4.1)
-------------------------------------
[GENERAL]

View File

@@ -9,6 +9,7 @@ All flags are optional, but some are required in conjunction with certain others
|Flag|Default|Description|Example|
|----|-------|-----------|-------|
|`--app`|null|IOS: abs path to simulator-compiled .app file or the bundle_id of the desired target on device; Android: abs path to .apk file|`--app /abs/path/to/my.app`|
|`--ipa`|null|(IOS-only) abs path to compiled .ipa file|`--ipa /abs/path/to/my.ipa`|
|`-V`, `--verbose`|true|(DEPRECATED, see --quiet) Get verbose logging output||
|`-q`, `--quiet`|false|Don't use verbose logging output||
|`-U`, `--udid`|null|Unique device identifier of the connected physical device|`--udid 1adsf-sdfas-asdf-123sdf`|

View File

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