File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 22
33## in development:
44
5+ ## 11.0.2:
6+ * **Notable Changes:**
7+ * MQTT library update, thanks, Simon!
8+ * **Notable Fixes:**
9+ * fixed a missing edge case when specifying default values for numerical input slots
10+ * show cloud message when saving a project, thanks, Bernat!
11+
512### 2025-09-10
613* widgets: fixed a missing edge case when specifying default values for numerical input slots
7- * gui: show cloud message when saving a project, thanks, Bernat!
14+ * gui: show cloud message when saving a project, thanks, Bernat!
15+ * MQTT library update, thanks, Simon!
16+ * prepared v11.0.2 patch
817
918## 11.0.1:
1019* **Notable Changes:**
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ modules.gui = '2025-September-10';
9191
9292// Declarations
9393
94- var SnapVersion = '11.0.1 ' ;
94+ var SnapVersion = '11.0.2 ' ;
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.1 ' ,
3+ var snapVersion = '11.0.2 ' ,
44 cacheName = `snap-pwa-${ snapVersion } ` ,
55 filesToCache = [
66 'snap.html' ,
You can’t perform that action at this time.
0 commit comments