From e8f4eb002f844154ea9eea35ef138eb02758e294 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Mon, 3 May 2021 10:20:09 +0200 Subject: [PATCH] prepared minor release --- HISTORY.md | 7 +++++-- snap.html | 2 +- src/gui.js | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index f5f64436..7ddef7e1 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,11 +1,13 @@ # Snap! (BYOB) History ## in development: + +## 6.8.0 * **New Features:** - * you can now also "peel off" custom block instances from their prototype templates in the block editor * first-class colors, sorta, in the new "Colors" library, thanks, Brian! + * you can now also "peel off" custom block instances from their prototype templates in the block editor * **Notable Changes:** - * speed-up talk bubble positioning by 5x + * speed-up talk bubble positioning by 5x * **Notable Fixes:** * work around a floating point precision glitch in "ray length" * fixed an occasional rendering glitch when changing the display style of a variable watcher @@ -17,6 +19,7 @@ ### 2021-05-03 * new versions of "Colors" and bignums libraries, updated documentation, thanks, Brian * bumped dev version to v6.8 +* prepared minor release ### 2021-04-23 * objects: fixed color effect for negative inputs, thanks, Brian! diff --git a/snap.html b/snap.html index 1c1c8e2e..0d02d594 100755 --- a/snap.html +++ b/snap.html @@ -3,7 +3,7 @@ - Snap! 6.8.0 - dev - Build Your Own Blocks + Snap! 6.8.0 Build Your Own Blocks diff --git a/src/gui.js b/src/gui.js index e5f0678e..b006e746 100644 --- a/src/gui.js +++ b/src/gui.js @@ -4353,7 +4353,7 @@ IDE_Morph.prototype.aboutSnap = function () { module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn, world = this.world(); - aboutTxt = 'Snap! 6.8.0 - dev -\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 6.8.0\nBuild Your Own Blocks\n\n' + 'Copyright \u24B8 2008-2021 Jens M\u00F6nig and ' + 'Brian Harvey\n' + 'jens@moenig.org, bh@cs.berkeley.edu\n\n'