updated version history

pull/95/head
jmoenig 2020-09-25 16:01:26 +02:00
rodzic cce7f879ad
commit 1f0f339241
3 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -4,10 +4,12 @@
* **New Features:**
* added "bar / lines" option for plotting charts in the "frequency distribution analysis" library
* new "add comment" option in the block context menu, thanks, Rob Fidler!
### 2020-09-25
* new dev version
* updated "frequency distribution analysis" library: New "lines" option for plotting
* blocks: new "add comment" option in the block context menu, thanks, Rob Fidler!
## 6.2.1
* **New Features:**

Wyświetl plik

@ -8,7 +8,7 @@
<script src="src/morphic.js?version=2020-09-12"></script>
<script src="src/symbols.js?version=2020-07-21"></script>
<script src="src/widgets.js?version=2020-07-27"></script>
<script src="src/blocks.js?version=2020-09-20"></script>
<script src="src/blocks.js?version=2020-09-25"></script>
<script src="src/threads.js?version=2020-09-02"></script>
<script src="src/objects.js?version=2020-09-18"></script>
<script src="src/gui.js?version=2020-09-25"></script>

Wyświetl plik

@ -158,7 +158,7 @@ CustomCommandBlockMorph, SymbolMorph, ToggleButtonMorph, DialMorph*/
// Global stuff ////////////////////////////////////////////////////////
modules.blocks = '2020-September-20';
modules.blocks = '2020-September-25';
var SyntaxElementMorph;
var BlockMorph;