Skip to content

Commit 905240a

Browse files
Set v2.0.0-beta.1 version, beta flag and changelog.
1 parent e934e67 commit 905240a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
1.1.5
28
-----
39
* Add floating help panel (#115)

editor.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
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>

0 commit comments

Comments
 (0)