From 5b0eeba4d341afcfdbfc5a4eb19685ece325c192 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Fri, 14 Jan 2022 15:33:42 +0100 Subject: [PATCH] prepared patch release 7.0.5 --- HISTORY.md | 13 +++++++++++-- snap.html | 4 ++-- src/gui.js | 4 ++-- sw.js | 2 +- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index ac61a7c7..ad9dadaf 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,14 @@ ## in development: +* **New Features:** +* **Notable Changes:** +* **Notable Fixes:** +* **Documentation Updates:** +* **Translation Updates:** + + +## 7.0.5: * **New Features:** * text costumes library: new block to add a rectangular colored background with optional padding to a copy of a costume, for making "clickable buttons" * **Notable Changes:** @@ -9,10 +17,12 @@ * added support for EDC's Early Math Microworld extension * **Notable Fixes:** * strings library: fixed an index range bug, thanks, Brian! -* **Documentation Updates:** * **Translation Updates:** * Chinese, thanks, Simon! +### 2022-01-14 +* v7.0.5 + ### 2022-01-13 * threads: improved emoji handling for "length of text" reporter, thanks, Michael! * extensions: added support for EDC's Early Math Microworld extension @@ -23,7 +33,6 @@ * Chinese translation update, thanks, Simon! * strings library: fixed an index range bug, thanks, Brian! - ## 7.0.4: * **New Features:** * syntax tree format for translatable input options and constants: "[choice]" diff --git a/snap.html b/snap.html index 9ff1df63..9fee5d52 100755 --- a/snap.html +++ b/snap.html @@ -1,7 +1,7 @@ - Snap! 7.0.5 - dev - Build Your Own Blocks + Snap! 7.0.5 - Build Your Own Blocks @@ -20,7 +20,7 @@ - + diff --git a/src/gui.js b/src/gui.js index f38063ed..75c301c1 100644 --- a/src/gui.js +++ b/src/gui.js @@ -86,7 +86,7 @@ BlockVisibilityDialogMorph, ThreadManager*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2022-January-10'; +modules.gui = '2022-January-14'; // Declarations @@ -4768,7 +4768,7 @@ IDE_Morph.prototype.aboutSnap = function () { module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn, world = this.world(); - aboutTxt = 'Snap! 7.0.5 - dev -\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 7.0.5\nBuild Your Own Blocks\n\n' + 'Copyright \u24B8 2008-2022 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 15291169..a2806dbb 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -var snapVersion = '7.0.5 - dev -', +var snapVersion = '7.0.5', cacheName = 'snap-pwa', filesToCache = [ 'snap.html',