Skip to content

Commit acb1b48

Browse files
committed
prepared v10.7.1 patch
1 parent 0245a2d commit acb1b48

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

HISTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## in development:
44

5+
## 10.7.1:
56
* **Notable Fixes:**
67
* fixed a comment re-drop bug, see https://forum.snap.berkeley.edu/t/snap-just-broke-due-to-undrop-comment/19206
78
* fixed a ring-slot slide-back bug, prevent ring-slots from being dragged off template blocks in the palette, see https://forum.snap.berkeley.edu/t/look-at-my-video-is-a-bug/19211
@@ -11,6 +12,7 @@
1112
* blocks: fixed a comment re-drop bug, see https://forum.snap.berkeley.edu/t/snap-just-broke-due-to-undrop-comment/19206
1213
* blocks: fixed a ring-slot slide-back bug, prevent ring-slots from being dragged off template blocks in the palette, see https://forum.snap.berkeley.edu/t/look-at-my-video-is-a-bug/19211
1314
* threads: fixed a launch-list-item bug, see https://forum.snap.berkeley.edu/t/launching-from-an-alphanumeric-index-crashes/19210
15+
* prepared v10.7.1 patch
1416

1517
## 10.7.0:
1618
* **New Features:**

snap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<script src="src/threads.js?version=2025-03-30"></script>
2121
<script src="src/objects.js?version=2025-03-23"></script>
2222
<script src="src/scenes.js?version=2024-05-28"></script>
23-
<script src="src/gui.js?version=2025-03-24"></script>
23+
<script src="src/gui.js?version=2025-03-30"></script>
2424
<script src="src/paint.js?version=2023-05-24"></script>
2525
<script src="src/lists.js?version=2025-02-27"></script>
2626
<script src="src/byob.js?version=2024-12-18"></script>

src/gui.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ HatBlockMorph*/
8787

8888
// Global stuff ////////////////////////////////////////////////////////
8989

90-
modules.gui = '2025-March-24';
90+
modules.gui = '2025-March-30';
9191

9292
// Declarations
9393

94-
var SnapVersion = '10.7.0';
94+
var SnapVersion = '10.7.1';
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.7.0',
3+
var snapVersion = '10.7.1',
44
cacheName = `snap-pwa-${snapVersion}`,
55
filesToCache = [
66
'snap.html',

0 commit comments

Comments
 (0)