From e5a94eec6adc52a2e24b0dc68f5e908085e3cd6c Mon Sep 17 00:00:00 2001 From: David Carley Date: Mon, 26 Apr 2021 12:05:20 -0700 Subject: [PATCH] Updated package version and changelog --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9968817..abfef30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ OneFinity CNC Controller Firmware Changelog =========================================== +## v1.0.8 + - Fixed chatter and lost steps issues (most commonly seen by Fusion users), re-enabled support for G61, G61.1, G64. + - Fixed 3d preview on Safari-based web browsers (MacOS & iOS) + - Made it less likely for a user to upload a non-gcode file + - Fixed problems with UI freezing when attempting to process a non-gcode file + - Simplified error popup to make it less confusing + - Improved error messages for most internal errors + ## v1.0.7 - Cleaned up UI layout a bit on the main screen - Enabled auto expansion of partition and file system to fill SD card on first boot diff --git a/package.json b/package.json index 6c3ad00..968bec9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bbctrl", - "version": "1.0.8b1", + "version": "1.0.8", "homepage": "https://onefinitycnc.com/", "repository": "https://github.com/OneFinityCNC/onefinity", "license": "GPL-3.0+",