File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
### Fixed
15
15
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
+
16
23
## [ 1.0.9] - 2022-12-01
17
24
18
25
### Added
@@ -35,7 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
42
36
43
- Tidy now runs through AutoItWrapper (thanks to [ @vanowm ] ( https://github.com/vanowm ) )
37
44
- 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 ) )
39
46
40
47
### Fixed
41
48
You can’t perform that action at this time.
0 commit comments