Skip to content

Commit

Permalink
prepared v8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Feb 1, 2023
1 parent 8233ee4 commit 17ff5e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## in development:

## 8.1.0 release candidate:
## 8.1.0:
* **New Features:**
* lists as dictionaries: alphanumeric indices for lists, access fields (JSON) and columns (CSV) by name
* include custom block data dependencies in libraries, eliminates the need for initialization routines creating and populating variables required by custom block definitions
Expand Down Expand Up @@ -103,6 +103,7 @@
* v8.1-rc6
* added Victoria to the credits tab
* v8.1-rc7
* prepared v8.1 release

### 2023-10-31
* blocks, threads, objects, lists: alphanumeric indices for lists, experimental
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-01';

// Declarations

var SnapVersion = '8.1.0-rc7';
var SnapVersion = '8.1.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.1.0-rc7',
var snapVersion = '8.1.0',
cacheName = `snap-pwa-${snapVersion}`,
filesToCache = [
'snap.html',
Expand Down

0 comments on commit 17ff5e0

Please sign in to comment.