Skip to content

Commit 472a265

Browse files
committed
Chore: version bump
1 parent a8eb586 commit 472a265

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

REVISIONS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v0.5.0.1
2+
- Added: _WD_Capabilities functions (mLipok)
3+
- Changed (_WD_UpdateDriver): Added ability to check for newer webdriver without performing update
4+
- Chore: Updated wd_demo.au3 (mLipok)
5+
- Au3Check compatibility
6+
- Script no longer exits after running selected demos
7+
- Demonstrate usage of new _WD_Capabilities functions
8+
- Changed (__WD_Sleep): Set @error to $_WD_ERROR_UserAbort in case of error (mLipok)
9+
110
v0.4.1.2
211
- Added: _WD_CheckContext
312
- Fixed (_WD_NewTab): Return error on _WD_Window failure

wd_core.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
#EndRegion Many thanks to:
9292

9393
#Region Global Constants
94-
Global Const $__WDVERSION = "0.4.1.2"
94+
Global Const $__WDVERSION = "0.5.0.1"
9595

9696
Global Const $_WD_ELEMENT_ID = "element-6066-11e4-a52e-4f735466cecf"
9797
Global Const $_WD_SHADOW_ID = "shadow-6066-11e4-a52e-4f735466cecf"

0 commit comments

Comments
 (0)