Skip to content

Commit f4edc69

Browse files
Bump version to 2.0.1 🎉 and update changelog.
1 parent 1f468e6 commit f4edc69

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.1
2+
-----
3+
* Added Chinese translations 🇨🇳 (#306 #316)
4+
* Fix issue downloading Python files in Safari (#298)
5+
* Accessibility improvements (#290 #299 #301 #304 #303 #302 #310 #313 #315)
6+
* Improve button text for readability by adding text shadow (#307)
7+
* Fix UI issue with the WebUSB connection spinner position (#300)
8+
* Fix issue with WebUSB error modal links not working (#317)
9+
* Focus the serial terminal when REPL button is pressed (#314)
10+
* WebUSB reliability improvements
11+
* Updates on the manual test checklist (#296)
12+
* Doc updates (#305)
13+
* Test updates (#326)
14+
115
2.0.0
216
-----
317
* Added Croatian language 🇭🇷 (#294)

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

0 commit comments

Comments
 (0)