prepared release

pull/89/head
jmoenig 2019-11-15 15:55:03 +01:00
rodzic 556fbdd2a4
commit 99cc42f511
3 zmienionych plików z 9 dodań i 5 usunięć

Wyświetl plik

@ -3,17 +3,21 @@
## in development:
* **New Features:**
* **Notable Changes:**
* **Notable Fixes:**
* **Translation Updates:**
## v5.3.4:
* **Notable Fixes:**
* allowed reserved JS object property names as variable names in Snap (e.g. "constructor")
* disabled direct editing of list watchers for non-literal typed lists (such as costumes) in speech bubbles and prompters
* now preserving the sprite's rotation point when taking a video-snap on it
* now preventing costumes from becoming "broken" when pasting video snaps on them while the camera is not yet fully initialized
* now catching sub-pixel sized thumbnails
* **Translation Updates:**
### 2019-11-15
* objects: prevent costumes from becoming "broken" when pasting video snaps on them while the camera is not yet fully initialized
* objects: catch sub-pixel sized thumbnails
* prepared release
### 2019-11-14
* lists: disabled direct editing of list watchers for non-literal typed lists (such as costumes) in speech bubbles and prompters

Wyświetl plik

@ -2,14 +2,14 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Snap! Build Your Own Blocks 5.3.4 - dev -</title>
<title>Snap! Build Your Own Blocks 5.3.4</title>
<link rel="shortcut icon" href="src/favicon.ico">
<script type="text/javascript" src="src/morphic.js?version=2019-11-12"></script>
<script type="text/javascript" src="src/widgets.js?version=2019-10-16"></script>
<script type="text/javascript" src="src/blocks.js?version=2019-11-12"></script>
<script type="text/javascript" src="src/threads.js?version=2019-11-13"></script>
<script type="text/javascript" src="src/objects.js?version=2019-11-15"></script>
<script type="text/javascript" src="src/gui.js?version=2019-11-13"></script>
<script type="text/javascript" src="src/gui.js?version=2019-11-15"></script>
<script type="text/javascript" src="src/paint.js?version=2019-06-27"></script>
<script type="text/javascript" src="src/lists.js?version=2019-11-14"></script>
<script type="text/javascript" src="src/byob.js?version=2019-07-12"></script>

Wyświetl plik

@ -79,7 +79,7 @@ BlockEditorMorph, BlockDialogMorph*/
// Global stuff ////////////////////////////////////////////////////////
modules.gui = '2019-November-13';
modules.gui = '2019-November-15';
// Declarations
@ -3626,7 +3626,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();
aboutTxt = 'Snap! 5.3.4 - dev -\nBuild Your Own Blocks\n\n'
aboutTxt = 'Snap! 5.3.4\nBuild Your Own Blocks\n\n'
+ 'Copyright \u24B8 2019 Jens M\u00F6nig and '
+ 'Brian Harvey\n'
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'