Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
serkonda7 committed Oct 18, 2022
1 parent 356c51c commit 33d7869
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
# Changelog
## 0.7.0
_18 October 2022_

**Additions**
- Highlight `Friend` keyword
- Highlight Do-While loop variants

**Changes**
- logo: change text from black to white
- readme: fix download count badges


## 0.6.0
_09 August 2022_

**Additions**
- Enable the extension in untrusted workspaces by default


## 0.5.0
_04 August 2022_

Expand All @@ -14,13 +27,15 @@ _04 August 2022_
**Fixes**
- Fix readme typo and license links


## 0.4.0
_01 August 2022_

**Fixes**
- Highlight `Public` and `Private` in module scope declarations
- Remove invalid highlight of array declarations and indexing


## 0.3.0
_12 April 2022_

Expand Down Expand Up @@ -48,6 +63,7 @@ _12 April 2022_
- Update contribution docs
- Add npm script `install-dev-ext`


## 0.2.0
_2 April 2022_

Expand All @@ -65,6 +81,7 @@ _2 April 2022_
- ci: remove scheduled run again
- dependency updates


## 0.1.3
_6 November 2021_

Expand All @@ -77,6 +94,7 @@ _6 November 2021_
**Engineering**
- ci: run on weekly schedule


## 0.1.2
_14 October 2021_

Expand All @@ -85,6 +103,7 @@ _14 October 2021_
- Highlight builtin types
- Highlight number literals


## 0.1.1
_14 October 2021_

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The only feature until now is syntax highlighting.
## Installation
Launch the command palette (<kbd>Ctrl</kbd>+<kbd>P</kbd>) and run `ext install serkonda7.vscode-vba`.

The extension is also available on Open VSX: https://open-vsx.org/extension/serkonda7/vscode-vba
The extension is also available on [Open VSX][open-vsx].

## Contributing
Any contributions are highly appreciated!
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "VBA",
"description": "Visual Basic for Applications support for VS Code.",
"icon": "images/icon_256x256.png",
"version": "0.7.0-dev",
"version": "0.7.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 33d7869

Please sign in to comment.