diff --git a/HISTORY.md b/HISTORY.md index f14c2043d3..997dbdaa7a 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,17 +3,23 @@ ## in development: * **New Features:** +* **Notable Changes:** +* **Notable Fixes:** +* **Documentation Updates:** +* **Translation Updates:** + +## 7.0.6: * **Notable Changes:** * added more localizable error strings * **Notable Fixes:** * fixed binding an unbound context to a sprite (e.g. when using JOIN blocks) * fixed loading the Chinese translation, thanks, @moodykeke -* **Documentation Updates:** * **Translation Updates:** * German (for error messages) ### 2022-01-21 * threads: refactored Context >> image +* v7.0.6 ### 2022-01-20 * German translation update (for error messages) diff --git a/snap.html b/snap.html index 73eb045fcd..ced4853670 100755 --- a/snap.html +++ b/snap.html @@ -1,7 +1,7 @@ - Snap! 7.0.6 - dev - Build Your Own Blocks + Snap! 7.0.6 - Build Your Own Blocks @@ -20,7 +20,7 @@ - + diff --git a/src/gui.js b/src/gui.js index 745c02f79e..7956c9a1af 100644 --- a/src/gui.js +++ b/src/gui.js @@ -86,7 +86,7 @@ BlockVisibilityDialogMorph, ThreadManager*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2022-January-17'; +modules.gui = '2022-January-21'; // Declarations @@ -4768,7 +4768,7 @@ IDE_Morph.prototype.aboutSnap = function () { module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn, world = this.world(); - aboutTxt = 'Snap! 7.0.6 - dev -\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 7.0.6\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 b5e44d9b76..f99bb69d9d 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -var snapVersion = '7.0.6-dev', +var snapVersion = '7.0.6', cacheName = 'snap-pwa', filesToCache = [ 'snap.html',