Skip to content

Commit

Permalink
changelog and bump to 0.14.1 for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Jan 21, 2014
1 parent 49cfe2e commit fe716b3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
CHANGES IN VERSION 0.14.1 (from 0.14.0)
=======================================

#### General
- fix bug that prevented appium from pre-launching without specified device

#### iOS
- when alert title is null, return text instead
- add framework for setting iOS and app preferences via plists
- add `enableLocationServices` desired cap for enabling/disabling location
services on the simulator

#### Android
- fix fast reset/clear logic to not fail when remote apk doesn't exist

#### Selendroid
- actually wait for app-wait-activity instead of app-activity


CHANGES IN VERSION 0.14.0 (from 0.13.0)
=======================================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"firefoxos",
"testing"
],
"version": "0.14.0",
"version": "0.14.1",
"author": "[email protected]",
"repository": {
"type": "git",
Expand Down

0 comments on commit fe716b3

Please sign in to comment.