Skip to content

Commit 3cbe6a2

Browse files
committed
update to v0.1.5
1 parent 9484390 commit 3cbe6a2

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

33
All notable changes to the "gcode-genius" extension will be documented in this file.
44

5+
## [0.1.5] - 2025-11-06
6+
7+
### Added
8+
9+
- **New Modular Parsing System**: Began the implementation of a new, more robust parsing system. This version introduces the core modules for tokenization, validation, and error fixing.
10+
- **Real-time Syntax Validation**: The new parser provides real-time syntax validation, highlighting errors as you type.
11+
- **Quick Fixes for Syntax Errors**: Implemented quick fixes for a wide range of common syntax errors, allowing for rapid correction of issues directly in the editor.
12+
13+
### Changed
14+
15+
- **Error Highlighting and Correction**: Replaced the old error detection and correction system with the new modular parsing engine. This provides more accurate and detailed error information and more reliable fixes.
16+
17+
### Removed
18+
19+
- **Old Error Correction System**: The previous, less-efficient error correction logic has been completely removed in favor of the new modular system.
20+
521
## [0.1.0] - Initial Release
622

723
This is the first public release of G-code Genius. It combines all features developed and refined over previous internal versions into a single, comprehensive toolkit for G-code editing and visualization.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "G-code Genius",
44
"description": "Visualize, format, and edit G-code (CNC, 3D printing) with syntax highlighting, transformations, and an interactive 3D viewer.",
55
"icon": "media/icon.png",
6-
"version": "0.1.3",
6+
"version": "0.1.5",
77
"engines": {
88
"vscode": "^1.104.2"
99
},

0 commit comments

Comments
 (0)