kopia lustrzana https://github.com/backface/turtlestitch
prepared v7.3.0
rodzic
27e4d9b46d
commit
b611c6b9de
|
@ -1,7 +1,13 @@
|
||||||
# Snap! (BYOB) History
|
# Snap! (BYOB) History
|
||||||
|
|
||||||
## in development:
|
## in development:
|
||||||
|
* **New Features:**
|
||||||
|
* **Notable Changes:**
|
||||||
|
* **Notable Fixes:**
|
||||||
|
* **Documentation Updates:**
|
||||||
|
* **Translation Updates:**
|
||||||
|
|
||||||
|
## 7.3.0:
|
||||||
* **New Features:**
|
* **New Features:**
|
||||||
* variadic associative infix reporters
|
* variadic associative infix reporters
|
||||||
* shift-click on STOP button to stop all scenes
|
* shift-click on STOP button to stop all scenes
|
||||||
|
@ -14,12 +20,12 @@
|
||||||
* **Notable Fixes:**
|
* **Notable Fixes:**
|
||||||
* addressed security issues in the JIT-compiler, thanks, xBZZZZ!
|
* addressed security issues in the JIT-compiler, thanks, xBZZZZ!
|
||||||
* animation library: fixed pen state for GLIDE, thanks, Brian!
|
* animation library: fixed pen state for GLIDE, thanks, Brian!
|
||||||
* **Documentation Updates:**
|
|
||||||
* **Translation Updates:**
|
* **Translation Updates:**
|
||||||
* German
|
* German
|
||||||
|
|
||||||
### 2022-03-07
|
### 2022-03-07
|
||||||
* blocks: refactored experimental export scripts feature
|
* blocks: refactored experimental export scripts feature
|
||||||
|
* prepared v7.3.0
|
||||||
|
|
||||||
### 2022-03-04
|
### 2022-03-04
|
||||||
* scenes, objects, threads, gui: refactored STOP
|
* scenes, objects, threads, gui: refactored STOP
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<script src="src/threads.js?version=2022-03-03"></script>
|
<script src="src/threads.js?version=2022-03-03"></script>
|
||||||
<script src="src/objects.js?version=2022-03-01"></script>
|
<script src="src/objects.js?version=2022-03-01"></script>
|
||||||
<script src="src/scenes.js?version=2022-03-03"></script>
|
<script src="src/scenes.js?version=2022-03-03"></script>
|
||||||
<script src="src/gui.js?version=2022-03-03"></script>
|
<script src="src/gui.js?version=2022-03-07"></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=2022-02-07"></script>
|
<script src="src/lists.js?version=2022-02-07"></script>
|
||||||
<script src="src/byob.js?version=2022-02-17"></script>
|
<script src="src/byob.js?version=2022-02-17"></script>
|
||||||
|
|
|
@ -86,11 +86,11 @@ BlockVisibilityDialogMorph, ThreadManager*/
|
||||||
|
|
||||||
// Global stuff ////////////////////////////////////////////////////////
|
// Global stuff ////////////////////////////////////////////////////////
|
||||||
|
|
||||||
modules.gui = '2022-March-04';
|
modules.gui = '2022-March-07';
|
||||||
|
|
||||||
// Declarations
|
// Declarations
|
||||||
|
|
||||||
var SnapVersion = '7.3.0-dev';
|
var SnapVersion = '7.3.0';
|
||||||
|
|
||||||
var IDE_Morph;
|
var IDE_Morph;
|
||||||
var ProjectDialogMorph;
|
var ProjectDialogMorph;
|
||||||
|
|
2
sw.js
2
sw.js
|
@ -1,4 +1,4 @@
|
||||||
var snapVersion = '7.3.0-dev',
|
var snapVersion = '7.3.0',
|
||||||
cacheName = 'snap-pwa',
|
cacheName = 'snap-pwa',
|
||||||
filesToCache = [
|
filesToCache = [
|
||||||
'snap.html',
|
'snap.html',
|
||||||
|
|
Ładowanie…
Reference in New Issue