Skip to content

Commit 9cf8136

Browse files
committed
Merge branch 'hotfix-0.4.1'
2 parents ad4073c + 9affb43 commit 9cf8136

File tree

5 files changed

+3185
-663
lines changed

5 files changed

+3185
-663
lines changed

CHANGELOG.md

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

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

5+
## v0.4.1 [#](https://github.com/appliedengesign/vscode-gcode-syntax/releases/tag/v0.4.1)
6+
7+
### Fixes
8+
9+
- Added `.ngc` file extension to supported files ( [#14](https://github.com/appliedengdesign/vscode-gcode-syntax/issues/14))
10+
- Added file extensions for Okuma OSP controls ( [#15](https://github.com/appliedengdesign/vscode-gcode-syntax/issues/15))
11+
- Fixed colorization of G-Codes with dot ( [#16](https://github.com/appliedengdesign/vscode-gcode-syntax/issues/16))
12+
- Fixed some colorization issues
13+
- Refactor regexp for syntax colorization
14+
- Updated all dependencies
15+
516
## v0.4.0 [#](https://github.com/appliedengesign/vscode-gcode-syntax/releases/tag/v0.4.0)
617

718
Finally a major update to vscode-gcode-syntax!

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ This extension adds language syntax for CNC G-Code, code snippets, and colorizat
7272
- .knc
7373
- .prg
7474
- .001
75+
- .ngc
76+
- .ssb
77+
- .sub
78+
- .lib
7579

7680
If you would like another file extension supported by this extension, please [open an issue](https://github.com/appliedemgdesign/issues).
7781

@@ -92,15 +96,15 @@ G-Code Syntax is customizable and provides many configuration settings to allow
9296
| Name | Description |
9397
| ----------------------------- | ------------------------------------------------------------------------------------------- |
9498
| `gcode.general.colorizaztion` | **( Not Currently Active )** |
95-
|
99+
| | |
96100
| `gcode.general.machineType` | **( Not Currently Active )** |
97-
|
101+
| | |
98102
| `gcode.tree.autoRefresh` | Tree auto-refreshes as changes are made to the g-code. ( Disabled by default ) |
99-
|
103+
| | |
100104
| `gcode.stats.enable` | Enable the statistics view. ( Disabled by default ) |
101-
|
105+
| | |
102106
| `gcode.stats.autoRefresh` | Auto-refresh the stats view when changes are made to the g-code. (Disabled by default) |
103-
|
107+
| | |
104108

105109
![Settings Screenshot](https://github.com/appliedengdesign/vscode-gcode-syntax/blob/master/images/settings-screenshot.png?raw=true)
106110

@@ -121,7 +125,7 @@ Please visit our [GitHub Issues](https://github.com/appliedengdesign/vscode-gcod
121125

122126
## Changelog
123127

124-
Latest Version: v0.4.0
128+
Latest Version: v0.4.1
125129

126130
Please refer to our [CHANGELOG](https://github.com/appliedengdesign/vscode-gcode-syntax/blob/master/CHANGELOG.md) doc.
127131

0 commit comments

Comments
 (0)