diff --git a/CHANGELOG.md b/CHANGELOG.md index df66232..a52f6fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,22 @@ - ## v1.2.0 + ## v1.3.0 + +- Fix error response format +- Add `args` capability for launching application with arguments +- Set default elements search timeout to 10 seconds (fixed in [Winium.Cruciatus 2.7.0](https://github.com/2gis/Winium.Cruciatus/releases/tag/v2.7.0)) +- Single file Driver distribution +- Add extended driver commands (see [Winium.Elements](https://github.com/2gis/Winium.Elements/releases) for bindings). Extended commands simplify usage of following elements: + - ComboBox (collapse, expand, is expanded, find selected item, scroll to item) + - DataGrid (row count, column count, find cell, scroll to cell, select cell) + - ListBox (scroll to item) + - Menu (find item, select item) + + +## v1.2.0 New features: - Support Action Chains from bindings - Add new script command for setting value to element using ValuePattern + diff --git a/src/Winium.Desktop.Driver/Properties/AssemblyInfo.cs b/src/Winium.Desktop.Driver/Properties/AssemblyInfo.cs index 82d0fee..22639a5 100644 --- a/src/Winium.Desktop.Driver/Properties/AssemblyInfo.cs +++ b/src/Winium.Desktop.Driver/Properties/AssemblyInfo.cs @@ -34,5 +34,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.2.0.0")] -[assembly: AssemblyFileVersion("1.2.0.*")] -[assembly: AssemblyInformationalVersion("1.2.0")] +[assembly: AssemblyFileVersion("1.3.0.*")] +[assembly: AssemblyInformationalVersion("1.3.0")]