Skip to content

Commit

Permalink
prepared maintenance release
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Aug 6, 2019
1 parent 1d66211 commit 98041fa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@

## in development:
* **New Features:**
* new experimental "paste on" block in the "pen" category, currently hidden in dev mode
* **Notable Changes:**
* **Notable Fixes:**
* **Translation Updates:**

## v5.0.9
* **New Feature:**
* new experimental "paste on" block in the "pen" category, currently hidden in dev mode
* **Notable Fixes:**
* resolved scroll bar conflicts (allow vertical scrolling past horizontal scroll bar), thanks, Michael!
* support for importing OGG audio files, thanks, Bernat!
* **Translation Updates:**
* **Translation Update:**
* Chinese, thanks, Simon!

### 2019-08-06
Expand All @@ -17,6 +22,7 @@
* gui: fixed color of scripts scroll frame
* morphic: support for importing OGG audio files, thanks, Bernat!
* Chinese translation update, thanks, Simon!
* prepared maintenance release

## v5.0.8
* **Notable Fix:**
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.9 - dev -</title>
<title>Snap! Build Your Own Blocks 5.0.9</title>
<link rel="shortcut icon" href="src/favicon.ico">
<script type="text/javascript" src="src/morphic.js?version=2019-08-06"></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 @@ -3596,7 +3596,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();

aboutTxt = 'Snap! 5.0.9 - dev -\nBuild Your Own Blocks\n\n'
aboutTxt = 'Snap! 5.0.9\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 98041fa

Please sign in to comment.