kopia lustrzana https://github.com/backface/turtlestitch
prevent the browser from hijacking cmd-d/f/i/p/s key events
rodzic
66335bc566
commit
0ba622c822
|
@ -2,6 +2,9 @@
|
|||
|
||||
## in development:
|
||||
|
||||
### 2020-07-10
|
||||
* morphic: prevent the browser from hijacking cmd-d/f/i/p/s key events
|
||||
|
||||
### 2020-07-09
|
||||
* new dev version
|
||||
* threads: fixed FOR EACH for hybrid lists, thanks, Brian!
|
||||
|
@ -9,7 +12,6 @@
|
|||
* locale: added English translation for 'length of %s' to 'length of text %s' to avoid confusion among both blocks
|
||||
* updated German translation for 'length of %s'
|
||||
|
||||
|
||||
## 6.0.0:
|
||||
* **New Features:**
|
||||
* new Morphic architecture, faster loading, smaller memory footprint, mobile-friendly
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Snap! Build Your Own Blocks 6.0.1 - dev -</title>
|
||||
<link rel="shortcut icon" href="src/favicon.ico">
|
||||
<script src="src/morphic.js?version=2020-07-01"></script>
|
||||
<script src="src/morphic.js?version=2020-07-10"></script>
|
||||
<script src="src/symbols.js?version=2020-07-01"></script>
|
||||
<script src="src/widgets.js?version=2020-07-01"></script>
|
||||
<script src="src/blocks.js?version=2020-07-02"></script>
|
||||
|
|
Ładowanie…
Reference in New Issue