updated change log

pull/95/head
jmoenig 2020-10-20 18:52:31 +02:00
rodzic 81f7461f80
commit 092dc5000b
2 zmienionych plików z 10 dodań i 1 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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) {