We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df6482 commit f46a4a4Copy full SHA for f46a4a4
REVISIONS.md
@@ -1,3 +1,9 @@
1
+ v0.3.1.1
2
+ - Fix (_WD_ElementOptionSelect): Correctly capture and re-throw errors (seadoggie01)
3
+ - Fix (__WD_CloseDriver): Call ProcessWaitClose to ensure each process closes
4
+ - Chore: Updated wd_demo.au3
5
+ - Update DemoFrames example
6
+
7
v0.3.1.0
8
- Changed: Cleanup _WD_DownloadFile
9
- Revise error list in header
wd_core.au3
@@ -91,7 +91,7 @@
91
#EndRegion Many thanks to:
92
93
#Region Global Constants
94
-Global Const $__WDVERSION = "0.3.1.0"
+Global Const $__WDVERSION = "0.3.1.1"
95
96
Global Const $_WD_ELEMENT_ID = "element-6066-11e4-a52e-4f735466cecf"
97
Global Const $_WD_EmptyDict = "{}"
0 commit comments