File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+
2
+ 2.0.0-rc.1
3
+ ----------
4
+ * RC.1 ships with the experimental features turned off and the same configuration as it would be deployed as with v2.0.0 release
5
+ * Reduce the amount of filesystem available to 20KBs
6
+ * Add new animation button for WebUSB state change between disconnected and connected (#281)
7
+ * Add link to in language menu to add translations (#266) (#285)
8
+ * Fixes several WebUSB issues (#268) (#267) (#269) (#278) (#284) (#285)
9
+ * Fixes issues with button icons rendering differently depending on browser (#271) (#272) (#275) (#282)
10
+ * Accessibility fixes (#277)
11
+ * Update microbit-fs to v0.8.0
12
+
1
13
2.0.0-beta.5
2
14
------------
3
15
* Added new icons for the Download, Flash, Connect and Disconnect buttons (#262) (#264)
Original file line number Diff line number Diff line change 78
78
</script>
79
79
<script type="application/javascript">
80
80
// VERSION INFORMATION
81
- EDITOR_VERSION = "2.0.0-beta.5 ";
81
+ EDITOR_VERSION = "2.0.0-rc.1 ";
82
82
UPY_VERSION = "1.0.1";
83
83
</script>
84
84
<script id="files-template" type="x-tmpl-mustache">
You can’t perform that action at this time.
0 commit comments