Skip to content

Commit 2836437

Browse files
committed
Updated CHANGELOG for v0.6.0
1 parent 0e261a6 commit 2836437

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
# Change Log
22

3-
All changes to vscode-code-syntax will be documented here.
3+
All changes to G-Code Language Extension will be documented here.
4+
5+
## v0.6.0 [#](https://github.com/appliedengesign/vscode-gcode-syntax/releases/tag/v0.6.0)
6+
7+
### New Features
8+
9+
- Added new command that will turn selected text into a comment or revese (Available in Context menu)
10+
- Hover over G/M code to get a short description of the code (Relies on [gcode-reference](https://github.com/appliedengdesign/gcode-reference) package for info)
11+
- Machine Type selection in configuration selectively loads features
12+
- Machine Type shown in status bar
13+
- Added check for file over 10K lines, disables autorefresh of tree/stats, shows warning message ( [#23](https://github.com/appliedengdesign/vscode-gcode-syntax/issues/23))
14+
- Added `.g` extension ( [#24](https://github.com/appliedengdesign/vscode-gcode-syntax/issues/24) )
15+
16+
### Fixes
17+
18+
- Fixed block comment definition
19+
- Removed stats enable setting
20+
21+
### Other
22+
23+
- Updated package description & badges
24+
- Extension now packed with webpack for efficiency/speed
25+
- Created some Mocha Unit tests
26+
- Updated TypeScript config to use ES2020 and ESNext configuration
27+
- Updated all dependencies
28+
- Updated README
429

530
## v0.5.1 [#](https://github.com/appliedengesign/vscode-gcode-syntax/releases/tag/v0.5.1)
631

@@ -23,7 +48,7 @@ All changes to vscode-code-syntax will be documented here.
2348
- Added Units to Status Bar ( Can manually set or set to Auto to detect ```G20/G21```)
2449
- Added Configuration for Units, Status Bar
2550
- Added support status bar Icon
26-
- Added commands to status bar for Nav Tree Refresh
51+
- Added commands to context menu for Nav Tree Refresh
2752
- Added file extensions: `.aptcl`, `.gp`, `.msb`, `.ncd`, `.ncf`, `.nci`, `.pim`, `.pit`, `.pu1`, `.spf`
2853
- Added `G04` Dwell to Nav Tree
2954
- Added `G74`, `G81`, `G82`, `G83`, `G84`, `G85`, `G86`, `G87`, `G88`, `G89` cycles to Nav Tree

0 commit comments

Comments
 (0)