File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11# Snap! (BYOB) History
22
33## in development:
4+
5+ ## 11.0.6:
46* **Notable Fixes:**
57 * fixed default values for color slots & improved default slot values overall
68
79### 2025-10-21
810* objects, blocks: fixed default values for color slots & improved default slot values overall
911* objects: (internal) methods to externally persist and restore which global blocks (primitives, custom blocks, variables) are visible in the palette
12+ * prepared v11.0.6 patch
1013
1114## 11.0.5:
1215* **Notable Changes:**
Original file line number Diff line number Diff line change 2020 < script src ="src/threads.js?version=2025-08-29 "> </ script >
2121 < script src ="src/objects.js?version=2025-10-21 "> </ script >
2222 < script src ="src/scenes.js?version=2024-05-28 "> </ script >
23- < script src ="src/gui.js?version=2025-10-15 "> </ script >
23+ < script src ="src/gui.js?version=2025-10-21 "> </ script >
2424 < script src ="src/paint.js?version=2023-05-24 "> </ script >
2525 < script src ="src/lists.js?version=2025-06-12 "> </ script >
2626 < script src ="src/byob.js?version=2025-05-13 "> </ script >
Original file line number Diff line number Diff line change @@ -87,11 +87,11 @@ HatBlockMorph*/
8787
8888// Global stuff ////////////////////////////////////////////////////////
8989
90- modules . gui = '2025-October-15 ' ;
90+ modules . gui = '2025-October-21 ' ;
9191
9292// Declarations
9393
94- var SnapVersion = '11.0.5 ' ;
94+ var SnapVersion = '11.0.6 ' ;
9595
9696var IDE_Morph ;
9797var ProjectDialogMorph ;
Original file line number Diff line number Diff line change 11/*global self, caches*/
22/*jshint esversion: 6*/
3- var snapVersion = '11.0.5 ' ,
3+ var snapVersion = '11.0.6 ' ,
44 cacheName = `snap-pwa-${ snapVersion } ` ,
55 filesToCache = [
66 'snap.html' ,
You can’t perform that action at this time.
0 commit comments