Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.1.1
-----

* Added migration capability

1.1.0
-----

Expand Down
1 change: 1 addition & 0 deletions base64-js/base64.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<body>
<script type="application/javascript">
<!-- VERSION INFORMATION -->
EDITOR_VERSION = "1.1.0";
EDITOR_VERSION = "1.1.1";
UPY_VERSION = "1.0.0";
</script>
<script id="load-template" type="x-tmpl-mustache">
Expand Down Expand Up @@ -273,6 +273,8 @@ <h2><i class="fa fa-unlock-alt"></i> <strong>{{ title }}</strong></h2>
<script src="microbit_blocks/messages/en/messages.js"></script>
<script src="static/js/ResizeSensor.js"></script>
<script src="static/js/ElementQueries.js"></script>
<script src="lzma/lzma_worker.js"></script>
<script src="base64-js/base64.js"></script>
<script src="python-main.js"
type="application/javascript"></script>
<script>vex.defaultOptions.className = 'vex-theme-wireframe';</script>
Expand Down
Loading