Skip to content

Commit

Permalink
Updates changelog and manifest for version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
loganch committed Nov 13, 2019
1 parent d955026 commit 2b4777f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased



## [1.0.2] - 2019-11-12
### Added
- Even more missing syntax highlighting for SendKeys
- Missing information for `MouseClick()` and `MouseClickDrag()` function signature helpers
### Changed
- Some improvements to code for Completions

## [1.0.1] - 2019-10-23
### Added
Expand Down Expand Up @@ -122,6 +129,7 @@ The IntelliSense release!
* Added the ability to generate a debug MsgBox for a highlighted variable or macro with Ctrl+Shift+D.
* Added icon, banner color and description for marketplace.

[1.0.2]: https://github.com/loganch/AutoIt-VSCode/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/loganch/AutoIt-VSCode/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/loganch/AutoIt-VSCode/compare/v0.2.3...1.0.0
[0.2.3]: https://github.com/loganch/AutoIt-VSCode/compare/v0.2.2...v0.2.3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "AutoIt",
"description": "AutoIt language extension for Visual Studio Code",
"icon": "img/ai_icon.png",
"version": "1.0.1",
"version": "1.0.2",
"publisher": "Damien",
"galleryBanner": {
"color": "#254768",
Expand Down

0 comments on commit 2b4777f

Please sign in to comment.