diff --git a/HISTORY.md b/HISTORY.md index 001724f6..ed9fc524 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,25 +1,32 @@ # Snap! (BYOB) History -## in development for 7.0.1: +## in development: * **New Features:** +* **Notable Changes:** +* **Notable Fixes:** +* **Documentation Updates:** +* **Translation Updates:** + +## 7.0.1: * **Notable Changes:** * better support for multi-byte emojis with "split" and "unicode", thanks, Michael! * added support for Uni Oxford (Ken Kahn's) ecraft2learn extension * **Notable Fixes:** * keep the order of sprites in the corral when saving newly created projects - * allow parens in project names (again) + * allow parentheses in project names (again) * dropping a library or sprite file into presentation mode switches back to edit mode * exporting blocks uses the project name as file name, followed by "blocks" -* **Documentation Updates:** -* **Translation Updates:** -### 2021-12-14 +### 2021-12-17 +* prepared patch + +### 2021-12-16 * gui: removed some commented out code * gui: fixed #2941 * byob: fixed #2945 -### 2021-12-14 +### 2021-12-15 * threads, lists: better support for multi-byte emojis with "split" and "unicode", thanks, Michael! * extensions: added support for Uni Oxford (Ken Kahn's) ecraft2learn extension diff --git a/snap.html b/snap.html index 152d69d4..05d502ed 100755 --- a/snap.html +++ b/snap.html @@ -1,7 +1,7 @@ - Snap! 7.0.1 - dev - Build Your Own Blocks + Snap! 7.0.1 - Build Your Own Blocks @@ -20,7 +20,7 @@ - + diff --git a/src/gui.js b/src/gui.js index 83c72754..a5f2cb45 100644 --- a/src/gui.js +++ b/src/gui.js @@ -86,7 +86,7 @@ BlockVisibilityDialogMorph, ThreadManager*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2021-December-16'; +modules.gui = '2021-December-17'; // Declarations @@ -4768,7 +4768,7 @@ IDE_Morph.prototype.aboutSnap = function () { module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn, world = this.world(); - aboutTxt = 'Snap! 7.0.1 - dev -\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 7.0.1\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' diff --git a/sw.js b/sw.js index 6e63f038..ec3bd3fb 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -var snapVersion = '7.0.1 - dev -' +var snapVersion = '7.0.1' var cacheName = 'snap-pwa', filesToCache = [