kopia lustrzana https://github.com/backface/turtlestitch
prepared v7.0.3
rodzic
2705c8ffb1
commit
d9ce299bf1
10
HISTORY.md
10
HISTORY.md
|
@ -2,6 +2,14 @@
|
||||||
|
|
||||||
## in development:
|
## in development:
|
||||||
|
|
||||||
|
* **New Features:**
|
||||||
|
* **Notable Changes:**
|
||||||
|
* **Notable Fixes:**
|
||||||
|
* **Documentation Updates:**
|
||||||
|
* **Translation Updates:**
|
||||||
|
|
||||||
|
|
||||||
|
## 7.0.3:
|
||||||
* **New Features:**
|
* **New Features:**
|
||||||
* arity control for assembling polyadic inputs using JOIN (pass a list whose first item is an integer representing the number of slots followed by the contents of those slots)
|
* arity control for assembling polyadic inputs using JOIN (pass a list whose first item is an integer representing the number of slots followed by the contents of those slots)
|
||||||
* **Notable Changes:**
|
* **Notable Changes:**
|
||||||
|
@ -15,13 +23,13 @@
|
||||||
* fixed programmatically hiding palette blocks using the "hide variable" block, thanks, Zak!
|
* fixed programmatically hiding palette blocks using the "hide variable" block, thanks, Zak!
|
||||||
* fixed / worked around PWA caching for URLs with query parts, thanks, Ken!
|
* fixed / worked around PWA caching for URLs with query parts, thanks, Ken!
|
||||||
* added missing "identical to" relabel option to "less than" reporter, thanks, Mary!
|
* added missing "identical to" relabel option to "less than" reporter, thanks, Mary!
|
||||||
* **Documentation Updates:**
|
|
||||||
* **Translation Updates:**
|
* **Translation Updates:**
|
||||||
* Italian, thanks, Stefano!
|
* Italian, thanks, Stefano!
|
||||||
|
|
||||||
### 2022-01-04
|
### 2022-01-04
|
||||||
* manifest: fixed #2954
|
* manifest: fixed #2954
|
||||||
* threads, blocks: added arity control for assembling polyadic inputs
|
* threads, blocks: added arity control for assembling polyadic inputs
|
||||||
|
* v7.0.3
|
||||||
|
|
||||||
### 2022-01-03
|
### 2022-01-03
|
||||||
* Italian translation update, thanks, Stefano!
|
* Italian translation update, thanks, Stefano!
|
||||||
|
|
|
@ -30,7 +30,7 @@ If you have security concerns, please do not post them publicly.
|
||||||
Please reach out to us at [contact@snap.berkeley.edu](mailto:contact@snap.berkeley.edu).
|
Please reach out to us at [contact@snap.berkeley.edu](mailto:contact@snap.berkeley.edu).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
Copyright (C) 2008-2021 by Jens Mönig and Brian Harvey
|
Copyright (C) 2008-2022 by Jens Mönig and Brian Harvey
|
||||||
|
|
||||||
Snap! is free software: you can redistribute it and/or modify
|
Snap! is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU Affero General Public License as
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Snap! 7.0.3 - dev - Build Your Own Blocks</title>
|
<title>Snap! 7.0.3 - Build Your Own Blocks</title>
|
||||||
<link rel="icon" href="src/favicon.ico" type="image/x-icon">
|
<link rel="icon" href="src/favicon.ico" type="image/x-icon">
|
||||||
<link rel="manifest" href="manifest.json">
|
<link rel="manifest" href="manifest.json">
|
||||||
<link rel="apple-touch-icon" href="img/snap-icon-152.png">
|
<link rel="apple-touch-icon" href="img/snap-icon-152.png">
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
<script src="src/threads.js?version=2022-01-04"></script>
|
<script src="src/threads.js?version=2022-01-04"></script>
|
||||||
<script src="src/objects.js?version=2022-01-03"></script>
|
<script src="src/objects.js?version=2022-01-03"></script>
|
||||||
<script src="src/scenes.js?version=2021-11-24"></script>
|
<script src="src/scenes.js?version=2021-11-24"></script>
|
||||||
<script src="src/gui.js?version=2021-12-22"></script>
|
<script src="src/gui.js?version=2022-01-04"></script>
|
||||||
<script src="src/paint.js?version=2021-07-05"></script>
|
<script src="src/paint.js?version=2021-07-05"></script>
|
||||||
<script src="src/lists.js?version=2021-12-15"></script>
|
<script src="src/lists.js?version=2021-12-15"></script>
|
||||||
<script src="src/byob.js?version=2021-12-16"></script>
|
<script src="src/byob.js?version=2021-12-16"></script>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
written by Jens Mönig
|
written by Jens Mönig
|
||||||
jens@moenig.org
|
jens@moenig.org
|
||||||
|
|
||||||
Copyright (C) 2021 by Jens Mönig
|
Copyright (C) 2022 by Jens Mönig
|
||||||
|
|
||||||
This file is part of Snap!.
|
This file is part of Snap!.
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@ BlockVisibilityDialogMorph, ThreadManager*/
|
||||||
|
|
||||||
// Global stuff ////////////////////////////////////////////////////////
|
// Global stuff ////////////////////////////////////////////////////////
|
||||||
|
|
||||||
modules.gui = '2021-December-22';
|
modules.gui = '2022-January-04';
|
||||||
|
|
||||||
// Declarations
|
// Declarations
|
||||||
|
|
||||||
|
@ -4768,8 +4768,8 @@ IDE_Morph.prototype.aboutSnap = function () {
|
||||||
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
|
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
|
||||||
world = this.world();
|
world = this.world();
|
||||||
|
|
||||||
aboutTxt = 'Snap! 7.0.3 - dev -\nBuild Your Own Blocks\n\n'
|
aboutTxt = 'Snap! 7.0.3\nBuild Your Own Blocks\n\n'
|
||||||
+ 'Copyright \u24B8 2008-2021 Jens M\u00F6nig and '
|
+ 'Copyright \u24B8 2008-2022 Jens M\u00F6nig and '
|
||||||
+ 'Brian Harvey\n'
|
+ 'Brian Harvey\n'
|
||||||
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'
|
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'
|
||||||
+ ' Snap! is developed by the University of California, '
|
+ ' Snap! is developed by the University of California, '
|
||||||
|
|
5
sw.js
5
sw.js
|
@ -1,6 +1,5 @@
|
||||||
var snapVersion = '7.0.3 - dev -'
|
var snapVersion = '7.0.3',
|
||||||
|
cacheName = 'snap-pwa',
|
||||||
var cacheName = 'snap-pwa',
|
|
||||||
filesToCache = [
|
filesToCache = [
|
||||||
'snap.html',
|
'snap.html',
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue