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
+
1
7
1.1.5
2
8
-----
3
9
* Add floating help panel (#115)
Original file line number Diff line number Diff line change 77
77
</script>
78
78
<script type="application/javascript">
79
79
// VERSION INFORMATION
80
- EDITOR_VERSION = "1.1.5 ";
80
+ EDITOR_VERSION = "2.0.0-beta.1 ";
81
81
UPY_VERSION = "1.0.1";
82
82
</script>
83
83
<script id="files-template" type="x-tmpl-mustache">
@@ -423,7 +423,7 @@ <h2>Flashing micro:bit</h2>
423
423
'snippets': true,
424
424
'share': false,
425
425
'options': true,
426
- 'experimental': false ,
426
+ 'experimental': true ,
427
427
},
428
428
});
429
429
</script>
You can’t perform that action at this time.
0 commit comments