updated release notes

snap7
jmoenig 2021-11-08 12:39:46 +01:00
rodzic 59d2faec7b
commit 80c0721cd8
4 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -23,6 +23,7 @@
* made BROADCAST blocks expandable and added a second input for message receivers, default is "all"
* migrated SEND blocks to be BROADCAST TO blocks
* "when I receive 'any message'" hat scripts are threadsafe (uninterruptable by other messages)
* changed the color model for pen/background colors from HSV to HSL
* new Birdbrain Technology extensions for Finch and Hummingbird, thanks, Kristina and Bambi!
* retired Leap Motion library
* display blocks with their error messages for custom blocks, thanks, Michael!

Wyświetl plik

@ -20,7 +20,7 @@
<script src="src/threads.js?version=2021-11-08"></script>
<script src="src/objects.js?version=2021-11-08"></script>
<script src="src/scenes.js?version=2021-10-12"></script>
<script src="src/gui.js?version=2021-11-07"></script>
<script src="src/gui.js?version=2021-11-08"></script>
<script src="src/paint.js?version=2021-07-05"></script>
<script src="src/lists.js?version=2021-07-19"></script>
<script src="src/byob.js?version=2021-11-07"></script>

Wyświetl plik

@ -86,7 +86,7 @@ BlockVisibilityDialogMorph*/
// Global stuff ////////////////////////////////////////////////////////
modules.gui = '2021-November-07';
modules.gui = '2021-November-08';
// Declarations
@ -4708,7 +4708,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();
aboutTxt = 'Snap! 7 - dev211107 -\nBuild Your Own Blocks\n\n'
aboutTxt = 'Snap! 7 - dev211108 -\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'

2
sw.js
Wyświetl plik

@ -1,4 +1,4 @@
var snapVersion = '7-dev211107'
var snapVersion = '7-dev211108'
var cacheName = 'snap-pwa',
filesToCache = [