pushed dev version to 4.2.3

pull/89/head
jmoenig 2019-01-02 14:40:06 +01:00
rodzic 7a03f33da4
commit 92d8fa4cb3
3 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -5,6 +5,7 @@
### 2019-01-02
* Objects, Blocks, Threads, GUI, Store: added third color dimension and transparency to pen
* renamed help screens for "setHue" to "setPenHSVA" and "changeHue" to "changePenHSVA"
* pushed dev version to 4.2.3
### 2019-01-01
* Morphic: added HSL color conversion support

Wyświetl plik

@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Snap! Build Your Own Blocks 4.2.2.10 - dev -</title>
<title>Snap! Build Your Own Blocks 4.2.3 - dev -</title>
<link rel="shortcut icon" href="src/favicon.ico">
<script type="text/javascript" src="src/morphic.js?version=2019-01-01"></script>
<script type="text/javascript" src="src/widgets.js?version=2018-10-02"></script>

Wyświetl plik

@ -3558,7 +3558,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();
aboutTxt = 'Snap! 4.2.2.10 - dev -\nBuild Your Own Blocks\n\n'
aboutTxt = 'Snap! 4.2.3 - dev -\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'