Skip to content

Commit

Permalink
prepared release
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Nov 13, 2018
1 parent 9e0015c commit 07d3446
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Snap<em>!</em> (BYOB) History

## in development
###2018-11-13
## v4.2.2.7
### 2018-11-13
* Blocks: fixed #2261 (check for selectedBlock before declaring an InputSlotMorph to be "empty")

###2018-11-12
### 2018-11-12
* new dev version
* BYOB: updated version date
* Objects: fixed #2250
Expand All @@ -13,22 +13,22 @@
* BYOB: fixed #2260

## v4.2.2.6
###2018-11-06
### 2018-11-06
* prepared release

###2018-11-06
### 2018-11-06
* new dev version
* Blocks: fixed a scope issue introduced in v4.2.2.4
* Blocks: enabled "duplicate block definition" in the palette
* updated German translation

## v4.2.2.5
###2018-11-02
### 2018-11-02
* new library: Frequency Distribution Analysis, separated from "Bigger Data"
* Objects: avoid rendering graphic effects for null-extent canvasses

## v4.2.2.4
###2018-10-29
### 2018-10-29
* Blocks: fixed #2234 (display all reachable local variables in drop-down menu)
* new "does variable _ exist" predicate in var-library, thanks, Brian!

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 4.2.2.7 - dev -</title>
<title>Snap! Build Your Own Blocks 4.2.2.7</title>
<link rel="shortcut icon" href="src/favicon.ico">
<script type="text/javascript" src="src/morphic.js?version=2018-10-02"></script>
<script type="text/javascript" src="src/widgets.js?version=2018-10-02"></script>
<script type="text/javascript" src="src/blocks.js?version=2018-11-13"></script>
<script type="text/javascript" src="src/threads.js?version=2018-10-26"></script>
<script type="text/javascript" src="src/objects.js?version=2018-11-12"></script>
<script type="text/javascript" src="src/gui.js?version=2018-11-12"></script>
<script type="text/javascript" src="src/gui.js?version=2018-11-13"></script>
<script type="text/javascript" src="src/paint.js?version=2018-10-02"></script>
<script type="text/javascript" src="src/lists.js?version=2018-10-02"></script>
<script type="text/javascript" src="src/byob.js?version=2018-11-12"></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 = '2018-November-07';
modules.gui = '2018-November-13';

// Declarations

Expand Down Expand Up @@ -3539,7 +3539,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();

aboutTxt = 'Snap! 4.2.2.7 - dev -\nBuild Your Own Blocks\n\n'
aboutTxt = 'Snap! 4.2.2.7\nBuild Your Own Blocks\n\n'
+ 'Copyright \u24B8 2018 Jens M\u00F6nig and '
+ 'Brian Harvey\n'
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'
Expand Down

0 comments on commit 07d3446

Please sign in to comment.