Skip to content

Commit f46a4a4

Browse files
committed
feat: release 0.3.1.1
1 parent 2df6482 commit f46a4a4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

REVISIONS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
v0.3.1.0
28
- Changed: Cleanup _WD_DownloadFile
39
- Revise error list in header

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.3.1.0"
94+
Global Const $__WDVERSION = "0.3.1.1"
9595

9696
Global Const $_WD_ELEMENT_ID = "element-6066-11e4-a52e-4f735466cecf"
9797
Global Const $_WD_EmptyDict = "{}"

0 commit comments

Comments
 (0)