Skip to content

Commit a686d6d

Browse files
committed
feat: release 0.3.0.9
1 parent 9d2acc3 commit a686d6d

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.3.0.9
2+
- Changed (_WD_GetTable): Filter html elements by default when using _HtmlTableGetWriteToArray
3+
- Fix (_WD_DownloadFile): Handle error from InetRead
4+
- Changed (_WD_DownloadFile): Add $iOptions parameter
5+
- Chore: Updated wd_demo.au3
6+
- Update binary location of Edge browser
7+
- Update DemoDownload example
8+
- Misc updates
9+
110
v0.3.0.8
211
- Changed (_WD_WaitElement): Added optional parameter to check elements enabled status
312
- Changed (_WD_GetTable): Optionally support faster _HtmlTableGetWriteToArray

wd_core.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292

9393

9494
#Region Global Constants
95-
Global Const $__WDVERSION = "0.3.0.8"
95+
Global Const $__WDVERSION = "0.3.0.9"
9696

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

0 commit comments

Comments
 (0)