diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 083ae89..7c612d3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,6 +2,8 @@ v1.0.384: - Simplified Grbl Settings: Basic/Advanced tabs and Wizard for setting up toolheads - Fixed bug where Servo Calibration was acting outside modal - Fixed minor cosmetic issue on ribbon menu colors in Dark Mode +- Added automatic backups (beta) +- Added more tech support information to Troubleshooting tab v1.0.383: - Added default servo values for Pen Up/Down for ACRO A1 v1.0.382: diff --git a/package.json b/package.json index 27f50ab..0fdf801 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "OpenBuildsCONTROL", - "version": "1.0.384", + "version": "1.0.385", "license": "AGPL-3.0", "description": "OpenBuildsCONTROL CNC Machine Host Software", "author": "github.com/openbuilds ",