Skip to content

Commit

Permalink
prepared v9.2.9 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Feb 23, 2024
1 parent b60b518 commit 9635bdb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Snap! (BYOB) History

## in development:

## 9.2.9:
* **New Features:**
* new "preserveTitle" API configuration, thanks, Bernat!
* new "hideProjects" API configuration switch, hides / shows the project menu button in the tool bar
Expand All @@ -14,6 +16,7 @@
* gui: hide the project menu when "noImports" API configuration is switched on
* new: new "hideProjects" API configuration switch, hides / shows the project menu button in the tool bar
* new: new "hideSettings" API configuration switch, hides / shows the settings menu button in the tool bar
* prepared v9.2.9 patch

2024-02-22
* new dev version for v9.2.9
Expand Down
2 changes: 1 addition & 1 deletion src/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ modules.gui = '2024-February-23';

// Declarations

var SnapVersion = '9.2.9-dev';
var SnapVersion = '9.2.9';

var IDE_Morph;
var ProjectDialogMorph;
Expand Down
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var snapVersion = '9.2.9-dev',
var snapVersion = '9.2.9',
cacheName = `snap-pwa-${snapVersion}`,
filesToCache = [
'snap.html',
Expand Down

0 comments on commit 9635bdb

Please sign in to comment.