From befa1840df87b25e0ef5b3d6446b99fbd48b3260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Mon, 16 Sep 2024 14:46:13 +0200 Subject: [PATCH] prepared v10.0.9 patch --- HISTORY.md | 9 ++++++--- snap.html | 2 +- src/gui.js | 4 ++-- sw.js | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index a69286b34..d7a2dd542 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,15 +1,18 @@ # Snap! (BYOB) History ## in development: + +## 10.0.9: * **Notable Fixes:** * tweaked refactoring variables ("rename all") for auto-lambdafying C-Slots inside custom blocks * optimized canvasBoundingBox for speed, thanks, @SArpnt, for the contribution! * fixed initializing formal ring parameters if called without passing actual arguments, thanks, @DarDoro, for the report! ### 2024-09-16 - * blocks: tweaked refactoring variables ("rename all") for auto-lambdafying C-Slots inside custom blocks - * objects: optimized canvasBoundingBox() for speed, thanks, @SArpnt! - * threads: fixed initializing formal ring parameters if called without passing actual arguments +* blocks: tweaked refactoring variables ("rename all") for auto-lambdafying C-Slots inside custom blocks +* objects: optimized canvasBoundingBox() for speed, thanks, @SArpnt! +* threads: fixed initializing formal ring parameters if called without passing actual arguments +* prepared v10.0.9 patch ## 10.0.8: * **Notable Fixes:** diff --git a/snap.html b/snap.html index f05aefb4a..2135b3872 100755 --- a/snap.html +++ b/snap.html @@ -20,7 +20,7 @@ - + diff --git a/src/gui.js b/src/gui.js index 15f3e2c51..304d0f824 100644 --- a/src/gui.js +++ b/src/gui.js @@ -87,11 +87,11 @@ BlockVisibilityDialogMorph, ThreadManager, isString, SnapExtensions, snapEquals // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2024-September-13'; +modules.gui = '2024-September-16'; // Declarations -var SnapVersion = '10.0.8'; +var SnapVersion = '10.0.9'; var IDE_Morph; var ProjectDialogMorph; diff --git a/sw.js b/sw.js index eddf5ec1b..b7d0c918e 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -var snapVersion = '10.0.8', +var snapVersion = '10.0.9', cacheName = `snap-pwa-${snapVersion}`, filesToCache = [ 'snap.html',