Skip to content

Commit 3512daa

Browse files
Bump beta version to 2.0.0-rc.1 and update changelog.
1 parent fb34839 commit 3512daa

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
2.0.0-beta.5
214
------------
315
* Added new icons for the Download, Flash, Connect and Disconnect buttons (#262) (#264)

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.0-beta.5";
81+
EDITOR_VERSION = "2.0.0-rc.1";
8282
UPY_VERSION = "1.0.1";
8383
</script>
8484
<script id="files-template" type="x-tmpl-mustache">

0 commit comments

Comments
 (0)