Skip to content

Commit 23b019d

Browse files
committed
Feat: Release 0.4.0.3
1 parent 6ec0d96 commit 23b019d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

REVISIONS.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v0.4.0.3
2+
- Changed (_WD_HighlightElement): Option to remove highlight
3+
- Fix (_WD_SetElementValue): Corrected leftover $iMethod reference
4+
- Fix (_WD_FrameEnter) Properly handle Null index (mLipok)
5+
- Fix (_WD_SelectFiles) Properly set value of $sFuncName (mLipok)
6+
- Fix (_WD_ElementActionEx) Properly terminate JSON string
7+
- Chore (_WD_IsLatestRelease) Remove unneeded code for saving debug level (seadoggie01)
8+
- Chore (_WD_GetShadowRoot) Remove unused variable (seadoggie01)
9+
110
v0.4.0.2
211
- Added: _WD_GetSession
312
- Changed (_WD_FrameEnter): Allow Null as valid index value
@@ -7,7 +16,7 @@
716
- Fixed: doubleclick and clickandhold now honor button parameter
817
- Added: modifierclick
918
- Changed (_WD_SetElementValue): Added "advanced" option
10-
19+
1120
v0.4.0.1
1221
- Added: _WD_PrintToPDF
1322
- Fix (_WD_Window): Properly handle 'print' result

wd_core.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
#EndRegion Many thanks to:
9292

9393
#Region Global Constants
94-
Global Const $__WDVERSION = "0.4.0.2"
94+
Global Const $__WDVERSION = "0.4.0.3"
9595

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

0 commit comments

Comments
 (0)