diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8a1e722..387e77e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,4 @@ +v1.0.149: Fixed Bugs in Multiline Macros v1.0.148: Multi-line Macros, Grbl Flashing tool: BlackBox added, Switch to Serial Console on-connect to help ease troubleshooting. v1.0.147: Updated lodash Dependancy, update AVRgirl Dependency, added Xpro support to the Grbl Flashing tools v1.0.146: Custom Machine profile, Tooltips for Grbl Settings, Alarm Unlock on Alarm Modal, Added Link to Forum on Troubleshooting tab, minor Cosmetics to 3D Viewer, Probe Macros/Console: Only show dialog when probed from Wizard, normal macro/console probes only log to Serial Console now diff --git a/app/js/macros.js b/app/js/macros.js index 931796a..63abd0a 100644 --- a/app/js/macros.js +++ b/app/js/macros.js @@ -5,7 +5,7 @@ function populateMacroButtons() { $("#macros").empty(); for (i = 0; i < buttonsarray.length; i++) { var button = ` -