Skip to content

Commit

Permalink
Release 0.7.6 (#49)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
mikecentola authored Sep 23, 2022
1 parent 91d9a26 commit d14c4c9
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 151 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,26 @@

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

## v0.7.5 [#](https://github.com/appliedengdesign/vscode-gcode-syntax/releases/tag/v0.7.4)
## v0.7.6 [#](https://github.com/appliedengdesign/vscode-gcode-syntax/releases/tag/v0.7.6)

### New Features

- Added additional configuration options for the Line Numberer

### Fixes

- Fixed issue where commands were not working [#47](https://github.com/appliedengdesign/vscode-gcode-syntax/issues/47)
- Fixed regex for detecting comments when numbering
- Moved line numbering progress to lower statusbar
- Refactored Line Numberer code to use vscode editBuilder

### Other

- Added additional logging on initializtion
- Updated README
- Updated dependencies

## v0.7.5 [#](https://github.com/appliedengdesign/vscode-gcode-syntax/releases/tag/v0.7.5)

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Visit our [projects page](https://github.com/appliedengdesign/vscode-gcode-synta

## Changelog

Latest Version: v0.7.5
Latest Version: v0.7.6

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

Expand Down
Loading

0 comments on commit d14c4c9

Please sign in to comment.