Skip to content

Commit 33d7869

Browse files
committed
0.7.0
1 parent 356c51c commit 33d7869

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
# Changelog
2+
## 0.7.0
3+
_18 October 2022_
4+
5+
**Additions**
6+
- Highlight `Friend` keyword
7+
- Highlight Do-While loop variants
8+
9+
**Changes**
10+
- logo: change text from black to white
11+
- readme: fix download count badges
12+
13+
214
## 0.6.0
315
_09 August 2022_
416

517
**Additions**
618
- Enable the extension in untrusted workspaces by default
719

20+
821
## 0.5.0
922
_04 August 2022_
1023

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

30+
1731
## 0.4.0
1832
_01 August 2022_
1933

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

38+
2439
## 0.3.0
2540
_12 April 2022_
2641

@@ -48,6 +63,7 @@ _12 April 2022_
4863
- Update contribution docs
4964
- Add npm script `install-dev-ext`
5065

66+
5167
## 0.2.0
5268
_2 April 2022_
5369

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

84+
6885
## 0.1.3
6986
_6 November 2021_
7087

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

97+
8098
## 0.1.2
8199
_14 October 2021_
82100

@@ -85,6 +103,7 @@ _14 October 2021_
85103
- Highlight builtin types
86104
- Highlight number literals
87105

106+
88107
## 0.1.1
89108
_14 October 2021_
90109

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The only feature until now is syntax highlighting.
99
## Installation
1010
Launch the command palette (<kbd>Ctrl</kbd>+<kbd>P</kbd>) and run `ext install serkonda7.vscode-vba`.
1111

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

1414
## Contributing
1515
Any contributions are highly appreciated!

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "VBA",
44
"description": "Visual Basic for Applications support for VS Code.",
55
"icon": "images/icon_256x256.png",
6-
"version": "0.7.0-dev",
6+
"version": "0.7.0",
77
"license": "MIT",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)