Skip to content

Commit

Permalink
Version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
opensourceci2gis committed Sep 30, 2016
1 parent 3bfc392 commit b652ea6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@
- Add driver option --silent to disable logging
-->

## v1.5.0
## v1.6.0

- Add new script command for click to element center (by bounding rectangle). Thanks @kdavydenko
- Add `GetOrientation` and `SetOrientation` command. Thanks @jonstoneman
- Fix listener crashing on empty incoming request (python bindings >2.53.3)
- Fix get attribute response format


## v1.5.0

- Add `SwitchToWindow` command
- Fix XPath attribute value if this ControlType
Expand Down Expand Up @@ -41,3 +49,4 @@ New features:




Expand Down
4 changes: 2 additions & 2 deletions src/Winium.Desktop.Driver/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.5.0.*")]
[assembly: AssemblyInformationalVersion("1.5.0")]
[assembly: AssemblyFileVersion("1.6.0.*")]
[assembly: AssemblyInformationalVersion("1.6.0")]

0 comments on commit b652ea6

Please sign in to comment.