File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
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
+
10
24
## [ 1.4.1] - 2024-03-05
11
25
12
26
### Fixed
@@ -134,7 +148,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
134
148
- AutoIt3 syntax highlighting
135
149
- AutoIt2 syntax highlighting
136
150
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
138
153
[ 1.4.1 ] : https://github.com/genius257/vscode-autoit/compare/1.4.0...1.4.1
139
154
[ 1.4.0 ] : https://github.com/genius257/vscode-autoit/compare/1.3.0...1.4.0
140
155
[ 1.3.0 ] : https://github.com/genius257/vscode-autoit/compare/1.2.5...1.3.0
You can’t perform that action at this time.
0 commit comments