From 12b3dfa14c6a77c7774e09d35f6727e413b2540a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Mon, 1 Aug 2022 11:24:51 +0200 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index f165b879..f8aacb71 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -12,6 +12,7 @@ * export block definitions from inside the block editor * embed blocks into costume metadata to be shared as image file * exported script pics now always include the actual blocks, which can be extracted from the image inside Snap! + * exported scripts (!) pics now also always include either the actual blocks (if it's a single script), the block definition (if it's a block editor), or a sprite-representation of the current object (sprite or stage) * added green flag symbol to "when I receive" dropdown menu, support when clicking the green flag button in the IDE * added "combinations" primitive to the palette * new POSITION primitive reporter in the MOTION category