File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-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
+ v0.2.0.6
30
+ - Changed: _WD_ElementAction handling of return status codes
31
+ - Changed: File separator is now @LF in _WD_SelectFiles
32
+ - Changed: wd_demo
33
+ - Added: DemoUpload
34
+ - Chore: Update description of parameters in _WD_ConsoleVisible
35
+ - Fixed: Proper string escaping in _WD_SelectFiles
36
+
29
37
v0.2.0.5
30
38
- Fixed: __WD_CloseDriver regression
31
39
- Fixed: __WD_Get, __WD_Put & __WD_Delete pass additional URL components
226
234
227
235
228
236
#Region Global Constants
229
- Global Const $__WDVERSION = " 0.2.0.5 "
237
+ Global Const $__WDVERSION = " 0.2.0.6 "
230
238
231
239
Global Const $_WD_ELEMENT_ID = " element-6066-11e4-a52e-4f735466cecf"
232
240
Global Const $_WD_EmptyDict = " {}"
You can’t perform that action at this time.
0 commit comments