Skip to content

Commit c483562

Browse files
committed
Updated CHANGELOG
Signed-off-by: Mike Centola <[email protected]>
1 parent 1102225 commit c483562

File tree

1 file changed

+38
-6
lines changed

1 file changed

+38
-6
lines changed

CHANGELOG.md

Lines changed: 38 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
22

33
All changes to vscode-code-syntax will be documented here.
44

5+
## v0.4.0 [#](https://github.com/appliedengesign/vscode-gcode-syntax/releases/tag/v0.4.0)
6+
7+
Finally a major update to vscode-gcode-syntax!
8+
9+
### New Features
10+
11+
- Added `G65`, `M97` and `M99` to tree info
12+
- Added spindle speed and direction to tree info
13+
- Added `M03` and `M04` snippets
14+
- Added `.001` extension to supported files ( [#11](https://github.com/appliedengdesign/vscode-gcode-syntax/issues/11) )
15+
- Added Status Bar implementation for Tree messages
16+
- Added Stats view (Currently only displays number of Tool Changes)
17+
18+
### Fixes
19+
20+
- Added `E` feed rate colorization
21+
- Fixed mocha test error `useColors -> color`
22+
- Updated all dependencies
23+
- Updated copyright info
24+
- Refactored constants and removed hardcoded manifest
25+
- Rewrote entire console logging to use Logger class (Future ability to specify log level)
26+
- Modfied view contexts to change when not viewing g-code instead of hiding views
27+
- Refactored import declations to improve performance
28+
- Modified configuration variables
29+
- Updated README with more information about settings.
30+
31+
### Other
32+
33+
- Added Contributor Covenant
34+
- Added CODEOWNERS File
35+
- Added markdownlint config
36+
537
## v0.3.3 [#](https://github.com/appliedengesign/vscode-gcode-syntax/releases/tag/v0.3.3)
638

739
- Updated dependencies to fix some security vulnerabilities
@@ -10,14 +42,14 @@ All changes to vscode-code-syntax will be documented here.
1042

1143
## v0.3.2 [#](https://github.com/appliedengesign/vscode-gcode-syntax/releases/tag/v0.3.2)
1244

13-
- Fixed Markup with division symbol [#9](https://github.com/appliedengdesign/vscode-gcode-syntax/issues/7)
45+
- Fixed Markup with division symbol ( [#9](https://github.com/appliedengdesign/vscode-gcode-syntax/issues/7) )
1446
- Fixed typo in src manifest
1547
- Updated dependencies
1648

1749
## v0.3.1 [#](https://github.com/appliedengesign/vscode-gcode-syntax/releases/tag/v0.3.1)
1850

1951
- Added ```.prg``` file extension [#7](https://github.com/appliedengdesign/vscode-gcode-syntax/issues/7)
20-
- Moved activity bar icon into resources folder. [#5](https://github.com/appliedengdesign/vscode-gcode-syntax/issues/5)
52+
- Moved activity bar icon into resources folder. ( [#5](https://github.com/appliedengdesign/vscode-gcode-syntax/issues/5) )
2153

2254
## v0.3.0 [#](https://github.com/appliedengdesign/vscode-gcode-syntax/releases/tag/v0.3.0)
2355

@@ -28,8 +60,8 @@ All changes to vscode-code-syntax will be documented here.
2860
## v0.2.0 [#](https://github.com/appliedengdesign/vscode-gcode-syntax/releases/tag/v0.2.0)
2961

3062
- Refactor extension code for new vscode extension syntax
31-
- Added ```.eia``` file extension [#4](https://github.com/appliedengdesign/vscode-gcode-syntax/issues/4)
32-
- Fixed compound macro variable syntax highlighting [#3](https://github.com/appliedengdesign/vscode-gcode-syntax/issues/4)
63+
- Added ```.eia``` file extension ( [#4](https://github.com/appliedengdesign/vscode-gcode-syntax/issues/4) )
64+
- Fixed compound macro variable syntax highlighting ( [#3](https://github.com/appliedengdesign/vscode-gcode-syntax/issues/3) )
3365
- Updated dependencies & dev dependencies
3466
- Added standard vscode testing to source code
3567
- Added dedicated output channel "G-Code" when activated
@@ -41,8 +73,8 @@ All changes to vscode-code-syntax will be documented here.
4173

4274
## v0.1.1 [#](https://github.com/appliedengdesign/vscode-gcode-syntax/releases/tag/v0.1.1)
4375

44-
- Fixed Incorrect highlighting for DO / END - [#2](https://github.com/appliedengdesign/vscode-gcode-syntax/issues/2)
45-
- Fixed Math expressions incorrectly highlighted - [#1](https://github.com/appliedengdesign/vscode-gcode-syntax/issues/1)
76+
- Fixed Incorrect highlighting for DO / END ( [#2](https://github.com/appliedengdesign/vscode-gcode-syntax/issues/2) )
77+
- Fixed Math expressions incorrectly highlighted ( [#1](https://github.com/appliedengdesign/vscode-gcode-syntax/issues/1) )
4678

4779
## v0.1.0 [#](https://github.com/appliedengdesign/vscode-gcode-syntax/releases/tag/v0.1.0)
4880

0 commit comments

Comments
 (0)