diff --git a/CHANGELOG b/CHANGELOG index d412ce64..2e9977e9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,18 +1,20 @@ -next ----- +2.2.0 +----- * Updated existing translations * Added the following languages: - French - Korean - - Norwegian Bokmal - Norwegian Nynorsk - Portuguese - Serbian +* Shows a friendlier error message when the device is WebUSB connected in MAINTENANCE mode * No error modal shown during a WebUSB connection if the device is physically unplugged - We assume this is purposeful action by the user and automatically disconnect +* Fixed issues downloading the hex file in Internet Explorer +* Dropped IE10 compatibility * Refactored the editor controller functionality into its own module * Added mobile features to the editor controller -* Added a disabled experimental code checker +* Added a, by default disabled, experimental code checker * Fixed accessibility issue where beta option "Quick Flash" was not highlighted on selection * Fixed issue where iOS Chrome didn't download hex files * Unused shared functionality has been removed diff --git a/editor.html b/editor.html index a7420def..e78a8613 100644 --- a/editor.html +++ b/editor.html @@ -73,7 +73,7 @@ document.execCommand('Stop'); } // VERSION INFORMATION - EDITOR_VERSION = "2.1.1"; + EDITOR_VERSION = "2.2.0"; UPY_1_VERSION = "1.0.1"; UPY_2_VERSION = "2.0.0-beta.5";