update version and history

pull/3/merge
Jens Mönig 2015-07-28 10:54:27 +02:00
rodzic 8b17e7089a
commit ecc7f438b3
2 zmienionych plików z 7 dodań i 3 usunięć

2
gui.js
Wyświetl plik

@ -70,7 +70,7 @@ SpeechBubbleMorph, ScriptFocusMorph*/
// Global stuff ////////////////////////////////////////////////////////
modules.gui = '2015-July-27';
modules.gui = '2015-July-28';
// Declarations

Wyświetl plik

@ -2522,13 +2522,13 @@ ______
* Morphic, Objects, Blocks, XML: Optimizations and dramatic speed-up. Thanks, Nathan!!
* Objects: push maximum clone count up to 1000, tweak Note::play
=== Start with v4.0.1 ===
=== v4.0.1 (unreleased) ===
150626
------
* Morphic: Fix Inspector duplication, update documentation
150726
150727
------
* Polish translation update, thanks, Bartosz Leper!
* Turkish translation. Yay!! Thanks, Hakan Ataş!
@ -2543,3 +2543,7 @@ ______
* Objects, Blocks, Threads, GUI, Store, Widgets: Prototypal inheritance for sprite-local variables
* Objects, Blocks: enable monitoring closurized non-locals and thread-temporaries (script vars of running processes)
* GUI: stage resizing handle
150728
------
* GUI: fixed relative urls, thanks, Michael!