From b863ffc5088e3ba5f7879e04242f1f6cf35053e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Tue, 5 Dec 2023 14:22:04 +0100 Subject: [PATCH] prepared v9.1 minor release --- 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 27acb6c88e..9582b2a711 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,8 @@ # Snap! (BYOB) History ## in development: + +## 9.1.0: * **New Features:** * new 'text' list conversion selector, recursively joins all text and number leaf elements with spaces in between, filtering out and ignoring whitespace * text inside "say" and "think" balloons gets vertical scroll bars if it exceeds the displayable space, is scrolled to the bottom by default to support language projects such as sengen @@ -19,6 +21,7 @@ 2023-12-05 * updated "Just Words" library, made sure it's a library file, not a project +* prepared v9.1 minor release 2023-11-30 * objects: scroll text inside speech/thought balloons, display long text scrolled to the bottom to support language-centered projects (e.g. sengen) diff --git a/snap.html b/snap.html index 4d950e63f3..dd37f4ced0 100755 --- a/snap.html +++ b/snap.html @@ -20,7 +20,7 @@ - + diff --git a/src/gui.js b/src/gui.js index d54959f714..4df5926b1c 100644 --- a/src/gui.js +++ b/src/gui.js @@ -87,11 +87,11 @@ BlockVisibilityDialogMorph, ThreadManager, isString, SnapExtensions, snapEquals // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2023-November-23'; +modules.gui = '2023-December-05'; // Declarations -var SnapVersion = '9.1.0-dev'; +var SnapVersion = '9.1.0'; var IDE_Morph; var ProjectDialogMorph; diff --git a/sw.js b/sw.js index 12f3479895..6c4ff93401 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -var snapVersion = '9.1.0-dev', +var snapVersion = '9.1.0', cacheName = `snap-pwa-${snapVersion}`, filesToCache = [ 'snap.html',