Skip to content

Commit

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

## in development:

## 8.0.0:
* **New Features:**
* passing a list to the ASK command in sensing presents a menu to the user
* formatting a list of texts displays it as chat-history in an ASK menu
Expand Down Expand Up @@ -66,7 +68,8 @@
* Greek, thank you, HM100!

### 2022-08-04
* ew Manual for v8, yay! Thanks, Brian!
* new Manual for v8, yay! Thanks, Brian!
* prepared major release v8

### 2022-08-03
* gui: added credits for Bambi
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-08-03"></script>
<script src="src/objects.js?version=2022-08-01"></script>
<script src="src/scenes.js?version=2022-03-03"></script>
<script src="src/gui.js?version=2022-08-03"></script>
<script src="src/gui.js?version=2022-08-04"></script>
<script src="src/paint.js?version=2021-07-05"></script>
<script src="src/lists.js?version=2022-07-19"></script>
<script src="src/byob.js?version=2022-08-01"></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, isString*/

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

modules.gui = '2022-August-03';
modules.gui = '2022-August-04';

// Declarations

var SnapVersion = '8.0.0-rc-220803';
var SnapVersion = '8.0.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 = '8.0.0-rc-220803',
var snapVersion = '8.0.0',
cacheName = 'snap-pwa',
filesToCache = [
'snap.html',
Expand Down

0 comments on commit 8e0d2a6

Please sign in to comment.