Skip to content

Commit 425b6ed

Browse files
committed
Chore: bump version
1 parent d49fca4 commit 425b6ed

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

wd_core.au3

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@
2626
; AutoIt Version : v3.3.14.5
2727
; ==============================================================================
2828
#cs
29+
v0.2.0.4
30+
- Added: _WD_DownloadFile
31+
- Added: Global variable to hold session details
32+
- Changed: wd_demo
33+
- Added: GUI front-end
34+
- Added: DemoDownload
35+
- Changed: DemoWindows, DemoTimeouts, DemoElements
36+
- Fixed: __WD_CloseDriver now closes child console processes
37+
2938
v0.2.0.3
3039
- Fixed: Missing include file
3140
- Fixed: _WD_Execute timeout detection / handling
@@ -213,7 +222,7 @@
213222

214223

215224
#Region Global Constants
216-
Global Const $__WDVERSION = "0.2.0.3"
225+
Global Const $__WDVERSION = "0.2.0.4"
217226

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

0 commit comments

Comments
 (0)