From 17a5a7e9d05ccdf2f40d9439650e97a92780e196 Mon Sep 17 00:00:00 2001 From: Peter Boin Date: Tue, 22 Aug 2017 15:32:06 +1000 Subject: [PATCH] v0.2.0 change history --- dist/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dist/README.md b/dist/README.md index 5b4ea4f..ced233b 100644 --- a/dist/README.md +++ b/dist/README.md @@ -1,5 +1,25 @@ # Change History +## 0.2.0 + +Moved to `alpha` + +Improvements to read more versatile formats + +### Improvements + +* Tests include a sample-set of gcode files from varying CAM software and authors. +* `lsenv` in deployment script. +* added `GCodeLineNumber` and `GCodeProgramName` (in response to #5). +* `GCodeCancelCannedCycle` sets machine mode to `None`, and is run first in list of `motion` gcodes. +* Error message for unsupported gcodes is more helpful / relevant. +* Optional whitespace in `Word`, (eg: `X-1.2` and `X -1.2` are now both valid) + +### Bugfixes + +* Line number in program (#5) + + ## 0.1.2 Changes to accommodate implementation of [grbl-stream](https://github.com/fragmuffin/grbl-stream)