update changelog and bump to 0.4.0 for npm publish

This commit is contained in:
Jonathan Lipps
2013-05-07 14:59:16 -07:00
parent b3117b3565
commit edd3fa217a
3 changed files with 37 additions and 2 deletions

View File

@@ -1,3 +1,38 @@
-------------------------------------
CHANGES IN VERSION 0.4.0 (from 0.3.1)
-------------------------------------
[GENERAL]
- more python examples including for android
- node android code example
- migrated wiki to appium/docs
- added troubleshooting docs
- added auto-tagging of repo on npm publish
- add a config check to make sure reset.sh was run for a specific device
before allowing appium to try to start a session with that device
[IOS]
- various efforts to fix/workaround the (null).tap() issue in UIAutomation
- added shake()
[ANDROID]
- partial match on content-desc
- find aapt in SDK or path
- better logging all around
- ensure app apk exists and fail if not
- added content-desc to all ApiDemos elements
- added --avd flag for launching emulator if not running
- added getName()
- fix mobile: find
[SELENDROID]
- updated selendroid to 0.4
- don't re-build selendroid for each app, just re-insert manifest and build
selendroid in reset.sh instead
[FIREFOXOS]
- Initial Firefox OS support landed!
-------------------------------------
CHANGES IN VERSION 0.3.1 (from 0.3.0)
-------------------------------------

View File

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