Skip to content

Commit 2cf39c9

Browse files
authored
Prep release (#505)
1 parent c433b22 commit 2cf39c9

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
Go to [legend](#legend---types-of-changes) for further information about the types of changes.
1111

12+
## [1.3.0]
13+
14+
### Changed
15+
16+
_WD_GetTable - Add parameter for selection strategy. `Script breaking change`
17+
18+
### Project
19+
20+
- Improved Tidy support
21+
- Fix Au3Check issues
22+
- Standardize naming of internal functions
23+
1224
## [1.2.0] 2023-08-17
1325

1426
### Changed
@@ -1149,7 +1161,8 @@ _WD_CapabilitiesDisplay
11491161
- Initial release
11501162

11511163

1152-
[Unreleased]: https://github.com/Danp2/au3WebDriver/compare/1.2.0...HEAD
1164+
[Unreleased]: https://github.com/Danp2/au3WebDriver/compare/1.3.0...HEAD
1165+
[1.3.0]: https://github.com/Danp2/au3WebDriver/compare/1.2.0...1.3.0
11531166
[1.2.0]: https://github.com/Danp2/au3WebDriver/compare/1.1.1...1.2.0
11541167
[1.1.1]: https://github.com/Danp2/au3WebDriver/compare/1.1.0...1.1.1
11551168
[1.1.0]: https://github.com/Danp2/au3WebDriver/compare/1.0.3...1.1.0

au3WebDriver.chm

-23.7 KB
Binary file not shown.

wd_core.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
#EndRegion Many thanks to:
7272

7373
#Region Global Constants
74-
Global Const $__WDVERSION = "1.2.0"
74+
Global Const $__WDVERSION = "1.3.0"
7575

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

0 commit comments

Comments
 (0)