Skip to content

Commit

Permalink
prepared release
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Oct 24, 2019
1 parent 3fb5e88 commit 5112e67
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Snap! (BYOB) History

## v5.2.0 in development (RC):
## in development:
* **New Features:**
* **Notable Changes:**
* **Notable Fixes:**
* **Translation Updates:**

## v5.2.0:
* **New Features:**
* new media creation primitives:
* new primitive in "looks": NEW COSTUME from a list of pixels and dimensions, allowing CURRENT
Expand All @@ -20,6 +26,9 @@
* English
* German

### 2019-10-24
* prepared release

### 2019-10-23
* lists: disabled direct editing of list watchers for non-literal typed lists (such as costumes)

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.2 - RC -</title>
<title>Snap! Build Your Own Blocks 5.2.0</title>
<link rel="shortcut icon" href="src/favicon.ico">
<script type="text/javascript" src="src/morphic.js?version=2019-10-22"></script>
<script type="text/javascript" src="src/widgets.js?version=2019-10-16"></script>
<script type="text/javascript" src="src/blocks.js?version=2019-10-21"></script>
<script type="text/javascript" src="src/threads.js?version=2019-10-21"></script>
<script type="text/javascript" src="src/objects.js?version=2019-10-22"></script>
<script type="text/javascript" src="src/gui.js?version=2019-10-22"></script>
<script type="text/javascript" src="src/gui.js?version=2019-10-24"></script>
<script type="text/javascript" src="src/paint.js?version=2019-06-27"></script>
<script type="text/javascript" src="src/lists.js?version=2019-10-23"></script>
<script type="text/javascript" src="src/byob.js?version=2019-07-24"></script>
Expand Down
4 changes: 2 additions & 2 deletions src/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ BlockEditorMorph, BlockDialogMorph*/

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

modules.gui = '2019-October-19';
modules.gui = '2019-October-24';

// Declarations

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

aboutTxt = 'Snap! 5.2 - RC -\nBuild Your Own Blocks\n\n'
aboutTxt = 'Snap! 5.2.0\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 5112e67

Please sign in to comment.