pull/95/head
jmoenig 2021-03-09 14:11:44 +01:00
rodzic cdcb37e967
commit 75d23e1415
3 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -2,6 +2,7 @@
## in development:
## 6.7.1
* **Notable Fixes:**
* fixed recursive calls in PIPE
* the "length of list" block no longer appears twice in search results
@ -14,6 +15,7 @@
* fixed recursive calls in PIPE
* lists: prevent usage of lists as dictionaries
* store: fixed #2798
* prepared patch
## 6.7.0
* **New Features:**

Wyświetl plik

@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Snap! 6.7.1 - dev - Build Your Own Blocks</title>
<title>Snap! 6.7.1 Build Your Own Blocks</title>
<link rel="icon" href="src/favicon.ico">
<script src="src/morphic.js?version=2021-02-10"></script>
<script src="src/symbols.js?version=2021-03-03"></script>

Wyświetl plik

@ -4353,7 +4353,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();
aboutTxt = 'Snap! 6.7.1 - dev -\nBuild Your Own Blocks\n\n'
aboutTxt = 'Snap! 6.7.1\nBuild Your Own Blocks\n\n'
+ 'Copyright \u24B8 2008-2021 Jens M\u00F6nig and '
+ 'Brian Harvey\n'
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'