Skip to content

Commit 7dd9dea

Browse files
committed
Prep release
1 parent 69239ce commit 7dd9dea

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ 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+
## [0.9.1]
13+
14+
### Fixed
15+
16+
- _WD_ElementAction: Correct action names (CompRole >> ComputedRole & CompLabel >> ComputedLabel)
17+
- _WD_GetWebDriverVersion: Update regex for extracting version number
18+
- Help file search functionality
19+
1220
## [0.9.0]
1321

1422
### Added
@@ -927,7 +935,8 @@ _WD_CapabilitiesDisplay
927935

928936
- Initial release
929937

930-
[Unreleased]: https://github.com/Danp2/au3WebDriver/compare/0.9.0...HEAD
938+
[Unreleased]: https://github.com/Danp2/au3WebDriver/compare/0.9.1...HEAD
939+
[0.9.1]: https://github.com/Danp2/au3WebDriver/compare/0.9.0...0.9.1
931940
[0.9.0]: https://github.com/Danp2/au3WebDriver/compare/0.8.1...0.9.0
932941
[0.8.1]: https://github.com/Danp2/au3WebDriver/compare/0.8.0...0.8.1
933942
[0.8.0]: https://github.com/Danp2/au3WebDriver/compare/0.7.0...0.8.0

Webdriver.chm

20 KB
Binary file not shown.

wd_core.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
#EndRegion Many thanks to:
7070

7171
#Region Global Constants
72-
Global Const $__WDVERSION = "0.9.0"
72+
Global Const $__WDVERSION = "0.9.1"
7373

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

0 commit comments

Comments
 (0)