pull/95/head
jmoenig 2021-01-11 11:14:10 +01:00
rodzic 3ec0d90fc7
commit a923b0c098
4 zmienionych plików z 9 dodań i 5 usunięć

Wyświetl plik

@ -2,6 +2,7 @@
## in development:
## 6.5.1
* **New Features:**
* experimental (non-hyperized) "not equals" primitive reachable via "relabel"
* **Notable Changes:**
@ -15,6 +16,9 @@
* **Translation Updates:**
* Dutch, thanks, Joek!
### 2021-01-11
* prepared patch
### 2021-01-08
* updated Snap! Manual and manual compiling documentation, thanks, Brian!

Wyświetl plik

@ -9,7 +9,7 @@ inspired by Scratch
written by Jens Mönig and Brian Harvey
jens@moenig.org, bh@cs.berkeley.edu
Copyright (C) 2008-2020 by Jens Mönig and Brian Harvey
Copyright (C) 2008-2021 by Jens Mönig and Brian Harvey
Snap! is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as

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.5.1 - dev - Build Your Own Blocks</title>
<title>Snap! 6.5.1 Build Your Own Blocks</title>
<link rel="icon" href="src/favicon.ico">
<script src="src/morphic.js?version=2020-12-02"></script>
<script src="src/symbols.js?version=2020-10-07"></script>
@ -11,7 +11,7 @@
<script src="src/blocks.js?version=2020-12-22"></script>
<script src="src/threads.js?version=2021-01-05"></script>
<script src="src/objects.js?version=2021-01-05"></script>
<script src="src/gui.js?version=2021-01-04"></script>
<script src="src/gui.js?version=2021-01-11"></script>
<script src="src/paint.js?version=2020-05-17"></script>
<script src="src/lists.js?version=2020-12-01"></script>
<script src="src/byob.js?version=2020-12-22"></script>

Wyświetl plik

@ -78,7 +78,7 @@ Animation, BoxMorph, BlockEditorMorph, BlockDialogMorph, Note, ZERO, BLACK*/
// Global stuff ////////////////////////////////////////////////////////
modules.gui = '2021-January-04';
modules.gui = '2021-January-11';
// Declarations
@ -4234,7 +4234,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();
aboutTxt = 'Snap! 6.5.1 - dev -\nBuild Your Own Blocks\n\n'
aboutTxt = 'Snap! 6.5.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'