diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1dfa854..10a0afe 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,4 @@ +v1.0.258: Remove placeholders from surfacing wizard inputs fields. v1.0.257: Maintenance: Updated SSL Certs for OB CAM integration, Updated to latest build of Font Awesome, New Features: Added keyboard shortcuts for Feed/Speed Overrides #156, Save jog feedrate between sessions #158, Sync error/alarm close event between multiple windows #136, Updated calibration Wizard to support larger moves #154 v1.0.256: Enhanced Continuous Jog to prevent runaway - should fix #73 v1.0.255: Fixed a cosmetic typo in Probe wizard, test of Soft Limits calculation Changes diff --git a/app/index.html b/app/index.html index 317a15a..5a8d6a7 100644 --- a/app/index.html +++ b/app/index.html @@ -1188,7 +1188,7 @@
- + Diameter of your bit / endmill
@@ -1196,7 +1196,7 @@
- + Stepover between passes
@@ -1204,7 +1204,7 @@
- Cutting speed
@@ -1213,14 +1213,14 @@
- +
- + Width and Length of the area to machine flat
@@ -1228,7 +1228,7 @@
- + How much material to remove
@@ -1236,7 +1236,7 @@
- + Spindle RPM for variable spindles
diff --git a/package.json b/package.json index 2566726..1b6665c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "OpenBuildsCONTROL", - "version": "1.0.257", + "version": "1.0.258", "license": "AGPL-3.0", "description": "OpenBuildsCONTROL CNC Machine Interface Software", "author": "github.com/openbuilds ",