Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- next
2
- ----
1
+ 2.2.0
2
+ -----
3
3
* Updated existing translations
4
4
* Added the following languages:
5
5
- French
6
6
- Korean
7
- - Norwegian Bokmal
8
7
- Norwegian Nynorsk
9
8
- Portuguese
10
9
- Serbian
10
+ * Shows a friendlier error message when the device is WebUSB connected in MAINTENANCE mode
11
11
* No error modal shown during a WebUSB connection if the device is physically unplugged
12
12
- We assume this is purposeful action by the user and automatically disconnect
13
+ * Fixed issues downloading the hex file in Internet Explorer
14
+ * Dropped IE10 compatibility
13
15
* Refactored the editor controller functionality into its own module
14
16
* Added mobile features to the editor controller
15
- * Added a disabled experimental code checker
17
+ * Added a, by default disabled, experimental code checker
16
18
* Fixed accessibility issue where beta option "Quick Flash" was not highlighted on selection
17
19
* Fixed issue where iOS Chrome didn't download hex files
18
20
* Unused shared functionality has been removed
Original file line number Diff line number Diff line change 73
73
document . execCommand ( 'Stop' ) ;
74
74
}
75
75
// VERSION INFORMATION
76
- EDITOR_VERSION = "2.1.1 " ;
76
+ EDITOR_VERSION = "2.2.0 " ;
77
77
UPY_1_VERSION = "1.0.1" ;
78
78
UPY_2_VERSION = "2.0.0-beta.5" ;
79
79
</ script >
0 commit comments