kopia lustrzana https://github.com/backface/turtlestitch
prepared release
rodzic
4a69c650ff
commit
d05b946700
17
HISTORY.md
17
HISTORY.md
|
@ -2,17 +2,19 @@
|
|||
|
||||
## in development:
|
||||
|
||||
* **Notable Changes:**
|
||||
* specifying alpha values is now optional for generating pixels in bitmaps (costumes), none means the pixel is solid
|
||||
## 6.2.2
|
||||
* **New Features:**
|
||||
* new "add comment" option in the block context menu, thanks, Rob Fidler!
|
||||
* attribute selection in the SET block are now prefixed with "my"
|
||||
* new "settings" button in the input slot dialog
|
||||
* assume stage dimensions for "SWITCH TO COSTUME" with list if current costume dimensions don't fit
|
||||
* added "bar / lines" option for plotting charts in the "frequency distribution analysis" library
|
||||
* new "48 kHz" option in the "sampling rate" dropdown
|
||||
* made (hidden) "Blurred shadows" setting persistent, use to get rid of "red bar" artifacts on old laptops using Chrome
|
||||
* increased area / sensitivity for collapsing variadic input slots
|
||||
* enabled "result pic" for command scripts containing a "report" block
|
||||
* **Notable Changes:**
|
||||
* made (hidden) "Blurred shadows" setting persistent, use to get rid of "red bar" artifacts on old laptops using Chrome
|
||||
* specifying alpha values is now optional for generating pixels in bitmaps (costumes), none means the pixel is solid
|
||||
* attribute selection in the SET block are now prefixed with "my"
|
||||
* assume stage dimensions for "SWITCH TO COSTUME" with list if current costume dimensions don't fit
|
||||
* new "48 kHz" option in the "sampling rate" dropdown
|
||||
* increased area / sensitivity for collapsing variadic input slots, esp. on mobile devices
|
||||
* **Notable Fixes:**
|
||||
* "append" block now shows up when searching for it
|
||||
* disable blurred shadows inside input slots if the hidden "blurred shadows" setting is turned off, use this setting on old laptops displaying "red bars" in Chrome
|
||||
|
@ -22,6 +24,7 @@
|
|||
|
||||
### 2020-10-08
|
||||
* blocks: enabled "result pic" for command scripts containing a "report" block
|
||||
* prepared release
|
||||
|
||||
### 2020-10-07
|
||||
* byob: added "settings" button to input slot dialog
|
||||
|
|
|
@ -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.2.2 - dev - Build Your Own Blocks</title>
|
||||
<title>Snap! 6.2.2 Build Your Own Blocks</title>
|
||||
<link rel="icon" href="src/favicon.ico">
|
||||
<script src="src/morphic.js?version=2020-09-12"></script>
|
||||
<script src="src/symbols.js?version=2020-10-07"></script>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<script src="src/blocks.js?version=2020-10-08"></script>
|
||||
<script src="src/threads.js?version=2020-10-08"></script>
|
||||
<script src="src/objects.js?version=2020-10-06"></script>
|
||||
<script src="src/gui.js?version=2020-10-06"></script>
|
||||
<script src="src/gui.js?version=2020-10-08"></script>
|
||||
<script src="src/paint.js?version=2020-05-17"></script>
|
||||
<script src="src/lists.js?version=2020-07-01"></script>
|
||||
<script src="src/byob.js?version=2020-10-07"></script>
|
||||
|
|
|
@ -78,7 +78,7 @@ Animation, BoxMorph, BlockEditorMorph, BlockDialogMorph, Note, ZERO, BLACK*/
|
|||
|
||||
// Global stuff ////////////////////////////////////////////////////////
|
||||
|
||||
modules.gui = '2020-October-06';
|
||||
modules.gui = '2020-October-08';
|
||||
|
||||
// Declarations
|
||||
|
||||
|
@ -3976,7 +3976,7 @@ IDE_Morph.prototype.aboutSnap = function () {
|
|||
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
|
||||
world = this.world();
|
||||
|
||||
aboutTxt = 'Snap! 6.2.2 - dev -\nBuild Your Own Blocks\n\n'
|
||||
aboutTxt = 'Snap! 6.2.2\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'
|
||||
|
|
Ładowanie…
Reference in New Issue