prepared patch-release

pull/95/head
jmoenig 2020-08-05 14:36:19 +02:00
rodzic c7449f16d6
commit e89031ffa9
3 zmienionych plików z 14 dodań i 2 usunięć

Wyświetl plik

@ -2,6 +2,18 @@
## in development:
## 6.1.3:
* **Notable Changes:**
* exporting pictures of (semi-) faded blocks now includes the cropped solid background color
* "to lowercase" reporter now also in Strings library, thanks, Brian!
* **Notable Fixes:**
* fixed restoring ringed inputs when relabelling and compiling HOFs
* added viewport, thanks, Radman!
* fixed "green flag" symbol size for community website, thanks, Bernat!
* **Translation Updates:**
* Catalan, thanks, Joan!
* Portuguese, thanks, Manuel!
### 2020-08-05
* threads: experimental hyperized reporter-if, commented out for now
* blocks: fixed restoring ringed inputs when relabelling and compiling HOFs

Wyświetl plik

@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Snap! Build Your Own Blocks 6.1.3 - dev -</title>
<title>Snap! Build Your Own Blocks 6.1.3</title>
<link rel="icon" href="src/favicon.ico">
<script src="src/morphic.js?version=2020-07-23"></script>
<script src="src/symbols.js?version=2020-07-21"></script>

Wyświetl plik

@ -3971,7 +3971,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();
aboutTxt = 'Snap! 6.1.3 - dev -\nBuild Your Own Blocks\n\n'
aboutTxt = 'Snap! 6.1.3\nBuild Your Own Blocks\n\n'
+ 'Copyright \u24B8 2008-2020 Jens M\u00F6nig and '
+ 'Brian Harvey\n'
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'