kopia lustrzana https://github.com/backface/turtlestitch
updated version history
rodzic
3a7ca38acd
commit
fa2d780b2a
|
@ -7,6 +7,7 @@
|
||||||
* single blocks palette option, thanks, Michael!
|
* single blocks palette option, thanks, Michael!
|
||||||
* web-serial support, thanks, Dariusz Dorożalski!
|
* web-serial support, thanks, Dariusz Dorożalski!
|
||||||
* hide custom helper blocks in palette
|
* hide custom helper blocks in palette
|
||||||
|
* PWA, thanks, John, for pioneering this in Mircoblocks!
|
||||||
* **Notable Changes:**
|
* **Notable Changes:**
|
||||||
* saved projects remember the last edited sprite
|
* 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
|
* 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:**
|
* **Translation Updates:**
|
||||||
* German
|
* German
|
||||||
|
|
||||||
|
### 2021-07-10
|
||||||
|
* PWA support, thanks, John, for showing me!
|
||||||
|
|
||||||
### 2021-07-09
|
### 2021-07-09
|
||||||
* extensions: whitelisted 'https://snap.berkeley.edu/'
|
* extensions: whitelisted 'https://snap.berkeley.edu/'
|
||||||
* morphic: made scrollbars thinner by default
|
* morphic: made scrollbars thinner by default
|
||||||
|
|
1
sw.js
1
sw.js
|
@ -1,6 +1,5 @@
|
||||||
var cacheName = 'snap-pwa';
|
var cacheName = 'snap-pwa';
|
||||||
var filesToCache = [
|
var filesToCache = [
|
||||||
// '/',
|
|
||||||
'snap.html',
|
'snap.html',
|
||||||
'src/morphic.js',
|
'src/morphic.js',
|
||||||
'src/symbols.js',
|
'src/symbols.js',
|
||||||
|
|
Ładowanie…
Reference in New Issue