Skip to content

Commit

Permalink
prepared v10.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Jul 24, 2024
1 parent bb3bcab commit 1dcbc0c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Snap! (BYOB) History

## in development:

## 10.0.0:
* **New Features:**
1. Blocks all the way
* all blocks in the palette are now custom blocks, except hat blocks and rings
Expand Down Expand Up @@ -130,6 +132,7 @@
* v10-rc6
* reverted piano keyboard behavior
* v10-rc7
* prepared v10.0.0 release

### 2024-07-22
* edited help screen for doDeleteBlock, converted to PNG, reduced file size
Expand Down
2 changes: 1 addition & 1 deletion snap.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<script src="src/maps.js?version=2021-06-15"></script>
<script src="src/extensions.js?version=2024-07-17"></script>
<script src="src/xml.js?version=2021-07-05"></script>
<script src="src/store.js?version=2024-07-17"></script>
<script src="src/store.js?version=2024-07-24"></script>
<script src="src/locale.js?version=2024-07-16"></script>
<script src="src/cloud.js?version=2023-04-12"></script>
<script src="src/api.js?version=2024-02-22"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ modules.gui = '2024-July-24';

// Declarations

var SnapVersion = '10-rc7';
var SnapVersion = '10.0.0';

var IDE_Morph;
var ProjectDialogMorph;
Expand Down
4 changes: 2 additions & 2 deletions src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Project*/

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

modules.store = '2024-July-17';
modules.store = '2024-July-24';

// XML_Serializer ///////////////////////////////////////////////////////
/*
Expand Down Expand Up @@ -259,7 +259,7 @@ SnapSerializer.uber = XML_Serializer.prototype;

// SnapSerializer constants:

SnapSerializer.prototype.app = 'Snap! 10-rc, https://snap.berkeley.edu';
SnapSerializer.prototype.app = 'Snap! 10, https://snap.berkeley.edu';

SnapSerializer.prototype.thumbnailSize = new Point(160, 120);

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 = '10-rc7',
var snapVersion = '10.0.0',
cacheName = `snap-pwa-${snapVersion}`,
filesToCache = [
'snap.html',
Expand Down

0 comments on commit 1dcbc0c

Please sign in to comment.