Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
15
2.0.0
2
16
-----
3
17
* Added Croatian language 🇭🇷 (#294)
Original file line number Diff line number Diff line change 78
78
</script>
79
79
<script type="application/javascript">
80
80
// VERSION INFORMATION
81
- EDITOR_VERSION = "2.0.0 ";
81
+ EDITOR_VERSION = "2.0.1 ";
82
82
UPY_VERSION = "1.0.1";
83
83
</script>
84
84
<script id="files-template" type="x-tmpl-mustache">
0 commit comments