From bed7cb459de661c46c2699ad0cfea376d3e89211 Mon Sep 17 00:00:00 2001 From: Jonathan Lipps Date: Fri, 21 Mar 2014 10:57:22 -0700 Subject: [PATCH] changelog and bump to 0.17.4 for publish --- CHANGELOG.txt | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 17363ffb6..3879a9073 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,29 @@ +CHANGES IN VERSION 0.17.4 (from 0.17.3) +======================================= + +#### General +- fix "mobile: reset" +- use the new Context API (from [the spec + draft](https://code.google.com/p/selenium/source/browse/spec-draft.md?repo=mobile)) + for switching back and forth between webviews. The window handles strategy + will be deprecated in 1.0 +- update Wd.js to use a version with context support +- sanitize desired caps so they are always a manageable type + +#### iOS +- allow testing of iOS7.1 in Appium's testsuite/test.sh +- don't error out of pref path finding too soon if there are multiple dirs + +#### Android +- fix "mobile: push" +- fix fastReset going undefined between sessions +- add --avd-args server param to pass args to avd on boot +- various fixes for starting avds, including allowing multiple emulators to be + running +- fix getElement() to set isElement to false instead of throwing +- fix touch actions by fixing leaking state across executions +- remove fastClear and run `pm clear` on fastReset + CHANGES IN VERSION 0.17.3 (from 0.17.2) ======================================= diff --git a/package.json b/package.json index 895e0f541..31cd0dd68 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "firefoxos", "testing" ], - "version": "0.17.3", + "version": "0.17.4", "author": "appium-discuss@googlegroups.com", "licenses": [ {