From c1bcdbc80a70606b5d324eef36468a0ce588633b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Wed, 9 Oct 2024 15:17:33 +0200 Subject: [PATCH] prepared v10.0.12 patch --- HISTORY.md | 3 +++ snap.html | 2 +- src/gui.js | 4 ++-- sw.js | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 31537a9bd..ff91a0c62 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,8 @@ # Snap! (BYOB) History ## in development: + +## 10.0.12: * **New Features:** * added extensions to access the "Thread safe scripts" setting * **Notable Changes:** @@ -12,6 +14,7 @@ ### 2024-10-09: * morphic, extensions: new World>>schedule() shortcut for one-time callbacks +* prepared v10.0.12 patch ### 2024-10-08: * renamed service worker to ensure that it doesn't get launched by Chrome diff --git a/snap.html b/snap.html index df784056b..5bf791f89 100755 --- a/snap.html +++ b/snap.html @@ -20,7 +20,7 @@ - + diff --git a/src/gui.js b/src/gui.js index c8c3633b6..1016739f7 100644 --- a/src/gui.js +++ b/src/gui.js @@ -87,11 +87,11 @@ BlockVisibilityDialogMorph, ThreadManager, isString, SnapExtensions, snapEquals // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2024-September-19'; +modules.gui = '2024-October-09'; // Declarations -var SnapVersion = '10.0.11'; +var SnapVersion = '10.0.12'; var IDE_Morph; var ProjectDialogMorph; diff --git a/sw.js b/sw.js index b4635a82b..7e1d9e82a 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -var snapVersion = '10.0.11', +var snapVersion = '10.0.12', cacheName = `snap-pwa-${snapVersion}`, filesToCache = [ 'snap.html',