new dev version

pull/95/head
jmoenig 2020-12-14 10:36:11 +01:00
rodzic a51dd43bbe
commit 72e45d2dad
3 zmienionych plików z 8 dodań i 5 usunięć

Wyświetl plik

@ -2,6 +2,9 @@
## in development:
### 2020-12-14
* new dev version
## 6.4.0
* **New Features:**
* ray casting: new "ray length" option in the "relation TO object" primitive
@ -11,7 +14,7 @@
* new SIGN function in arithmetic dropdown
* **Notable Changes:**
* searching for blocks and keyboard entry now includes the contents of dropdown menus
* disabled dropping reporters into certain dropdowns (monadic functions, types, costume attributees, graphic effects, layers, audio attributes, pen attributes, dates, relation, keys, video attributes)
* disabled dropping reporters into certain dropdowns (monadic functions, types, costume attributes, graphic effects, layers, audio attributes, pen attributes, dates, relation, keys, video attributes)
* changed VIDEO _ ON _ reporter primitive to be hyper-monadic (second slot)
* hyperized OBJECT reporter primitive in sensing
* **Notable Fixes:**

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.4.0 Build Your Own Blocks</title>
<title>Snap! 6.4.1 - dev - 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-11"></script>
<script src="src/threads.js?version=2020-12-09"></script>
<script src="src/objects.js?version=2020-12-09"></script>
<script src="src/gui.js?version=2020-12-11"></script>
<script src="src/gui.js?version=2020-12-14"></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-11-27"></script>

Wyświetl plik

@ -78,7 +78,7 @@ Animation, BoxMorph, BlockEditorMorph, BlockDialogMorph, Note, ZERO, BLACK*/
// Global stuff ////////////////////////////////////////////////////////
modules.gui = '2020-December-11';
modules.gui = '2020-December-14';
// Declarations
@ -4078,7 +4078,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();
aboutTxt = 'Snap! 6.4.0\nBuild Your Own Blocks\n\n'
aboutTxt = 'Snap! 6.4.1 - dev -\nBuild Your Own Blocks\n\n'
+ 'Copyright \u24B8 2008-2020 Jens M\u00F6nig and '
+ 'Brian Harvey\n'
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'