Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Abalov authored and Nick Abalov committed Oct 19, 2015
1 parent fa2cd73 commit aac208c
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

<!--## Unreleased-->

## 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

Expand Down
3 changes: 2 additions & 1 deletion Winium/Winium.StoreApps.Common/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions Winium/Winium.StoreApps.Driver/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,24 @@
<package>
<metadata>
<id>Winium.StoreApps.InnerServer</id>
<version>1.3.0</version>
<version>1.4.0</version>
<authors>2GIS</authors>
<owners>2GIS</owners>
<projectUrl>https://github.com/2gis/Winium.StoreApps</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Essential part of Winium StoreApps (Selenium Remote WebDriver implementation) that should be included in tested app to enable automation.</description>
<releaseNotes>
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`
Expand All @@ -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
</releaseNotes>
<copyright>Copyright © 2015</copyright>
<tags></tags>
Expand Down

0 comments on commit aac208c

Please sign in to comment.