Skip to content

Commit

Permalink
prepared v8.1.1 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Feb 3, 2023
1 parent b7d4cfb commit 69df86d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,25 @@
## in development:
* **New Features:**
* **Notable Changes:**
* **Notable Fixes:**
* **Documentation Updates:**
* **Translation Updates:**

## 8.1.1:
* **Notable Fixes:**
* loading old projects only hides new blocks if they already contain hidden ones
* distinguish selected named list indices ("random", "last") from same-named typed-in dictionary keys
* fixed opening projects when the language is set to non-English
* **Documentation Updates:**
* updated API documentation for "noAutoFill" configuration setting
* **Translation Updates:**

### 2023-02-03
* threads: fixed distinguishing selected named indices ("random", "last") from same-named typed-in dictionary keys
* store: tweaked loading literal input slots
* blocks: disabled automatic translation of typed-in arguments that match translatable drop-down choices
* gui: fixed opening projects when the language is set to non-English
* updated API documentation for "noAutoFill" configuration setting
* prepared v8.1.1 patch

### 2023-02-02
* new dev version
Expand Down
2 changes: 1 addition & 1 deletion src/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ modules.gui = '2022-February-03';

// Declarations

var SnapVersion = '8.1.1-dev';
var SnapVersion = '8.1.1';

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

0 comments on commit 69df86d

Please sign in to comment.