Merge pull request #48 from dacarley/changelog_1_0_8

Updated package version and changelog
This commit is contained in:
OneFinityCNC
2021-04-26 15:52:59 -04:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -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

View File

@@ -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+",