diff --git a/HISTORY.md b/HISTORY.md index 5b749c4c..4a086fdd 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,16 @@ # Snap! (BYOB) History -## Development +## v4.2.2.3 +* New Features: + * new fast atomic "analyze" and "group" reporters in the "Bigger Data" library +* Notable Changes: + * don't stamp if the canvas is too small, avoid a JS error message + * changed "csv" option in SPLIT to comply with RFC 4180 and parse the whole table +* Notable Fix: + * help for local custom blocks +* Translation Update: + * Japanese, thanks Yoshiteru Nakamura! + ### 2018-10-26 * Blocks, Threads: changed SPLIT "csv" to comply with RFC 4180, took out others options * fixed #2235 (help for local custom blocks) diff --git a/snap.html b/snap.html index d4f7be6b..a5113920 100755 --- a/snap.html +++ b/snap.html @@ -2,14 +2,14 @@ - Snap! Build Your Own Blocks 4.2.2.3 - dev - + Snap! Build Your Own Blocks 4.2.2.3 - + diff --git a/src/gui.js b/src/gui.js index c4a5ebbf..23507a73 100644 --- a/src/gui.js +++ b/src/gui.js @@ -75,7 +75,7 @@ isRetinaSupported, SliderMorph, Animation, BoxMorph, MediaRecorder*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2018-October-23'; +modules.gui = '2018-October-26'; // Declarations @@ -3539,7 +3539,7 @@ IDE_Morph.prototype.aboutSnap = function () { module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn, world = this.world(); - aboutTxt = 'Snap! 4.2.2.3 - dev -\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 4.2.2.3\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'