Skip to content

Commit

Permalink
prepared release
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Oct 15, 2019
1 parent 2acfe34 commit ebd8bef
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
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.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>
Expand Down
2 changes: 1 addition & 1 deletion src/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ebd8bef

Please sign in to comment.