changelog and bump to 1.0.0-beta.1 for publish

This commit is contained in:
Jonathan Lipps
2014-04-15 15:11:02 -07:00
parent 80582ba5ba
commit 0851f4072e
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -14,15 +14,26 @@ CHANGES IN VERSION 1.0-beta1 (from 0.18.0)
- remove deprecated mobile methods: location, fireEvent, waitForPageLoad,
findElementNameContains, localScreenshot, getCommandTimeout, findAndAct
- rewrite caps.md doc to use new 1.0 style caps
- remove deprecated --merciful and --device-port flags (add
--force-quit-instruments flag instead of -m)
- lots of docs reorganization and prep for new publishing method
- fix valid platform list
- update npm deps to latest (except for express)
- remove all deprecated "mobile: xxx" commands, except for gestures for now
- use new native methods from WD in testsuite
#### iOS
- fix bug where iOS < 7.1 would try to ask instruments for available devices
- loosen up sudo check for authorize_ios so it can run without issue under sudo
- rename `nonSyntheticWebClick` cap to `nativeWebTap`, and turn it off by
default
#### Android
- fix bug with XML page source where it wouldn't create the dump file correctly
- change caps with hyphens (-) like "app-package" to be camelCased like the
rest of Appium caps, e.g., "appPackage"
- fix bug with custom keystore apk signing
- allow multi actions without an element
#### Selendroid
- fix command timeout bug
+1 -1
View File
@@ -11,7 +11,7 @@
"firefoxos",
"testing"
],
"version": "1.0.0-beta.1+SNAPSHOT",
"version": "1.0.0-beta.1",
"author": "appium-discuss@googlegroups.com",
"licenses": [
{