diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6c04e75..46a6687 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,5 @@ +v1.0.231: Fix bug in Keyboard Shortcut editor +v1.0.230: Updated Macros Editor with support for JS macros, new Icon selector, etc v1.0.229: XYZ Probe Routine: Change Z level from absolute to relative, Enable homing button in Alarms state (to allow homing if alarm = position lost), added Backup Grbl Settings button v1.0.228: Fixed bug related to Continous Jogging with Soft Limits via the Mobile Jog Widget v1.0.227: Fixed behavior of Jog Buttons on TouchScreens diff --git a/app/js/keyboard.js b/app/js/keyboard.js index 924ae7d..6f9e304 100644 --- a/app/js/keyboard.js +++ b/app/js/keyboard.js @@ -433,7 +433,7 @@ function keyboardShortcutsEditor() {
- +
@@ -500,13 +500,13 @@ function keyboardShortcutsEditor() {
- +
- +
diff --git a/package.json b/package.json index c148de7..0fbc19f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "OpenBuildsCONTROL", - "version": "1.0.230", + "version": "1.0.231", "license": "AGPL-3.0", "description": "OpenBuildsCONTROL CNC Machine Interface Software", "author": "github.com/openbuilds ",