From 092dc5000b467416343d54e8a0946b9f7a87a920 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Tue, 20 Oct 2020 18:52:31 +0200 Subject: [PATCH] updated change log --- HISTORY.md | 9 +++++++++ src/gui.js | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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) {