Skip to content

Commit 0a2dcc3

Browse files
committed
Updated CHANGELOG
1 parent 2f06bba commit 0a2dcc3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ All changes to vscode-code-syntax will be documented here.
1616
- Added `G74`, `G81`, `G82`, `G83`, `G84`, `G85`, `G86`, `G87`, `G88`, `G89` cycles to Nav Tree
1717
- Added `G47` engraving to Nav Tree
1818
- Added `M00` / `M01` to Nav Tree
19+
- New Version Welcome
1920

2021
### Fixes
2122

@@ -28,6 +29,12 @@ All changes to vscode-code-syntax will be documented here.
2829
- Updated all dependencies
2930
- Clicking on Units on Status bar brings you to G-Code Settings
3031
- Refactor all code to match eslint / prettier settings
32+
- Fixed typo in [CONTRTIBUTING.md](https://github.com/appliedengdesign/vscode-gcode-syntax/blob/master/CONTRIBUTING.md) [#20](https://github.com/appliedengdesign/vscode-gcode-syntax/issues/15)
33+
- Added incremental calculation to run-time
34+
- Fixed Run-Time stats to include circular interpolation
35+
- Fixed activation time logging
36+
- Moved URI's to constants
37+
- Updated [README.md](https://github.com/appliedengdesign/vscode-gcode-syntax/blob/master/README.md)
3138

3239
### Other
3340

@@ -43,6 +50,9 @@ All changes to vscode-code-syntax will be documented here.
4350
- Updated `.eslintrc.js` and changed to `.eslintrc.json`
4451
- Converted all files to LF from CRLF
4552
- Updated eslint config
53+
- Updated Logger to log errors
54+
- Refactor `globalState` management into `StateController`
55+
- Added pull request & issue templatea
4656

4757
## v0.4.1 [#](https://github.com/appliedengesign/vscode-gcode-syntax/releases/tag/v0.4.1)
4858

0 commit comments

Comments
 (0)