Skip to content

Commit 00ad1d0

Browse files
committed
Update change log
1 parent afeb5fc commit 00ad1d0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

wd_core.au3

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
; AutoIt Version : v3.3.14.3
2525
; ==============================================================================
2626
#cs
27+
V0.1.0.15
28+
- Fixed: __WD_Post now suppports Unicode text
29+
- Changed: Add support for Unicode text to _WD_ElementAction's "value" option
30+
- Changed: Add support for BinaryFormat option to _WD_Option
31+
- Added: _WD_LoadWait
32+
2733
V0.1.0.14
2834
- Fixed: Improve error handling in _WD_NewTab
2935
- Fixed: Screenshot option in _WD_Window
@@ -148,7 +154,7 @@
148154

149155

150156
#Region Global Constants
151-
Global Const $__WDVERSION = "0.1.0.14"
157+
Global Const $__WDVERSION = "0.1.0.15"
152158

153159
Global Const $_WD_ELEMENT_ID = "element-6066-11e4-a52e-4f735466cecf"
154160

0 commit comments

Comments
 (0)