Skip to content

Commit 8b3577a

Browse files
Bump version to 1.2.3 and update changelog.
1 parent 07a8403 commit 8b3577a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
1.1.2
29
-----
310

editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
</script>
7878
<script type="application/javascript">
7979
// VERSION INFORMATION
80-
EDITOR_VERSION = "1.1.2";
80+
EDITOR_VERSION = "1.1.3";
8181
UPY_VERSION = "1.0.1";
8282
</script>
8383

0 commit comments

Comments
 (0)