Skip to content

Commit d14c4c9

Browse files
authored
Release 0.7.6 (#49)
* Bumped gcode-reference to 0.0.7 * Bumped @types/node to 18.7.19 * Bump @typescript-eslint to 5.38.0, eslint to 8.23.1 * Bump typescript to 4.8.3 * Bump ts-loader to 9.4.1 * Updated for v0.7.6 * Bumped version to 0.7.6
1 parent 91d9a26 commit d14c4c9

File tree

4 files changed

+168
-151
lines changed

4 files changed

+168
-151
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,26 @@
22

33
All changes to G-Code Language Extension will be documented here.
44

5-
## v0.7.5 [#](https://github.com/appliedengdesign/vscode-gcode-syntax/releases/tag/v0.7.4)
5+
## v0.7.6 [#](https://github.com/appliedengdesign/vscode-gcode-syntax/releases/tag/v0.7.6)
6+
7+
### New Features
8+
9+
- Added additional configuration options for the Line Numberer
10+
11+
### Fixes
12+
13+
- Fixed issue where commands were not working [#47](https://github.com/appliedengdesign/vscode-gcode-syntax/issues/47)
14+
- Fixed regex for detecting comments when numbering
15+
- Moved line numbering progress to lower statusbar
16+
- Refactored Line Numberer code to use vscode editBuilder
17+
18+
### Other
19+
20+
- Added additional logging on initializtion
21+
- Updated README
22+
- Updated dependencies
23+
24+
## v0.7.5 [#](https://github.com/appliedengdesign/vscode-gcode-syntax/releases/tag/v0.7.5)
625

726
### Fixes
827

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Visit our [projects page](https://github.com/appliedengdesign/vscode-gcode-synta
147147

148148
## Changelog
149149

150-
Latest Version: v0.7.5
150+
Latest Version: v0.7.6
151151

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

0 commit comments

Comments
 (0)