Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Abalov authored and Nick Abalov committed Sep 3, 2015
1 parent c35b2ae commit 9a55686
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log

## Unreleased
<!--## Unreleased-->


## v1.3.0

- Add dynamic port assigment for InnerServer #39
- Add `autoLaunch` capability: whether to launch the app automatically. Default `true`
Expand Down
2 changes: 1 addition & 1 deletion Winium/Winium.StoreApps.Common/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
// 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.2.0.*")]
[assembly: AssemblyVersion("1.3.0.*")]
2 changes: 1 addition & 1 deletion 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.2.0.*")]
[assembly: AssemblyVersion("1.3.0.*")]
[assembly: AssemblyFileVersion("1.1.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
// 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.2.0.*")]
[assembly: AssemblyVersion("1.3.0.*")]
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,22 @@
<package>
<metadata>
<id>Winium.StoreApps.InnerServer</id>
<version>1.2.0</version>
<version>1.3.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.3.0
+ Add dynamic port assigment for InnerServer #39
+ Add `autoLaunch` capability: whether to launch the app automatically. Default `true`
+ Add `--version` option to a driver CLI. Fix exit codes
+ Add `SetOrientation` command (Note that orientation is preserved between sessions)
* Fix `GetOrientation` command
+ Add Emulator VMs caching (i.e. speed up session creation when same emulator is requested)
* Fix Emulator VMs disposing on Driver exit (note that VM will not be closed)
* Fix Driver failing to create a new session if user name is not lower case (bug introduced in 778ca88)
v1.2.0
* Simplify inclusion of `InnerServer`: call `AutomationServer.Instance.InitializeAndStart();` on UI thread. No need to pass visual root any more.
+ Add `LaunchApp`, `CloseApp` commands [#44](https://github.com/2gis/Winium.StoreApps/issues/44)
Expand All @@ -22,10 +31,6 @@
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
v1.1.0
+ Add status command
* Change element visibility check algorithm
* Minor fixes
</releaseNotes>
<copyright>Copyright © 2015</copyright>
<tags></tags>
Expand Down

0 comments on commit 9a55686

Please sign in to comment.