Skip to content

Commit f4eef28

Browse files
committed
Added release notes and version
1 parent c05015e commit f4eef28

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.8.9] - 2026-02-09
11+
12+
### Changed
13+
14+
- Upgrade dependency: autoit3-pegjs to 4.1.3
15+
1016
### Fixed
1117

1218
- Hover text for variables showed variable declarations having a set of square brackets at the end of the variable name, for normal declarations that in reality had none.
1319
- Hover text for variables showed array dimensions at the end of the variable name wrong, when multiple dimensions was defined.
20+
- Some AutoIt3 textmate scopes was missing `.au3` at the end
1421

1522
## [1.8.8] - 2026-02-07
1623

@@ -260,7 +267,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
260267
- AutoIt3 syntax highlighting
261268
- AutoIt2 syntax highlighting
262269

263-
[Unreleased]: https://github.com/genius257/vscode-autoit/compare/1.8.8...HEAD
270+
[Unreleased]: https://github.com/genius257/vscode-autoit/compare/1.8.9...HEAD
271+
[1.8.9]: https://github.com/genius257/vscode-autoit/compare/1.8.8...1.8.9
264272
[1.8.8]: https://github.com/genius257/vscode-autoit/compare/1.8.7...1.8.8
265273
[1.8.7]: https://github.com/genius257/vscode-autoit/compare/1.8.6...1.8.7
266274
[1.8.6]: https://github.com/genius257/vscode-autoit/compare/1.8.5...1.8.6

0 commit comments

Comments
 (0)