Skip to content

Commit 0c7f4fb

Browse files
Bump beta version to 2.0.0-beta.4 and update changelog.
1 parent 8413b56 commit 0c7f4fb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2.0.0-beta.4
2+
------------
3+
* Term "Partial Flashing" renamed to "Quick Flashing" (#233)
4+
* Add support for an iframe messaging protocol (#246)
5+
* Edit Snippets modal wording and translate table header (#236)
6+
* Disable autocomplete on enter by default (#235) (current default is tab key)
7+
* Update files and modules user docs (#243)
8+
* Highlight the current language in the language menu (#242)
9+
* Add more info about the filesystem in the Load/Save modal (#241)
10+
* WebUSB flashing fixes (#239) (#237) (#248)
11+
* Top buttons are now scrollable on small (mobile) resolutions (#232)
12+
* Fix rendering of the WebUSB modal in IE10 (#238)
13+
114
2.0.0-beta.3
215
------------
316
* Added WebUSB 'Quick Flash' using partial flashing (#217) (#222) (#224) (#225) (#227) (#228) (#229)

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

0 commit comments

Comments
 (0)