Skip to content

Commit f5d4eb2

Browse files
committed
Chore: version bump
1 parent eb4c270 commit f5d4eb2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

wd_core.au3

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,19 @@
2626
; AutoIt Version : v3.3.14.5
2727
; ==============================================================================
2828
#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+
2937
v0.2.0.6
3038
- Changed: _WD_ElementAction handling of return status codes
3139
- Changed: File separator is now @LF in _WD_SelectFiles
3240
- Changed: wd_demo
33-
- Added: DemoUpload
41+
- Added: DemoUpload
3442
- Chore: Update description of parameters in _WD_ConsoleVisible
3543
- Fixed: Proper string escaping in _WD_SelectFiles
3644
@@ -234,7 +242,7 @@
234242

235243

236244
#Region Global Constants
237-
Global Const $__WDVERSION = "0.2.0.6"
245+
Global Const $__WDVERSION = "0.2.0.7"
238246

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

0 commit comments

Comments
 (0)