Skip to content

Commit

Permalink
prepared v7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Mar 7, 2022
1 parent 27e4d9b commit b611c6b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Snap! (BYOB) History

## in development:
* **New Features:**
* **Notable Changes:**
* **Notable Fixes:**
* **Documentation Updates:**
* **Translation Updates:**

## 7.3.0:
* **New Features:**
* variadic associative infix reporters
* shift-click on STOP button to stop all scenes
Expand All @@ -14,12 +20,12 @@
* **Notable Fixes:**
* addressed security issues in the JIT-compiler, thanks, xBZZZZ!
* animation library: fixed pen state for GLIDE, thanks, Brian!
* **Documentation Updates:**
* **Translation Updates:**
* German

### 2022-03-07
* blocks: refactored experimental export scripts feature
* prepared v7.3.0

### 2022-03-04
* scenes, objects, threads, gui: refactored STOP
Expand Down
2 changes: 1 addition & 1 deletion snap.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<script src="src/threads.js?version=2022-03-03"></script>
<script src="src/objects.js?version=2022-03-01"></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/lists.js?version=2022-02-07"></script>
<script src="src/byob.js?version=2022-02-17"></script>
Expand Down
4 changes: 2 additions & 2 deletions src/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ BlockVisibilityDialogMorph, ThreadManager*/

// Global stuff ////////////////////////////////////////////////////////

modules.gui = '2022-March-04';
modules.gui = '2022-March-07';

// Declarations

var SnapVersion = '7.3.0-dev';
var SnapVersion = '7.3.0';

var IDE_Morph;
var ProjectDialogMorph;
Expand Down
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var snapVersion = '7.3.0-dev',
var snapVersion = '7.3.0',
cacheName = 'snap-pwa',
filesToCache = [
'snap.html',
Expand Down

0 comments on commit b611c6b

Please sign in to comment.