Skip to content

Commit e64fc9b

Browse files
committed
Added release note and new release version
1 parent 72ed9b3 commit e64fc9b

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CHANGELOG.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.8.0] - 2025-02-15
11+
1012
### Added
1113

12-
- all 255 parameters for all relevant build in functions
14+
- Au3 DocBlock `@link` tag support
1315
- Syntax highlighting for au3 DocBlock and legacy UDF headers
1416

1517
### Changed
1618

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)
1825

1926
## [1.7.0] - 2024-12-17
2027

@@ -189,7 +196,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
189196
- AutoIt3 syntax highlighting
190197
- AutoIt2 syntax highlighting
191198

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
193201
[1.7.0]: https://github.com/genius257/vscode-autoit/compare/1.6.1...1.7.0
194202
[1.6.1]: https://github.com/genius257/vscode-autoit/compare/1.6.0...1.6.1
195203
[1.6.0]: https://github.com/genius257/vscode-autoit/compare/1.5.0...1.6.0

0 commit comments

Comments
 (0)