We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33dde9 commit a7741baCopy full SHA for a7741ba
2 files changed
CHANGELOG
@@ -1,3 +1,12 @@
1
+2.1.0
2
+-----
3
+* Update MicroPython to the v2.0.0-beta.1 release
4
+* Updated microbit-fs to v0.9.0 release
5
+* Removed microbit-universal-hex library as microbit-fs generates Universal Hexes
6
+* Universal Hex generated with board ID 9901 for the v1 section
7
+* Translation system updated to be more robust to missing translations
8
+* Minor reorganisation of some js files
9
+
10
2.1.0-beta.7
11
------------
12
* Update the MicroPython version to commit 44a75bb
editor.html
@@ -72,7 +72,7 @@
72
document.execCommand('Stop');
73
}
74
// VERSION INFORMATION
75
- EDITOR_VERSION = "2.1.0-beta.7";
+ EDITOR_VERSION = "2.1.0";
76
UPY_1_VERSION = "1.0.1";
77
UPY_2_VERSION = "2.0.0-beta.1";
78
</script>
0 commit comments