Skip to content

Commit 29a293d

Browse files
committed
docs: symbol and smarthelp fix
1 parent c92e105 commit 29a293d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

changelog.md

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

1414
### Fixed
1515

16+
## [1.0.10] - 2022-12-05
17+
18+
### Fixed
19+
20+
- Regex characters (e.g., `*` and `\`) in that come after `#Region` will no longer stop all symbols from being found
21+
- smartHelp checks includePaths with relative paths (thanks to [@vanowm](https://github.com/vanowm))
22+
1623
## [1.0.9] - 2022-12-01
1724

1825
### Added
@@ -35,7 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3542

3643
- Tidy now runs through AutoItWrapper (thanks to [@vanowm](https://github.com/vanowm))
3744
- MsgBox/Console debugging line generation improved (thanks to [@Danp2](https://github.com/Danp2))
38-
- Paths to AutoIt execuables can now be relative to the AutoIt executable in settings (Thanks to [@Danp2](https://github.com/Danp2))
45+
- Paths to AutoIt executables can now be relative to the AutoIt executable in settings (thanks to [@vanowm](https://github.com/vanowm))
3946

4047
### Fixed
4148

0 commit comments

Comments
 (0)