diff --git a/HISTORY.md b/HISTORY.md index 14006fba..677a18c0 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,18 +3,25 @@ ## in development: * **New Features:** - * syntax tree format for translatable input options and constants: "[choice]" - * syntax tree support for variable getter names * **Notable Changes:** * **Notable Fixes:** - * strings library: substrings handle negative indices as documented, thanks, Brian! * **Documentation Updates:** * **Translation Updates:** + + +## 7.0.4: +* **New Features:** + * syntax tree format for translatable input options and constants: "[choice]" + * syntax tree support for variable getter names +* **Notable Fixes:** + * strings library: substrings handle negative indices as documented, thanks, Brian! +* **Translation Updates:** * Catalan library translations, thanks, Joan! ### 2022-01-07 * blocks: added syntax tree representation for variable getters * blocks, byob: blank-out variable getters in syntax-tree result list +* v7.0.4 ### 2022-01-06 * Catalan library translations, thanks, Joan! @@ -65,7 +72,6 @@ ### 2021-12-22 * new dev version * threads: same blocks with empty variadic inputs compare as equal regardless of their arity - ## 7.0.2: * **Notable Fixes:** @@ -84,7 +90,6 @@ * new dev version * objects: shadow (a clone's) costumes when setting its rotation coordinates - ## 7.0.1: * **Notable Changes:** * better support for multi-byte emojis with "split" and "unicode", thanks, Michael! diff --git a/snap.html b/snap.html index f140afc1..4231675b 100755 --- a/snap.html +++ b/snap.html @@ -1,7 +1,7 @@ - Snap! 7.0.4 - dev - Build Your Own Blocks + Snap! 7.0.4 - Build Your Own Blocks @@ -20,7 +20,7 @@ - + diff --git a/src/gui.js b/src/gui.js index 09b305ff..2a90ad7b 100644 --- a/src/gui.js +++ b/src/gui.js @@ -86,7 +86,7 @@ BlockVisibilityDialogMorph, ThreadManager*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2022-January-05'; +modules.gui = '2022-January-07'; // Declarations @@ -4768,7 +4768,7 @@ IDE_Morph.prototype.aboutSnap = function () { module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn, world = this.world(); - aboutTxt = 'Snap! 7.0.4 - dev -\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 7.0.4\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 927d72c4..4a5be747 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -var snapVersion = '7.0.4-dev', +var snapVersion = '7.0.4', cacheName = 'snap-pwa', filesToCache = [ 'snap.html',