From aac208c118ca66637fffe37fcdbfc17eb27be0a5 Mon Sep 17 00:00:00 2001 From: Nick Abalov Date: Mon, 19 Oct 2015 09:04:49 +0600 Subject: [PATCH] Version 1.4.0 --- CHANGELOG.md | 13 +++++++++++++ .../Properties/AssemblyInfo.cs | 3 ++- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 3 ++- .../Winium.StoreApps.InnerServer.nuspec | 16 ++++++++++++---- 5 files changed, 31 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9694b9..96fee6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v1.4.0 +- Fix `Remote Procedure Call Failed` when trying to launch app under test by retrying it +- Fix `sessionId` being `null` in response for some commands (thanks to [@tkurnosova](https://github.com/tkurnosova)) +- Add support for deployment of dependenecies (thanks to [@ole-vegard](https://github.com/ole-vegard)) +- Add `IsElementEnabled` command +- Fix socket interrupt handling +- Add Selenium Grid support and autoregistering Winium as Selenium Grid node ([Running tests in parallel](https://github.com/2gis/Winium.StoreApps/wiki/Running-tests-in-parallel)) +- Fix sessionId not being unique +- Add `--bound-device-name` command line option +- Use indented formatting for JSON responses for pretty logging +- Fix logger timestamp format (thanks to [@magnarn](https://github.com/magnarn)) + + ## v1.3.1 - Fix click command for custom controls diff --git a/Winium/Winium.StoreApps.Common/Properties/AssemblyInfo.cs b/Winium/Winium.StoreApps.Common/Properties/AssemblyInfo.cs index 0cabee5..453bf63 100644 --- a/Winium/Winium.StoreApps.Common/Properties/AssemblyInfo.cs +++ b/Winium/Winium.StoreApps.Common/Properties/AssemblyInfo.cs @@ -26,4 +26,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.0.*")] +[assembly: AssemblyVersion("1.4.0.*")] +[assembly: AssemblyFileVersionAttribute("1.4.0.0")] diff --git a/Winium/Winium.StoreApps.Driver/Properties/AssemblyInfo.cs b/Winium/Winium.StoreApps.Driver/Properties/AssemblyInfo.cs index e821ee6..524d4fd 100644 --- a/Winium/Winium.StoreApps.Driver/Properties/AssemblyInfo.cs +++ b/Winium/Winium.StoreApps.Driver/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.1.*")] -[assembly: AssemblyFileVersion("1.1.0.0")] +[assembly: AssemblyVersion("1.4.0.*")] +[assembly: AssemblyFileVersion("1.4.0.0")] diff --git a/Winium/Winium.StoreApps.InnerServer/Properties/AssemblyInfo.cs b/Winium/Winium.StoreApps.InnerServer/Properties/AssemblyInfo.cs index c9d47ad..2fb676e 100644 --- a/Winium/Winium.StoreApps.InnerServer/Properties/AssemblyInfo.cs +++ b/Winium/Winium.StoreApps.InnerServer/Properties/AssemblyInfo.cs @@ -29,4 +29,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.0.*")] +[assembly: AssemblyVersion("1.4.0.*")] +[assembly: AssemblyFileVersionAttribute("1.4.0.0")] diff --git a/Winium/Winium.StoreApps.InnerServer/Winium.StoreApps.InnerServer.nuspec b/Winium/Winium.StoreApps.InnerServer/Winium.StoreApps.InnerServer.nuspec index c193d05..a192e1b 100644 --- a/Winium/Winium.StoreApps.InnerServer/Winium.StoreApps.InnerServer.nuspec +++ b/Winium/Winium.StoreApps.InnerServer/Winium.StoreApps.InnerServer.nuspec @@ -2,13 +2,24 @@ Winium.StoreApps.InnerServer - 1.3.0 + 1.4.0 2GIS 2GIS https://github.com/2gis/Winium.StoreApps false Essential part of Winium StoreApps (Selenium Remote WebDriver implementation) that should be included in tested app to enable automation. + v1.4.0 + * Fix `Remote Procedure Call Failed` when trying to launch app under test by retrying it + * Fix `sessionId` being `null` in response for some commands (thanks to @tkurnosova) + + Add support for deployment of dependenecies (thanks to @ole-vegard) + + Add `IsElementEnabled` command + * Fix socket interrupt handling + + Add Selenium Grid support and autoregistering Winium as Selenium Grid node + * Fix sessionId not being unique + + Add `--bound-device-name` command line option + * Use indented formatting for JSON responses for pretty logging + * Fix logger timestamp format (thanks to @magnarn) v1.3.0 + Add dynamic port assigment for InnerServer #39 + Add `autoLaunch` capability: whether to launch the app automatically. Default `true` @@ -28,9 +39,6 @@ * Fix visual tree root discovery * Fix popup child root element is not included in search [#40](https://github.com/2gis/Winium.StoreApps/issues/40) * Fix alert related commands to work with `ContentDialog` - v1.1.1 - + Add execute script command to show or hide on-screen keyboard - + Add execute script command to return clickable point as determined by Automation API Copyright © 2015