diff --git a/HISTORY.md b/HISTORY.md index 31802ddb..a6857d54 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,17 +3,21 @@ ## in development: * **New Features:** * **Notable Changes:** +* **Notable Fixes:** +* **Translation Updates:** + +## v5.3.4: * **Notable Fixes:** * allowed reserved JS object property names as variable names in Snap (e.g. "constructor") * disabled direct editing of list watchers for non-literal typed lists (such as costumes) in speech bubbles and prompters * now preserving the sprite's rotation point when taking a video-snap on it * now preventing costumes from becoming "broken" when pasting video snaps on them while the camera is not yet fully initialized * now catching sub-pixel sized thumbnails -* **Translation Updates:** ### 2019-11-15 * objects: prevent costumes from becoming "broken" when pasting video snaps on them while the camera is not yet fully initialized * objects: catch sub-pixel sized thumbnails +* prepared release ### 2019-11-14 * lists: disabled direct editing of list watchers for non-literal typed lists (such as costumes) in speech bubbles and prompters diff --git a/snap.html b/snap.html index 5dd6c849..5a246105 100755 --- a/snap.html +++ b/snap.html @@ -2,14 +2,14 @@ - Snap! Build Your Own Blocks 5.3.4 - dev - + Snap! Build Your Own Blocks 5.3.4 - + diff --git a/src/gui.js b/src/gui.js index 79b34261..d2e9445e 100644 --- a/src/gui.js +++ b/src/gui.js @@ -79,7 +79,7 @@ BlockEditorMorph, BlockDialogMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2019-November-13'; +modules.gui = '2019-November-15'; // Declarations @@ -3626,7 +3626,7 @@ IDE_Morph.prototype.aboutSnap = function () { module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn, world = this.world(); - aboutTxt = 'Snap! 5.3.4 - dev -\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 5.3.4\nBuild Your Own Blocks\n\n' + 'Copyright \u24B8 2019 Jens M\u00F6nig and ' + 'Brian Harvey\n' + 'jens@moenig.org, bh@cs.berkeley.edu\n\n'