File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
Go to [ legend] ( #legend---types-of-changes ) for further information about the types of changes.
11
11
12
- ## [ Unreleased ]
12
+ ## [ 0.10.1 ]
13
13
14
14
### Added
15
15
@@ -21,9 +21,9 @@ Go to [legend](#legend---types-of-changes) for further information about the typ
21
21
22
22
### Fixed
23
23
24
- _ WD_CDPExecuteCommand: Missing $ prefix in variable name
25
- _ WD_CapabilitiesAdd: Support keys containing colons
26
- _ WD_ElementSelectAction: Altering selection now triggers Change event
24
+ - _ WD_CDPExecuteCommand: Missing $ prefix in variable name
25
+ - _ WD_CapabilitiesAdd: Support keys containing colons
26
+ - _ WD_ElementSelectAction: Altering selection now triggers Change event
27
27
28
28
## [ 0.10.0]
29
29
@@ -981,8 +981,9 @@ _WD_CapabilitiesDisplay
981
981
- Initial release
982
982
983
983
984
- [ Unreleased ] : https://github.com/Danp2/au3WebDriver/compare/0.10.0...HEAD
985
- [ 0.10.0 ] : https://github.com/Danp2/au3WebDriver/compare/0.9.1...0.10.0
984
+ [ Unreleased ] : https://github.com/Danp2/au3WebDriver/compare/0.10.1...HEAD
985
+ [ 0.10.1 ] : https://github.com/Danp2/au3WebDriver/compare/0.10.0...0.10.1
986
+ [ 0.10.0 ] : https://github.com/Danp2/au3WebDriver/compare/0.9.1...0.10.0
986
987
[ 0.9.1 ] : https://github.com/Danp2/au3WebDriver/compare/0.9.0...0.9.1
987
988
[ 0.9.0 ] : https://github.com/Danp2/au3WebDriver/compare/0.8.1...0.9.0
988
989
[ 0.8.1 ] : https://github.com/Danp2/au3WebDriver/compare/0.8.0...0.8.1
Original file line number Diff line number Diff line change 69
69
#EndRegion Many thanks to:
70
70
71
71
#Region Global Constants
72
- Global Const $__WDVERSION = " 0.10.0 "
72
+ Global Const $__WDVERSION = " 0.10.1 "
73
73
74
74
Global Const $_WD_ELEMENT_ID = " element-6066-11e4-a52e-4f735466cecf"
75
75
Global Const $_WD_SHADOW_ID = " shadow-6066-11e4-a52e-4f735466cecf"
You can’t perform that action at this time.
0 commit comments