diff --git a/HISTORY.md b/HISTORY.md index 02f4603e..c3802b71 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,15 @@ # Snap! (BYOB) History ## in development: +* **New Features:** + * added "pie chart" option to PLOT command in the frequency distribution analysis library + * added getProjectXML() method to the API +* **Documentation Updates:** + * API update +* **Notable Fixes:** + * fixed a translation bug for zero-value menu selection entries +* **Translation Updates:** + * Russian, thanks, Pavel! ### 2020-10-20 * added "pie chart" option to PLOT command in the frequency distribution analysis library diff --git a/src/gui.js b/src/gui.js index c2e9ee0e..553b8836 100644 --- a/src/gui.js +++ b/src/gui.js @@ -345,7 +345,7 @@ IDE_Morph.prototype.openIn = function (world) { } else { myself.toggleAppMode(true); } - if (!dict.noRun) { + if (!dict.noRun) { // +++ myself.runScripts(); } if (dict.hideControls) {