From 1418bae1e2a0883f9dd4fea615545c11e12ece43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Tue, 17 Sep 2024 19:43:04 +0200 Subject: [PATCH] prepared v10.0.10 patch --- HISTORY.md | 5 +++++ snap.html | 2 +- src/gui.js | 4 ++-- sw.js | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index f5be7b97c..b22823224 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,8 +2,13 @@ ## in development: +## 10.0.10: +* **Notable Fixes:** + * fixed bounding box bug in paint editor by reverting @SArpnt's optimization PR + ### 2024-09-17 * ojects: fixed bounding box bug in paint editor by reverting @SArpnt's optimization PR +* prepared v10.0.10 patch ## 10.0.9: * **Notable Fixes:** diff --git a/snap.html b/snap.html index 0b20088ae..8377743f4 100755 --- a/snap.html +++ b/snap.html @@ -20,7 +20,7 @@ - + diff --git a/src/gui.js b/src/gui.js index 304d0f824..d3209bbc8 100644 --- a/src/gui.js +++ b/src/gui.js @@ -87,11 +87,11 @@ BlockVisibilityDialogMorph, ThreadManager, isString, SnapExtensions, snapEquals // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2024-September-16'; +modules.gui = '2024-September-17'; // Declarations -var SnapVersion = '10.0.9'; +var SnapVersion = '10.0.10'; var IDE_Morph; var ProjectDialogMorph; diff --git a/sw.js b/sw.js index b7d0c918e..994783dc1 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -var snapVersion = '10.0.9', +var snapVersion = '10.0.10', cacheName = `snap-pwa-${snapVersion}`, filesToCache = [ 'snap.html',