updated version history

snap7
jmoenig 2021-07-10 21:54:00 +02:00
rodzic 3a7ca38acd
commit fa2d780b2a
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -7,6 +7,7 @@
* single blocks palette option, thanks, Michael!
* web-serial support, thanks, Dariusz Dorożalski!
* hide custom helper blocks in palette
* PWA, thanks, John, for pioneering this in Mircoblocks!
* **Notable Changes:**
* saved projects remember the last edited sprite
* libraries no longer rely on the JSF primitive, project may need to re-import their libraries to run without having to enable JS extensions
@ -21,6 +22,9 @@
* **Translation Updates:**
* German
### 2021-07-10
* PWA support, thanks, John, for showing me!
### 2021-07-09
* extensions: whitelisted 'https://snap.berkeley.edu/'
* morphic: made scrollbars thinner by default

1
sw.js
Wyświetl plik

@ -1,6 +1,5 @@
var cacheName = 'snap-pwa';
var filesToCache = [
// '/',
'snap.html',
'src/morphic.js',
'src/symbols.js',