Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
opensourceci2gis committed Oct 13, 2015
1 parent bb01ff8 commit 985acd5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@
- Add driver option --silent to disable logging
-->

## v1.3.0
## v1.4.0

- Add `XPath` strategy for locating elements
- Add `GetCurrentWindowHandle` command
- Add `GetWindowHandles` command
- Add `--silent` option to a driver CLI (suppresses output)
- Fix logger timestamp format


## v1.3.0

- Fix error response format
- Add `args` capability for launching application with arguments
Expand All @@ -24,3 +33,4 @@ New features:
- Support Action Chains from bindings
- Add new script command for setting value to element using ValuePattern


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.3.0.*")]
[assembly: AssemblyInformationalVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.4.0.*")]
[assembly: AssemblyInformationalVersion("1.4.0")]

0 comments on commit 985acd5

Please sign in to comment.