From e383d8d0cf9b6fcb847fb7ba928d542d7d5087f7 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Mon, 3 Jan 2022 11:04:20 +0100 Subject: [PATCH] updated change log --- HISTORY.md | 2 ++ snap.html | 2 +- src/objects.js | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 5da4323b..4f015c18 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -9,6 +9,7 @@ * fixed storing the stage name(s) * removed distinction between number and string keys in "analyze" * fixed variable binding when broadcasting through the API, thanks, Zak! + * fixed programmatically hiding palette blocks using the "hide variable" block, thanks, Zak! * **Documentation Updates:** * **Translation Updates:** * Italian, thanks, Stefano! @@ -16,6 +17,7 @@ ### 2022-01-03 * Italian translation update, thanks, Stefano! * api: fixed variable binding when broadcasting through the API, thanks, Zak! +* objects: fixed programmatically hiding palette blocks using the "hide variable" block, thanks, Zak! ### 2022-01-02 * store: fixed storing the stage name(s) diff --git a/snap.html b/snap.html index a201b800..65e0e45b 100755 --- a/snap.html +++ b/snap.html @@ -18,7 +18,7 @@ - + diff --git a/src/objects.js b/src/objects.js index 56a091f5..bcfba373 100644 --- a/src/objects.js +++ b/src/objects.js @@ -9,7 +9,7 @@ written by Jens Mönig jens@moenig.org - Copyright (C) 2021 by Jens Mönig + Copyright (C) 2022 by Jens Mönig This file is part of Snap!. @@ -87,7 +87,7 @@ BlockVisibilityDialogMorph*/ /*jshint esversion: 6*/ -modules.objects = '2021-December-20'; +modules.objects = '2022-January-03'; var SpriteMorph; var StageMorph;