Skip to content

Commit

Permalink
v9.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Jul 31, 2023
1 parent d40734f commit 7f03ff7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@

## in development:

## 9.0.3:
* **Notable Changes:**
* do not cache remote requests, thanks, Michael!
* **Translation Updates:**
* new Tigrinya translation, yay! Thanks, Tesfaldet Negash and Heran Sium!
* Catalan, thanks, Joan!

### 2023-07-31
* new dev version
* gui: do not cache remote requests, thanks, Michael!
* Catalan translation update, thanks, Joan!
* new Tigrinya translation, yay! Thanks, Tesfaldet Negash and Heran Sium!
* migrated block specs of new Tigrinya translation to the new format (underscores as placeholders for input slots)
* prepared v9.0.3 patch

## 9.0.2:
* **Notable Fixes:**
Expand All @@ -25,7 +33,6 @@
* objects: fixed "play sound until done" blocking glitch
* prepared v9.0.1 patch


## 9.0.0:
* **New Features:**
* new "this" reporter for introspection offering access to "script", "caller", "continuation" and "inputs", enabling programs to access their dynamic scope and runtime call-stack
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 = '2023-July-31';

// Declarations

var SnapVersion = '9.0.3-dev';
var SnapVersion = '9.0.3';

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

0 comments on commit 7f03ff7

Please sign in to comment.