Skip to content

Commit c786506

Browse files
committed
Chore: version bump
1 parent 74a71c0 commit c786506

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

wd_core.au3

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@
2424
; AutoIt Version : v3.3.14.5
2525
; ==============================================================================
2626
#cs
27+
v0.2.0.2
28+
- Added: _WD_IsLatestRelease
29+
- Added: _WD_UpdateDriver
30+
- Changed: __WD_Get and __WD_Put updated to detect invalid URL
31+
- Changed: __WD_Get and __WD_Put updabed to handle both HTTP and HTTPS requests
32+
- Changed: __WD_CloseDriver - Optional parameter to indicate driver to close
33+
- Fixed: __WD_Put and __WD_Delete use correct port
34+
- Fixed: Timeout detection / handling
35+
2736
v0.2.0.1
2837
- Added: _WD_GetShadowRoot
2938
- Added: _WD_SelectFiles
@@ -33,7 +42,7 @@
3342
- Changed: Modified _WD_jQuerify with additional parameters for timeout / alternate jQuery source
3443
3544
v0.1.0.21
36-
- Fixed: 'maximize', 'minimize', 'fullscreen' options now work correctly in _WD_Window
45+
- Fixed: 'maximize', 'minimize', 'fullscreen' options now work correctly in _WD_Window
3746
- Fixed: Prevent runtime error dialog from appearing when function call succeeded
3847
3948
V0.1.0.20
@@ -198,7 +207,7 @@
198207

199208

200209
#Region Global Constants
201-
Global Const $__WDVERSION = "0.2.0.1"
210+
Global Const $__WDVERSION = "0.2.0.2"
202211

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

0 commit comments

Comments
 (0)