Skip to content

Commit 985acd5

Browse files
author
opensourceci2gis
committed
Version 1.4.0
1 parent bb01ff8 commit 985acd5

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

‎CHANGELOG.md‎

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@
55
- Add driver option --silent to disable logging
66
-->
77

8-
## v1.3.0
8+
## v1.4.0
9+
10+
- Add `XPath` strategy for locating elements
11+
- Add `GetCurrentWindowHandle` command
12+
- Add `GetWindowHandles` command
13+
- Add `--silent` option to a driver CLI (suppresses output)
14+
- Fix logger timestamp format
15+
16+
17+
## v1.3.0
918

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

36+

‎src/Winium.Desktop.Driver/Properties/AssemblyInfo.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
3636
[assembly: AssemblyVersion("1.2.0.0")]
37-
[assembly: AssemblyFileVersion("1.3.0.*")]
38-
[assembly: AssemblyInformationalVersion("1.3.0")]
37+
[assembly: AssemblyFileVersion("1.4.0.*")]
38+
[assembly: AssemblyInformationalVersion("1.4.0")]

0 commit comments

Comments
 (0)