Skip to content

Commit f6225ae

Browse files
Bump beta version to 2.0.0-beta.2 and update changelog.
1 parent 6b7b102 commit f6225ae

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2.0.0-beta.2
2+
------------
3+
* Updated the Load/Save modal UI (#203) (#204)
4+
* Added language selection functionality (#151) (#198) (#205)
5+
* Added feedback link to the Help menu (#200)
6+
* Moved snippets and Language to be small buttons. (#202)
7+
* Moved Options and Autocomplete to always be part of the experimental flag (#201) (#192)
8+
* Added a global way to process URL parameters (#184)
9+
* Release checklist updated (#195)
10+
* Automated and manual tests updated (#196) (#194)
11+
* Fix: Set the correct Script Name when a Python file is loaded (#193)
12+
* Fix: Save main.py with the Script Name as the file name (#191)
13+
114
2.0.0-beta.1
215
------------
316
* Added WebUSB functionality (#99)

editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
</script>
7979
<script type="application/javascript">
8080
// VERSION INFORMATION
81-
EDITOR_VERSION = "2.0.0-beta.1";
81+
EDITOR_VERSION = "2.0.0-beta.2";
8282
UPY_VERSION = "1.0.1";
8383
</script>
8484
<script id="files-template" type="x-tmpl-mustache">

0 commit comments

Comments
 (0)