Skip to content

Commit 80b0a63

Browse files
Bump version to 2.1.0-beta.5 🎉 and update changelog.
1 parent 7695be0 commit 80b0a63

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2.1.0-beta.5
2+
------------
3+
* Adds support for the new micro:bit
4+
* Python Editor now generates Universal Hex files
5+
* Minor WebUSB improvement
6+
* Autocompletion adds the new API only when a new board is WebUSB connected
7+
* Hide "Quick Flash" entry in settings if WebUSB is not available
8+
* Reorganisation of files in the project
9+
* Updated the microbit-fs and microbit-uh libraries to the latest commit
10+
111
2.0.1
212
-----
313
* Added Chinese translations 🇨🇳 (#306 #316)

editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
</script>
7979
<script type="application/javascript">
8080
// VERSION INFORMATION
81-
EDITOR_VERSION = "2.0.1";
81+
EDITOR_VERSION = "2.1.0-beta.5";
8282
UPY_VERSION = "1.0.1/2.0-0dfb5d801a";
8383
</script>
8484
<script id="files-template" type="x-tmpl-mustache">

0 commit comments

Comments
 (0)