Skip to content

Commit b3be3e3

Browse files
committed
Chore: version bump
1 parent 5ccbdb6 commit b3be3e3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

wd_core.au3

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@
2626
; AutoIt Version : v3.3.14.5
2727
; ==============================================================================
2828
#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+
2937
v0.2.0.5
3038
- Fixed: __WD_CloseDriver regression
3139
- Fixed: __WD_Get, __WD_Put & __WD_Delete pass additional URL components
@@ -226,7 +234,7 @@
226234

227235

228236
#Region Global Constants
229-
Global Const $__WDVERSION = "0.2.0.5"
237+
Global Const $__WDVERSION = "0.2.0.6"
230238

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

0 commit comments

Comments
 (0)