Skip to content

Commit

Permalink
Chore: Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Danp2 committed Aug 31, 2021
1 parent afafc86 commit cc55e49
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions REVISIONS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v0.4.1.1
- Fix (_WD_NewTab): Properly detect $sCurrentTabHandle retrieval
- Changed (_WD_UpdateDriver): Improve error handling (seadoggie01)
- Added: __WD_Sleep
- Changed (_WD_Option): Added support for "Sleep" option
- Chore: Use __WD_Sleep instead of Sleep in "helper" functions
- Chore: Updated wd_demo.au3
- Call correct Base64 decode function
- Remove "binary" portion of MS Edge Capabilities string
- Chore: Add remark to _WD_GetSession

v0.4.1.0
- Changed: Moved CDP-related functions to separate file (wd_cdp.au3)
- Changed (_WD_ExecuteCDPCommand): Now supports additional browsers via WebSockets
Expand Down
2 changes: 1 addition & 1 deletion wd_core.au3
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
#EndRegion Many thanks to:

#Region Global Constants
Global Const $__WDVERSION = "0.4.1.0"
Global Const $__WDVERSION = "0.4.1.1"

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

0 comments on commit cc55e49

Please sign in to comment.