File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
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.7
30
+ - Changed: Remove check for invalid status codes from _WD_Alert
31
+ - Changed: Hide debug output in _WD_IsLatestRelease
32
+ - Changed: Expanded error handling in _WD_ElementAction
33
+ - Fixed: Default variable initialization in _WD_ElementOptionSelect
34
+ - Added: _WD_ElementSelectAction
35
+ - Added: Check for UDF update in _WD_Startup
36
+
29
37
v0.2.0.6
30
38
- Changed: _WD_ElementAction handling of return status codes
31
39
- Changed: File separator is now @LF in _WD_SelectFiles
32
40
- Changed: wd_demo
33
- - Added: DemoUpload
41
+ - Added: DemoUpload
34
42
- Chore: Update description of parameters in _WD_ConsoleVisible
35
43
- Fixed: Proper string escaping in _WD_SelectFiles
36
44
234
242
235
243
236
244
#Region Global Constants
237
- Global Const $__WDVERSION = " 0.2.0.6 "
245
+ Global Const $__WDVERSION = " 0.2.0.7 "
238
246
239
247
Global Const $_WD_ELEMENT_ID = " element-6066-11e4-a52e-4f735466cecf"
240
248
Global Const $_WD_EmptyDict = " {}"
You can’t perform that action at this time.
0 commit comments