Skip to content

Commit 5368b07

Browse files
committed
Chore: Version bump
1 parent cd6feec commit 5368b07

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

wd_core.au3

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <WinAPIProc.au3>
55
#include <JSON.au3> ; https://www.autoitscript.com/forum/topic/148114-a-non-strict-json-udf-jsmn
66
#include <WinHttp.au3> ; https://www.autoitscript.com/forum/topic/84133-winhttp-functions/
7+
78
#ignorefunc _WD_IsLatestRelease
89
#Region Description
910
; ==============================================================================
@@ -26,6 +27,15 @@
2627
; AutoIt Version : v3.3.14.5
2728
; ==============================================================================
2829
#cs
30+
v.0.2.0.9
31+
- Changed: _WD_Status now returns Dictionary object instead of raw JSON string
32+
- Changed: Add support for DebugTrim option to _WD_Option
33+
- Changed: Remove check for $HTTP_STATUS_SERVER_ERROR (chromedriver relic)
34+
- Changed: Improved output from _WD_IsLatestRelease
35+
- Fixed: Default arguments for _WD_ExecuteScript should be empty string
36+
- Fixed: Remvoed unneeded string conversion
37+
- Added: Generic error detection routine
38+
2939
v.0.2.0.8
3040
- Fixed: Error handling in _WD_IsLatestRelease
3141
- Changed: Add support for DriverClose option to _WD_Option
@@ -249,7 +259,7 @@
249259

250260

251261
#Region Global Constants
252-
Global Const $__WDVERSION = "0.2.0.8"
262+
Global Const $__WDVERSION = "0.2.0.9"
253263

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

0 commit comments

Comments
 (0)