We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a8403 commit 8b3577aCopy full SHA for 8b3577a
CHANGELOG
@@ -1,3 +1,10 @@
1
+1.1.3
2
+-----
3
+* Fixes issue loading hex files into the Editor (https://github.com/bbcmicrobit/PythonEditor/pull/89)
4
+* Delegates Intel Hex manipulation to a library (https://github.com/NordicSemiconductor/nrf-intel-hex)
5
+* Help file can read URL parameters to indicate what features to show
6
+* When an invalid hex file is loaded it will now display an error message (before it didn't do anything)
7
+
8
1.1.2
9
-----
10
editor.html
@@ -77,7 +77,7 @@
77
</script>
78
<script type="application/javascript">
79
// VERSION INFORMATION
80
- EDITOR_VERSION = "1.1.2";
+ EDITOR_VERSION = "1.1.3";
81
UPY_VERSION = "1.0.1";
82
83
0 commit comments