From 4dbd871859c054b6314c9548515ac773dd6de65f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Wed, 17 Apr 2024 13:54:14 +0200 Subject: [PATCH] =?UTF-8?q?Removed=20"=E2=88=91"=20from=20list=20propertie?= =?UTF-8?q?s=20menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HISTORY.md | 3 +++ snap.html | 2 +- src/blocks.js | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 1b2890d2ba..6888234221 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,8 @@ # Snap! (BYOB) History ## in development: +* **Notable Changes:** + * Removed "∑" from list properties menu * **Notable Fixes:** * fixed #3342 * fixed #3336 @@ -15,6 +17,7 @@ * fixed a spelling glitch in the camera dialog, thanks, bruh-9000! * fixed another spelling glitch in the Danish translation * Dutch translation update, thanks, Nykki Rusticus! +* blocks: Removed "∑" from list properties menu (commented out for backwards compatibility) ## 9.2.14: * **New Features:** diff --git a/snap.html b/snap.html index 3e8c472c70..41be77e58f 100755 --- a/snap.html +++ b/snap.html @@ -16,7 +16,7 @@ - + diff --git a/src/blocks.js b/src/blocks.js index ba764d666d..d0d179322c 100644 --- a/src/blocks.js +++ b/src/blocks.js @@ -161,7 +161,7 @@ SVG_Costume, embedMetadataPNG, ThreadManager, snapEquals*/ // Global stuff //////////////////////////////////////////////////////// -modules.blocks = '2024-April-05'; +modules.blocks = '2024-April-17'; var SyntaxElementMorph; var BlockMorph; @@ -498,7 +498,7 @@ SyntaxElementMorph.prototype.labelParts = { 'sorted' : ['sorted'], 'shuffled' : ['shuffled'], 'reverse' : ['reverse'], - '\u03a3' : ['\u03a3'], // Greek capital Sigma, sum of all numbers + // '\u03a3' : ['\u03a3'], // Greek capital Sigma, sum of all numbers '~' : null, 'text' : ['text'], 'lines' : ['lines'],