Skip to content

Commit 5164e48

Browse files
Bump beta version to 2.0.0-beta.3 and update changelog.
1 parent 9cea75c commit 5164e48

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2.0.0-beta.3
2+
------------
3+
* Added WebUSB Partial Flashing (#217) (#222) (#224) (#225) (#227) (#228) (#229)
4+
* Improved WebUSB error handling (#211)
5+
* WebUSB buttons are always displayed (#226)
6+
* Help page updated with the new features (#199)
7+
* Added Polish translation and updated Spanish translation (#206) (#210) (#230)
8+
* Language can now be set via URL (#212)
9+
* Accessibility improvements (#215) (#219)
10+
* General UI improvements (#213)
11+
112
2.0.0-beta.2
213
------------
314
* Updated the Load/Save modal UI (#203) (#204)

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

0 commit comments

Comments
 (0)