Skip to content

Commit 596e491

Browse files
committed
Chore -- Bump version
1 parent 79e5983 commit 596e491

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
@@ -26,6 +26,13 @@
2626
; AutoIt Version : v3.3.14.5
2727
; ==============================================================================
2828
#cs
29+
v.0.2.0.8
30+
- Fixed: Error handling in _WD_IsLatestRelease
31+
- Changed: Add support for DriverClose option to _WD_Option
32+
- Changed: _WD_Startup no longer closes existing driver consoles if DriverClose option (_WD_Option) is False
33+
- Changed: Add support for HTTPTimeouts option to _WD_Option
34+
- Changed: Set timeouts for WinHTTP requests if HTTPTimeouts option (_WD_Option) is True
35+
2936
v.0.2.0.7
3037
- Changed: Remove check for invalid status codes from _WD_Alert
3138
- Changed: Hide debug output in _WD_IsLatestRelease
@@ -242,7 +249,7 @@
242249

243250

244251
#Region Global Constants
245-
Global Const $__WDVERSION = "0.2.0.7"
252+
Global Const $__WDVERSION = "0.2.0.8"
246253

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

0 commit comments

Comments
 (0)