diff options
| author | jmoenig <jens@moenig.org> | 2014-04-30 12:52:54 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-04-30 12:52:54 +0200 |
| commit | 5ab8b7e56357fd38fbc9d43a03033cb569de4a1c (patch) | |
| tree | fe339c07339b5362f5f20fc4263085836447df63 | |
| parent | b71bc8027d3523e1c4359a7e1af010e02c3e4ccc (diff) | |
| download | snap-byow-5ab8b7e56357fd38fbc9d43a03033cb569de4a1c.tar.gz snap-byow-5ab8b7e56357fd38fbc9d43a03033cb569de4a1c.zip | |
checkpoint
| -rw-r--r-- | blocks.js | 2 | ||||
| -rwxr-xr-x | history.txt | 5 | ||||
| -rw-r--r-- | threads.js | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -155,7 +155,7 @@ DialogBoxMorph, BlockInputFragmentMorph, PrototypeHatBlockMorph, Costume*/ // Global stuff //////////////////////////////////////////////////////// -modules.blocks = '2014-March-31'; +modules.blocks = '2014-April-30'; var SyntaxElementMorph; diff --git a/history.txt b/history.txt index 69b48bc..5fb2b40 100755 --- a/history.txt +++ b/history.txt @@ -2114,4 +2114,9 @@ ______ ------ * new Finnish translation, yay! Thanks, Jouni! * new Brazilian Portuguese translation, yay! Thanks, Aldo! +* Russian translation update +* Portuguese translation update +* additional localisations, thanks, Manuel! +* text-encoding fix for exporting variable contents, thanks, Blob! +* set turbo mode block fix, thanks, Michael and Nathan! * enable storage and retrieval of first-class costumes in both file formats @@ -83,7 +83,7 @@ ArgLabelMorph, localize, XML_Element, hex_sha512*/ // Global stuff //////////////////////////////////////////////////////// -modules.threads = '2014-Feb-10'; +modules.threads = '2014-April-30'; var ThreadManager; var Process; |
