Skip to content

Commit 5607501

Browse files
Bump beta version to 2.0.0-beta.5 and update changelog.
1 parent 5593156 commit 5607501

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2.0.0-beta.5
2+
------------
3+
* Added new icons for the Download, Flash, Connect and Disconnect buttons (#262) (#264)
4+
* Added a warning if the user tries to load incompatible files (#245)
5+
* Enable WebUSB logging into the console for better error reports (#250)
6+
* WebUSB now keeps device details between connections (#255)
7+
* Added troubleshooting links to WebUSB docs and WebUSB error modal. (#251)
8+
* Added translation documentation, including translation strategy (#234) (#255) (#260)
9+
* Added initial steps to integrate with Crowdin translations (#247) (#257)
10+
* Set language links wording to their native language (#249)
11+
* Updated the manual test procedure to sync with the latest editor updates (#258)
12+
* Fix USB drag and drop flashing while WebUSB is connected (#255)
13+
* Improve the style of separators in the WebUSB error modal (#259)
14+
115
2.0.0-beta.4
216
------------
317
* Term "Partial Flashing" renamed to "Quick Flashing" (#233)

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

0 commit comments

Comments
 (0)