Skip to content

Commit

Permalink
updated pwa cache for new sarron and aleassa costumes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Jul 2, 2023
1 parent 43b8956 commit 7ee6949
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 9 deletions.
Binary file modified Costumes/aleassa01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Costumes/aleassa02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Costumes/aleassa03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Costumes/aleassa04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Costumes/aleassa05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Costumes/aleassa06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* new "comment" selector in block-attributes dropdown, accesses cutom block definitions' help text, i.e. comments attached to the prototype hat
* new context comments preserve ring comments and hat block comments in the evaluator for later introspection
* new "generate puzzle" feature - single click Parson's Puzzle generator for educators
* new "Sarron" costume series, thanks, Meghan and Brian!
* new "Sarron" and "Aleassa" costume series, thanks, Meghan and Brian!
* new Armenian translation, yay! Thanks to the contributors!
* new embedding configuration options: noSpriteEdits
* Expanded the `#open:` URL scheme to accept image URLs.
Expand Down Expand Up @@ -65,6 +65,9 @@
* Greek, thanks, HM100!
* Armenian, thanks to the contributors!

### 2023-07-02
* new "Aleassa" costumes series, thanks, Meghan and Brian!

### 2023-06-29
* threads: new context comments preserve ring comments in the evaluator for later introspection
* blocks: when reifying hat blocks ("my scripts") use comments attached to them as context comments
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=2023-06-29"></script>
<script src="src/objects.js?version=2023-06-26"></script>
<script src="src/scenes.js?version=2022-10-25"></script>
<script src="src/gui.js?version=2023-06-27"></script>
<script src="src/gui.js?version=2023-07-02"></script>
<script src="src/paint.js?version=2023-05-24"></script>
<script src="src/lists.js?version=2023-05-09"></script>
<script src="src/byob.js?version=2023-06-29"></script>
Expand Down
13 changes: 7 additions & 6 deletions src/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ MultiArgMorph

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

modules.gui = '2023-June-27';
modules.gui = '2023-July-02';

// Declarations

Expand Down Expand Up @@ -5318,11 +5318,12 @@ IDE_Morph.prototype.aboutSnap = function () {
+ '\nAchal Dave: Web Audio'
+ '\nJoe Otto: Morphic Testing and Debugging'
+ '\n\n'
+ 'Jahrd, Derec, Jamet, Sarron, and Aleassa costumes are watercolor'
+ '\npaintings by Meghan Taylor and represent characters from'
+ '\nher webcomic Prophecy of the Circle, licensed to us only'
+ '\nfor use in Snap! projects. Meghan also painted the Tad'
+ '\ncostumes, but that character is in the public domain.';
+ 'Jahrd, Derec, Jamet, Sarron, and Aleassa costumes are'
+ '\nwatercolor paintings by Meghan Taylor and represent'
+ '\n characters from her webcomic Prophecy of the Circle,'
+ '\nlicensed to us only for use in Snap! projects.'
+ '\nMeghan also painted the Tad costumes,'
+ '\nbut that character is in the public domain.';

for (module in modules) {
if (Object.prototype.hasOwnProperty.call(modules, module)) {
Expand Down
14 changes: 13 additions & 1 deletion sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var snapVersion = '9.0.0-dev-2023-06-29(2)',
var snapVersion = '9.0.0-dev-2023-07-02',
cacheName = `snap-pwa-${snapVersion}`,
filesToCache = [
'snap.html',
Expand Down Expand Up @@ -172,6 +172,12 @@ var snapVersion = '9.0.0-dev-2023-06-29(2)',
'Costumes/abby-c.svg',
'Costumes/abby-d.svg',
'Costumes/airplane2.png',
'Costumes/aleassa01.png',
'Costumes/aleassa02.png',
'Costumes/aleassa03.png',
'Costumes/aleassa04.png',
'Costumes/aleassa05.png',
'Costumes/aleassa06.png',
'Costumes/alonzo.png',
'Costumes/Alonzo3D.png',
'Costumes/alonzo.svg',
Expand Down Expand Up @@ -614,6 +620,12 @@ var snapVersion = '9.0.0-dev-2023-06-29(2)',
'Costumes/ruby-b.png',
'Costumes/sail-boat.png',
'Costumes/sam.gif',
'Costumes/sarron01.png',
'Costumes/sarron02.png',
'Costumes/sarron03.png',
'Costumes/sarron04.png',
'Costumes/sarron05.png',
'Costumes/sarron06.png',
'Costumes/saxophone-a.svg',
'Costumes/saxophone-b.svg',
'Costumes/scarf1.svg',
Expand Down

0 comments on commit 7ee6949

Please sign in to comment.