File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ 2.0.0-beta.1
2+ ------------
3+ * Added WebUSB functionality (#99)
4+ * Added MicroPython file system functionality (#88)
5+ * Added autocompletion to the code editor (#185)
6+
171.1.5
28-----
39* Add floating help panel (#115)
Original file line number Diff line number Diff line change 7777 </script>
7878 <script type="application/javascript">
7979 // VERSION INFORMATION
80- EDITOR_VERSION = "1.1.5 ";
80+ EDITOR_VERSION = "2.0.0-beta.1 ";
8181 UPY_VERSION = "1.0.1";
8282 </script>
8383 <script id="files-template" type="x-tmpl-mustache">
@@ -423,7 +423,7 @@ <h2>Flashing micro:bit</h2>
423423 'snippets': true,
424424 'share': false,
425425 'options': true,
426- 'experimental': false ,
426+ 'experimental': true ,
427427 },
428428});
429429 </script>
You can’t perform that action at this time.
0 commit comments