File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.8.0] - 2025-02-15
11
+
10
12
### Added
11
13
12
- - all 255 parameters for all relevant build in functions
14
+ - Au3 DocBlock ` @link ` tag support
13
15
- Syntax highlighting for au3 DocBlock and legacy UDF headers
14
16
15
17
### Changed
16
18
17
- - prepended syntax error text for related diagnostic messages
19
+ - changed number of parameters to 255 for all relevant built-in functions
20
+ - prepended syntax error text for related diagnostic messages (#59 )
21
+
22
+ ### Fixed
23
+
24
+ - Failure message with signature help for nested call expressions (#52 )
18
25
19
26
## [ 1.7.0] - 2024-12-17
20
27
@@ -189,7 +196,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
189
196
- AutoIt3 syntax highlighting
190
197
- AutoIt2 syntax highlighting
191
198
192
- [ Unreleased ] : https://github.com/genius257/vscode-autoit/compare/1.7.0...HEAD
199
+ [ Unreleased ] : https://github.com/genius257/vscode-autoit/compare/1.8.0...HEAD
200
+ [ 1.8.0 ] : https://github.com/genius257/vscode-autoit/compare/1.7.0...1.8.0
193
201
[ 1.7.0 ] : https://github.com/genius257/vscode-autoit/compare/1.6.1...1.7.0
194
202
[ 1.6.1 ] : https://github.com/genius257/vscode-autoit/compare/1.6.0...1.6.1
195
203
[ 1.6.0 ] : https://github.com/genius257/vscode-autoit/compare/1.5.0...1.6.0
You can’t perform that action at this time.
0 commit comments