From 2e704af88dfab329bf26505b88a983decddc5390 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Mon, 9 Jul 2018 17:09:17 +0200 Subject: [PATCH] prepare minor release --- gui.js | 5 +++-- history.txt | 19 +++++++++++++++++++ snap.html | 10 +++++----- 3 files changed, 27 insertions(+), 7 deletions(-) diff --git a/gui.js b/gui.js index f41c6c50..8c59fe98 100644 --- a/gui.js +++ b/gui.js @@ -75,7 +75,7 @@ isRetinaSupported, SliderMorph, Animation, BoxMorph, MediaRecorder*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2018-July-03'; +modules.gui = '2018-July-09'; // Declarations @@ -3504,7 +3504,7 @@ IDE_Morph.prototype.aboutSnap = function () { module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn, world = this.world(); - aboutTxt = 'Snap! 4.2.1 - dev -\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 4.2.1\nBuild Your Own Blocks\n\n' + 'Copyright \u24B8 2018 Jens M\u00F6nig and ' + 'Brian Harvey\n' + 'jens@moenig.org, bh@cs.berkeley.edu\n\n' @@ -5641,6 +5641,7 @@ IDE_Morph.prototype.getURL = function (url, callback, responseType) { } }; } + request.setRequestHeader('Cache-Control', 'max-age=0'); request.send(); if (!async) { if (request.status === 200) { diff --git a/history.txt b/history.txt index 638cf779..4ae82c9f 100755 --- a/history.txt +++ b/history.txt @@ -4234,3 +4234,22 @@ Translation Updates: * Spanish, Catalan and French translations of the tools library, thanks, Joan! * New JSON library, thanks, Bernat! * URL cache issue fix, thanks, Joan! + +=== v4.2.1 minor release === + +v4.2.1 New Features: +* new libraries for parallelization and JSON support +* new "loudness" reporter in audio comp library, thanks, Bernat! + +Notable Changes: +* significant speed-up for HTTP based robot APIs such as the Hummingbird kit + +Notable Fixes: +* "When I am stopped" hat block now also works for stacks of HTTP based robot commands +* resolved name conflicts in pixels and audio comp libraries + +Translation Updates: +* New Basque translation, thanks, Asier Iturralde Sarasola! +* Portuguese, thanks, Manuel! +* French, thanks, Nathalie and Joan! +* Spanish, Catalan and French translations of the tools library, thanks, Nathalie and Joan! diff --git a/snap.html b/snap.html index d0b207e2..303144c0 100755 --- a/snap.html +++ b/snap.html @@ -2,14 +2,14 @@ - Snap! Build Your Own Blocks 4.2.1 - dev - + Snap! Build Your Own Blocks 4.2.1 - + - + @@ -17,8 +17,8 @@ - - + +