From d05b9467006f9714de73175329e272930a925474 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Thu, 8 Oct 2020 11:43:04 +0200 Subject: [PATCH] prepared release --- HISTORY.md | 17 ++++++++++------- snap.html | 4 ++-- src/gui.js | 4 ++-- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index dacedb71..6652571b 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,17 +2,19 @@ ## in development: -* **Notable Changes:** - * specifying alpha values is now optional for generating pixels in bitmaps (costumes), none means the pixel is solid +## 6.2.2 +* **New Features:** * new "add comment" option in the block context menu, thanks, Rob Fidler! - * attribute selection in the SET block are now prefixed with "my" * new "settings" button in the input slot dialog - * assume stage dimensions for "SWITCH TO COSTUME" with list if current costume dimensions don't fit * added "bar / lines" option for plotting charts in the "frequency distribution analysis" library - * new "48 kHz" option in the "sampling rate" dropdown - * made (hidden) "Blurred shadows" setting persistent, use to get rid of "red bar" artifacts on old laptops using Chrome - * increased area / sensitivity for collapsing variadic input slots * enabled "result pic" for command scripts containing a "report" block +* **Notable Changes:** + * made (hidden) "Blurred shadows" setting persistent, use to get rid of "red bar" artifacts on old laptops using Chrome + * specifying alpha values is now optional for generating pixels in bitmaps (costumes), none means the pixel is solid + * attribute selection in the SET block are now prefixed with "my" + * assume stage dimensions for "SWITCH TO COSTUME" with list if current costume dimensions don't fit + * new "48 kHz" option in the "sampling rate" dropdown + * increased area / sensitivity for collapsing variadic input slots, esp. on mobile devices * **Notable Fixes:** * "append" block now shows up when searching for it * disable blurred shadows inside input slots if the hidden "blurred shadows" setting is turned off, use this setting on old laptops displaying "red bars" in Chrome @@ -22,6 +24,7 @@ ### 2020-10-08 * blocks: enabled "result pic" for command scripts containing a "report" block +* prepared release ### 2020-10-07 * byob: added "settings" button to input slot dialog diff --git a/snap.html b/snap.html index 049ddbb8..4240db00 100755 --- a/snap.html +++ b/snap.html @@ -3,7 +3,7 @@ - Snap! 6.2.2 - dev - Build Your Own Blocks + Snap! 6.2.2 Build Your Own Blocks @@ -11,7 +11,7 @@ - + diff --git a/src/gui.js b/src/gui.js index c31377f4..7bce1833 100644 --- a/src/gui.js +++ b/src/gui.js @@ -78,7 +78,7 @@ Animation, BoxMorph, BlockEditorMorph, BlockDialogMorph, Note, ZERO, BLACK*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2020-October-06'; +modules.gui = '2020-October-08'; // Declarations @@ -3976,7 +3976,7 @@ IDE_Morph.prototype.aboutSnap = function () { module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn, world = this.world(); - aboutTxt = 'Snap! 6.2.2 - dev -\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 6.2.2\nBuild Your Own Blocks\n\n' + 'Copyright \u24B8 2008-2020 Jens M\u00F6nig and ' + 'Brian Harvey\n' + 'jens@moenig.org, bh@cs.berkeley.edu\n\n'