prepared minor release

pull/95/head
jmoenig 2021-05-03 10:20:09 +02:00
rodzic 13a30f23de
commit e8f4eb002f
3 zmienionych plików z 7 dodań i 4 usunięć

Wyświetl plik

@ -1,11 +1,13 @@
# Snap! (BYOB) History
## in development:
## 6.8.0
* **New Features:**
* you can now also "peel off" custom block instances from their prototype templates in the block editor
* first-class colors, sorta, in the new "Colors" library, thanks, Brian!
* you can now also "peel off" custom block instances from their prototype templates in the block editor
* **Notable Changes:**
* speed-up talk bubble positioning by 5x
* speed-up talk bubble positioning by 5x
* **Notable Fixes:**
* work around a floating point precision glitch in "ray length"
* fixed an occasional rendering glitch when changing the display style of a variable watcher
@ -17,6 +19,7 @@
### 2021-05-03
* new versions of "Colors" and bignums libraries, updated documentation, thanks, Brian
* bumped dev version to v6.8
* prepared minor release
### 2021-04-23
* objects: fixed color effect for negative inputs, thanks, Brian!

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! 6.8.0 - dev - Build Your Own Blocks</title>
<title>Snap! 6.8.0 Build Your Own Blocks</title>
<link rel="icon" href="src/favicon.ico">
<script src="src/morphic.js?version=2021-02-10"></script>
<script src="src/symbols.js?version=2021-03-03"></script>

Wyświetl plik

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