prevent the browser from hijacking cmd-d/f/i/p/s key events

pull/95/head
jmoenig 2020-07-10 00:20:49 +02:00
rodzic 66335bc566
commit 0ba622c822
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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>