prepared release

pull/89/head
jmoenig 2019-10-15 14:18:33 +02:00
rodzic 2acfe34f1b
commit ebd8befa74
3 zmienionych plików z 10 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,13 @@
# Snap! (BYOB) History
## in development:
* **New Features:**
* **Notable Changes:**
* **Notable Fixes:**
* **Translation Updates:**
## v5.1.1:
* **New Features:**
* new cloud-menu entry: "Open in Community Site", thanks, Michael!
* accept a list of pixels in the SWITCH TO COSTUME block
@ -28,6 +35,7 @@
* updated German translation
* gui: simplified asset loading scheduler
* gui: display a permenent warning when using IE
* prepared release
### 2019-10-14
* morphic: new "reactToInput" text-editing event

Wyświetl plik

@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Snap! Build Your Own Blocks 5.1.1 - dev -</title>
<title>Snap! Build Your Own Blocks 5.1.1</title>
<link rel="shortcut icon" href="src/favicon.ico">
<script type="text/javascript" src="src/morphic.js?version=2019-10-14"></script>
<script type="text/javascript" src="src/widgets.js?version=2019-06-27"></script>

Wyświetl plik

@ -3622,7 +3622,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();
aboutTxt = 'Snap! 5.1.1 - dev -\nBuild Your Own Blocks\n\n'
aboutTxt = 'Snap! 5.1.1\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'