Skip to content

Commit 6a5e37c

Browse files
committed
Chore: Version bump
1 parent 846c9ec commit 6a5e37c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

wd_core.au3

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@
5555
; AutoIt Version : v3.3.14.5
5656
; ==============================================================================
5757
#cs
58+
v0.3.0.4
59+
- Added: _WD_ExecuteCdpCommand (TheDcoder)
60+
- Changed (_WD_UpdateDriver): Add support for MSEdge (Chromium)
61+
- Changed (_WD_Shutdown): Allow shutdown of specific module by name or PID
62+
- Changed (_WD_Startup): Notify if WinHTTP UDF needs updated
63+
- Changed: Improved error handling / HTTP timeout detection
64+
5865
v0.3.0.3
5966
- Added: _WD_SetTimeouts
6067
- Added: _WD_GetElementById
@@ -305,7 +312,7 @@
305312

306313

307314
#Region Global Constants
308-
Global Const $__WDVERSION = "0.3.0.3"
315+
Global Const $__WDVERSION = "0.3.0.4"
309316

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

0 commit comments

Comments
 (0)