Skip to content

Commit f538d7d

Browse files
committed
Changelog & package update for v1.0.5
1 parent 07fc574 commit f538d7d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [1.0.5] - 2020-04-30
11+
### Changed
12+
- Stopped completion suggestions from showing in comments
13+
- Reworked some of the statement snippets for accuracy and to show up properly as suggestions
14+
- Indented function declarations will now be detected
1015

1116
## [1.0.4] - 2020-01-10
1217
### Added
@@ -172,6 +177,7 @@ The IntelliSense release!
172177
- Added the ability to generate a debug MsgBox for a highlighted variable or macro with Ctrl+Shift+D.
173178
- Added icon, banner color and description for marketplace.
174179

180+
[1.0.5]: https://github.com/loganch/AutoIt-VSCode/compare/v1.0.4...v1.0.5
175181
[1.0.4]: https://github.com/loganch/AutoIt-VSCode/compare/v1.0.3...v1.0.4
176182
[1.0.3]: https://github.com/loganch/AutoIt-VSCode/compare/1.0.2...v1.0.3
177183
[1.0.2]: https://github.com/loganch/AutoIt-VSCode/compare/1.0.1...1.0.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "AutoIt",
44
"description": "AutoIt language extension for Visual Studio Code",
55
"icon": "img/ai_icon.png",
6-
"version": "1.0.4",
6+
"version": "1.0.5",
77
"publisher": "Damien",
88
"galleryBanner": {
99
"color": "#254768",

0 commit comments

Comments
 (0)