File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 22
33All changes to vscode-code-syntax will be documented here.
44
5+ ## v0.2.0 [ #] ( https://github.com/appliedengdesign/vscode-gcode-syntax/releases/tag/v0.2.0 )
6+
7+ - Refactor extension code for new vscode extension syntax
8+ - Added ``` .eia ``` file extension
9+ - Fixed compound macro variable syntax highlighting
10+ - Updated dependencies & dev dependencies
11+ - Added standard vscode testing to source code
12+ - Added dedicated output channel "G-Code" when activated
13+
514## v0.1.2 [ #] ( https://github.com/appliedengdesign/vscode-gcode-syntax/releases/tag/v0.1.2 )
615
716- Fixed typo in README.MD
817- Updated dependencies for security issues
918
1019## v0.1.1 [ #] ( https://github.com/appliedengdesign/vscode-gcode-syntax/releases/tag/v0.1.1 )
1120
12- - Fixed Incorrect highlighting for DO / END [ #2 ] ( https://github.com/appliedengdesign/vscode-gcode-syntax/issues/2 )
13- - Fixed Math expressions incorrectly highlighted [ #1 ] ( https://github.com/appliedengdesign/vscode-gcode-syntax/issues/1 )
21+ - Fixed Incorrect highlighting for DO / END - [ #2 ] ( https://github.com/appliedengdesign/vscode-gcode-syntax/issues/2 )
22+ - Fixed Math expressions incorrectly highlighted - [ #1 ] ( https://github.com/appliedengdesign/vscode-gcode-syntax/issues/1 )
1423
1524## v0.1.0 [ #] ( https://github.com/appliedengdesign/vscode-gcode-syntax/releases/tag/v0.1.0 )
1625
17- - Initial Release
26+ - Initial Release
27+
Original file line number Diff line number Diff line change @@ -70,6 +70,8 @@ Please visit our [GitHub Issues](https://github.com/appliedengdesign/vscode-gcod
7070
7171## Changelog
7272
73+ Latest Version: v0.2.0
74+
7375Please refer to our [ CHANGELOG] ( https://github.com/appliedengdesign/vscode-gcode-syntax/blob/master/CHANGELOG.md ) doc.
7476
7577## Contributing
You can’t perform that action at this time.
0 commit comments