Skip to content

Commit 39034b4

Browse files
committed
prepared weekly patch
1 parent 43318dd commit 39034b4

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

HISTORY.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,23 @@
33
## in development:
44

55
* **New Features:**
6+
* **Notable Changes:**
7+
* **Notable Fixes:**
8+
* **Documentation Updates:**
9+
* **Translation Updates:**
10+
11+
## 7.0.6:
612
* **Notable Changes:**
713
* added more localizable error strings
814
* **Notable Fixes:**
915
* fixed binding an unbound context to a sprite (e.g. when using JOIN blocks)
1016
* fixed loading the Chinese translation, thanks, @moodykeke
11-
* **Documentation Updates:**
1217
* **Translation Updates:**
1318
* German (for error messages)
1419

1520
### 2022-01-21
1621
* threads: refactored Context >> image
22+
* v7.0.6
1723

1824
### 2022-01-20
1925
* German translation update (for error messages)

snap.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Snap! 7.0.6 - dev - Build Your Own Blocks</title>
4+
<title>Snap! 7.0.6 - Build Your Own Blocks</title>
55
<link rel="icon" href="src/favicon.ico" type="image/x-icon">
66
<link rel="manifest" href="manifest.json">
77
<link rel="apple-touch-icon" href="img/snap-icon-152.png">
@@ -20,7 +20,7 @@
2020
<script src="src/threads.js?version=2022-01-21"></script>
2121
<script src="src/objects.js?version=2022-01-20"></script>
2222
<script src="src/scenes.js?version=2021-11-24"></script>
23-
<script src="src/gui.js?version=2022-01-17"></script>
23+
<script src="src/gui.js?version=2022-01-21"></script>
2424
<script src="src/paint.js?version=2021-07-05"></script>
2525
<script src="src/lists.js?version=2021-12-15"></script>
2626
<script src="src/byob.js?version=2022-01-07"></script>

src/gui.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ BlockVisibilityDialogMorph, ThreadManager*/
8686

8787
// Global stuff ////////////////////////////////////////////////////////
8888

89-
modules.gui = '2022-January-17';
89+
modules.gui = '2022-January-21';
9090

9191
// Declarations
9292

@@ -4768,7 +4768,7 @@ IDE_Morph.prototype.aboutSnap = function () {
47684768
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
47694769
world = this.world();
47704770

4771-
aboutTxt = 'Snap! 7.0.6 - dev -\nBuild Your Own Blocks\n\n'
4771+
aboutTxt = 'Snap! 7.0.6\nBuild Your Own Blocks\n\n'
47724772
+ 'Copyright \u24B8 2008-2022 Jens M\u00F6nig and '
47734773
+ 'Brian Harvey\n'
47744774
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'

sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var snapVersion = '7.0.6-dev',
1+
var snapVersion = '7.0.6',
22
cacheName = 'snap-pwa',
33
filesToCache = [
44
'snap.html',

0 commit comments

Comments
 (0)