Skip to content

Commit

Permalink
1.9.1 changelog (appium#11390)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgraham authored Sep 20, 2018
1 parent 2678b87 commit b4fd917
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
CHANGES IN VERSION 1.9.1 (from 1.9.0)
===================================

Appium 1.9.1 is a patch release. Next version will likely not support Xcode 8

#### General
* Append the current session identifier to the protocol name prefix in server logs
* Fix the way current protocol is determined from execute response

#### iOS
* Support Xcode 10 and iOS 12.0
* Add a possibility to set container type for Simulator while pushing/pulling files
* Fix W3C format handling by receiveAsyncResponse command
* Fix iPhone X Simulator screen recording

#### Android
* Fix `getStrings` for no app
* Fix screen recording bug
* Return the current geolocation from `getGeoLocation`
* Add `mobile:mobileGetDeviceInfo` command (UiAutomator2 only)
* Make 'by tag name' selector compatible with View Tag selector (Espresso only)
* Convert mouse action events to touch actions (Espresso only)

#### Windows
* Add more support for [W3C Actions API](https://www.w3.org/TR/webdriver1/#actions)
* Support pointer input methods: up, down and move
* Add advanced modifier attributes to 'touch' inputs: pressure, twist, width, height
* Add advanced modifier attributes to 'pen' inputs: pressure, twist, tilt x and y, eraser, barrel button
* Support interpolation for 'pen' and 'multitouch'


CHANGES IN VERSION 1.9.0 (from 1.8.1)
===================================

Expand Down

0 comments on commit b4fd917

Please sign in to comment.