Skip to content

Commit 60a3c54

Browse files
committed
prepared v10.6.2 patch
1 parent 4f9eb31 commit 60a3c54

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

HISTORY.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# Snap! (BYOB) History
22

33
## in development:
4+
5+
## 10.6.2:
46
* **Notable Fixes:**
5-
* Thread halos: "afterglow" - (again) display halos around running scripts for a couple of frames after their process has terminated (except for generic / custom event hats)
7+
* thread halos: "afterglow" - (again) display halos around running scripts for a couple of frames after their process has terminated (except for generic / custom event hats)
68
* fixed STRETCH COSTUME reporter to again also accept a 4-column list of pixel data
79

810
### 2025-03-21
911
* new dev version
1012
* blocks, objects, threads: "afterglow" - display halos around running scripts for a couple of frames after their process has terminated (except for generic / custom event hats)
1113
* threads: fixed STRETCH COSTUME reporter to again also accept a 4-column list of pixel data
14+
* prepared v10.6.2 patch
1215

1316
## 10.6.1:
1417
* **Notable Changes:**

src/gui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ modules.gui = '2025-March-21';
9191

9292
// Declarations
9393

94-
var SnapVersion = '10.6.2-250321-dev';
94+
var SnapVersion = '10.6.2';
9595

9696
var IDE_Morph;
9797
var ProjectDialogMorph;

sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*global self, caches*/
22
/*jshint esversion: 6*/
3-
var snapVersion = '10.6.2-250321-dev',
3+
var snapVersion = '10.6.2',
44
cacheName = `snap-pwa-${snapVersion}`,
55
filesToCache = [
66
'snap.html',

0 commit comments

Comments
 (0)