prepared maintenance release

pull/89/head
jmoenig 2019-07-04 19:06:30 +02:00
rodzic b5e16227a1
commit 28fcf7ef1e
3 zmienionych plików z 8 dodań i 3 usunięć

Wyświetl plik

@ -2,6 +2,11 @@
## in development:
* **New Features:**
* **Notable Changes:**
* **Notable Fixes:**
* **Translation Updates:**
## v5.0.1
* **Notable Changes:**
* gliding animation when inserting blocks using the keyboard
* optimized collision detection
@ -10,10 +15,10 @@
* list watchers occasionally didn't show cells after reassigning a changed list to a variable
* FOREACH over a linked list failed for scripts mutating it
* eliminated an occasional empty label line when variadic inputs wrap as a whole, thanks, Mary, for reporting this bug!
* **Translation Updates:**
### 2019-07-04
* gui: show "browser" source option in project dialog when (deprecated) locally stored projects still exist
* maintenance release
### 2019-07-03
* blocks: eliminated an occasional empty label line when variadic inputs wrap as a whole, thanks, Mary, for reporting this bug!

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.0.1 - dev -</title>
<title>Snap! Build Your Own Blocks 5.0.1</title>
<link rel="shortcut icon" href="src/favicon.ico">
<script type="text/javascript" src="src/morphic.js?version=2019-07-02"></script>
<script type="text/javascript" src="src/widgets.js?version=2019-06-27"></script>

Wyświetl plik

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