File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 26
26
; AutoIt Version : v3.3.14.5
27
27
; ==============================================================================
28
28
#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
+
29
36
v.0.2.0.7
30
37
- Changed: Remove check for invalid status codes from _WD_Alert
31
38
- Changed: Hide debug output in _WD_IsLatestRelease
242
249
243
250
244
251
#Region Global Constants
245
- Global Const $__WDVERSION = " 0.2.0.7 "
252
+ Global Const $__WDVERSION = " 0.2.0.8 "
246
253
247
254
Global Const $_WD_ELEMENT_ID = " element-6066-11e4-a52e-4f735466cecf"
248
255
Global Const $_WD_EmptyDict = " {}"
You can’t perform that action at this time.
0 commit comments