Skip to content

Commit

Permalink
prepared maintenance release
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Jul 4, 2019
1 parent b5e1622 commit 28fcf7e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion snap.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 28fcf7e

Please sign in to comment.