Skip to content

Commit 590e131

Browse files
authored
Prepare release (#239)
1 parent fc2bbba commit 590e131

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

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

12-
## [Unreleased]
12+
## [0.7.0] - 2022-03-03
1313

1414
### Added
1515

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

27-
### Deprecated
28-
2927
### Fixed
3028

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

34-
### Removed
35-
### Security
36-
### Project
37-
3832
## [0.6.0] - 2022-02-22
3933

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

866860
- Initial release
867861

868-
[Unreleased]: https://github.com/Danp2/au3WebDriver/compare/0.6.0...HEAD
862+
[Unreleased]: https://github.com/Danp2/au3WebDriver/compare/0.7.0...HEAD
863+
[0.7.0]: https://github.com/Danp2/au3WebDriver/compare/0.6.0...0.7.0
869864
[0.6.0]: https://github.com/Danp2/au3WebDriver/compare/0.5.2...0.6.0
870865
[0.5.2]: https://github.com/Danp2/au3WebDriver/compare/0.5.1.1...0.5.2
871866
[0.5.1.1]: https://github.com/Danp2/au3WebDriver/compare/0.5.1.0...0.5.1.1

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ This au3WebDriver UDF (project) allows to interact with any browser that support
9595
| _WD_IsLatestRelease | Compares local UDF version to latest release on Github. |
9696
| _WD_UpdateDriver | Replace web driver with newer version, if available. |
9797
| _WD_GetBrowserVersion | Get version number of specified browser. |
98+
| _WD_GetBrowserPath | Retrieve path to browser executable from registry. |
9899
| _WD_GetWebDriverVersion | Get version number of specifed webdriver. |
99100
| _WD_DownloadFile | Download file and save to disk. |
100101
| _WD_SetTimeouts | User friendly function to set webdriver session timeouts. |

Webdriver.chm

318 Bytes
Binary file not shown.

wd_core.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
#EndRegion Many thanks to:
6666

6767
#Region Global Constants
68-
Global Const $__WDVERSION = "0.6.0"
68+
Global Const $__WDVERSION = "0.7.0"
6969

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

0 commit comments

Comments
 (0)