Merge pull request #48 from dacarley/changelog_1_0_8
Updated package version and changelog
This commit is contained in:
@@ -1,6 +1,14 @@
|
|||||||
OneFinity CNC Controller Firmware Changelog
|
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
|
## v1.0.7
|
||||||
- Cleaned up UI layout a bit on the main screen
|
- 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
|
- Enabled auto expansion of partition and file system to fill SD card on first boot
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bbctrl",
|
"name": "bbctrl",
|
||||||
"version": "1.0.8b1",
|
"version": "1.0.8",
|
||||||
"homepage": "https://onefinitycnc.com/",
|
"homepage": "https://onefinitycnc.com/",
|
||||||
"repository": "https://github.com/OneFinityCNC/onefinity",
|
"repository": "https://github.com/OneFinityCNC/onefinity",
|
||||||
"license": "GPL-3.0+",
|
"license": "GPL-3.0+",
|
||||||
|
|||||||
Reference in New Issue
Block a user