diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e523b4..673a711 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -41,3 +49,4 @@ New features: + diff --git a/src/Winium.Desktop.Driver/Properties/AssemblyInfo.cs b/src/Winium.Desktop.Driver/Properties/AssemblyInfo.cs index 5670da8..a0f424a 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.5.0.*")] -[assembly: AssemblyInformationalVersion("1.5.0")] +[assembly: AssemblyFileVersion("1.6.0.*")] +[assembly: AssemblyInformationalVersion("1.6.0")]