From 2d19b5f7131ea47fb539f8f4e7ec12817b5334e6 Mon Sep 17 00:00:00 2001 From: microbit-carlos Date: Fri, 23 Apr 2021 17:25:25 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version=20to=202.2.0=20=F0=9F=8E=89=20an?= =?UTF-8?q?d=20update=20changelog.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG | 10 ++++++---- editor.html | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) 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";