Skip to content

Commit

Permalink
Bump version to 2.2.0 🎉 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-carlos committed Apr 23, 2021
1 parent ac7ebcc commit 2d19b5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -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";
</script>
Expand Down

0 comments on commit 2d19b5f

Please sign in to comment.