Skip to content

Commit a4ad501

Browse files
committed
Added release notes for 1.5.0
1 parent 721682f commit a4ad501

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.5.0]
11+
12+
### Added
13+
14+
- Null keyword added to completion suggestions.
15+
- built-in function `Opt` information on hover, completion suggestion and function signature help.
16+
- `$CmdLine` to completion suggestions
17+
- `$CmdLineRaw` to completion suggestions
18+
19+
### Fixed
20+
21+
- Array dimention specification on constant variable declarations was not seen as valid by parser (issue #48).
22+
- Volatile keyword on function declarations in parsing is no longer case-sensitive.
23+
1024
## [1.4.1] - 2024-03-05
1125

1226
### Fixed
@@ -134,7 +148,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
134148
- AutoIt3 syntax highlighting
135149
- AutoIt2 syntax highlighting
136150

137-
[Unreleased]: https://github.com/genius257/vscode-autoit/compare/1.4.1...HEAD
151+
[Unreleased]: https://github.com/genius257/vscode-autoit/compare/1.5.0...HEAD
152+
[1.5.0]: https://github.com/genius257/vscode-autoit/compare/1.4.1...1.5.0
138153
[1.4.1]: https://github.com/genius257/vscode-autoit/compare/1.4.0...1.4.1
139154
[1.4.0]: https://github.com/genius257/vscode-autoit/compare/1.3.0...1.4.0
140155
[1.3.0]: https://github.com/genius257/vscode-autoit/compare/1.2.5...1.3.0

0 commit comments

Comments
 (0)