Skip to content

Commit

Permalink
Prepare release (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danp2 authored Mar 3, 2022
1 parent fc2bbba commit 590e131
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
11 changes: 3 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Go to [legend](#legend---types-of-changes) for further information about the types of changes.

## [Unreleased]
## [0.7.0] - 2022-03-03

### Added

Expand All @@ -24,17 +24,11 @@ Go to [legend](#legend---types-of-changes) for further information about the typ
- _WD_UpdateDriver: Extract webdriver executable located in a subfolder
- _WD_CapabilitiesAdd: Must use 'msedge' instead of 'edge' when for browser name. `Script breaking change`

### Deprecated

### Fixed

- _WD_UpdateDriver: Unpacking webdriver executable failed on some workstations; Better error handling
- _WD_GetWebDriverVersion: Resolve error `Subscript used on non-accessible variable`

### Removed
### Security
### Project

## [0.6.0] - 2022-02-22

### Added
Expand Down Expand Up @@ -865,7 +859,8 @@ Go to [legend](#legend---types-of-changes) for further information about the typ

- Initial release

[Unreleased]: https://github.com/Danp2/au3WebDriver/compare/0.6.0...HEAD
[Unreleased]: https://github.com/Danp2/au3WebDriver/compare/0.7.0...HEAD
[0.7.0]: https://github.com/Danp2/au3WebDriver/compare/0.6.0...0.7.0
[0.6.0]: https://github.com/Danp2/au3WebDriver/compare/0.5.2...0.6.0
[0.5.2]: https://github.com/Danp2/au3WebDriver/compare/0.5.1.1...0.5.2
[0.5.1.1]: https://github.com/Danp2/au3WebDriver/compare/0.5.1.0...0.5.1.1
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ This au3WebDriver UDF (project) allows to interact with any browser that support
| _WD_IsLatestRelease | Compares local UDF version to latest release on Github. |
| _WD_UpdateDriver | Replace web driver with newer version, if available. |
| _WD_GetBrowserVersion | Get version number of specified browser. |
| _WD_GetBrowserPath | Retrieve path to browser executable from registry. |
| _WD_GetWebDriverVersion | Get version number of specifed webdriver. |
| _WD_DownloadFile | Download file and save to disk. |
| _WD_SetTimeouts | User friendly function to set webdriver session timeouts. |
Expand Down
Binary file modified Webdriver.chm
Binary file not shown.
2 changes: 1 addition & 1 deletion wd_core.au3
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
#EndRegion Many thanks to:

#Region Global Constants
Global Const $__WDVERSION = "0.6.0"
Global Const $__WDVERSION = "0.7.0"

Global Const $_WD_ELEMENT_ID = "element-6066-11e4-a52e-4f735466cecf"
Global Const $_WD_SHADOW_ID = "shadow-6066-11e4-a52e-4f735466cecf"
Expand Down

0 comments on commit 590e131

Please sign in to comment.