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 15, 2019
1 parent e74538c commit 8d8ad05
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
9 changes: 7 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@
## in development:
* **New Features:**
* **Notable Changes:**
* **Notable Fixes:**
* **Translation Updates:**

## v5.0.4
* **Notable Fixes:**
* fixed a glitch when running a generic WHEN hat block with a literal Boolean input
* fixed a bug in the SHOW PICTURE block of the "Pixels" library
* **Translation Updates:**

### 2019-07-10
* threads: fixed a glitch when running a generic WHEN hat block with a literal Boolean input
* fixed a bug in the SHOW PICTURE block of the "Pixels" library
* fixed a bug in the SHOW PICTURE block of the "Pixels" library
* tweaked "messages" menu for custom blocks, thanks, Joan!
* maintenance release

## v5.0.3
* **Notable Change:**
Expand Down
4 changes: 2 additions & 2 deletions snap.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Snap! Build Your Own Blocks 5.0.3</title>
<title>Snap! Build Your Own Blocks 5.0.4</title>
<link rel="shortcut icon" href="src/favicon.ico">
<script type="text/javascript" src="src/morphic.js?version=2019-07-08"></script>
<script type="text/javascript" src="src/widgets.js?version=2019-06-27"></script>
<script type="text/javascript" src="src/blocks.js?version=2019-07-09"></script>
<script type="text/javascript" src="src/threads.js?version=2019-07-15"></script>
<script type="text/javascript" src="src/objects.js?version=2019-07-15"></script>
<script type="text/javascript" src="src/gui.js?version=2019-07-10"></script>
<script type="text/javascript" src="src/gui.js?version=2019-07-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-07-01"></script>
<script type="text/javascript" src="src/byob.js?version=2019-07-15"></script>
Expand Down
4 changes: 2 additions & 2 deletions src/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ isRetinaSupported, SliderMorph, Animation, BoxMorph, MediaRecorder*/

// Global stuff ////////////////////////////////////////////////////////

modules.gui = '2019-July-10';
modules.gui = '2019-July-15';

// Declarations

Expand Down 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.3\nBuild Your Own Blocks\n\n'
aboutTxt = 'Snap! 5.0.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'
Expand Down

0 comments on commit 8d8ad05

Please sign in to comment.