-
Notifications
You must be signed in to change notification settings - Fork 437
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
mu (0.9.12-1) unstable; urgency=low | ||
|
||
* Change the default Python directory from ``~/python`` to ``~/mu_code``. This fixes issue #126. | ||
* Add instructions for installing PyQt5 and QScintilla on Mac OS. | ||
* Update to latest version of uFlash. | ||
* Add highlighting of search mathes. | ||
* Check if the script produced is > 8k. | ||
* Use a settings file local to the Mu executable if available. | ||
* Fix bug with highlighting code errors in Windows. | ||
* Check to overwrite an existing file on the micro:bit FS. | ||
* Start changelog | ||
|
||
-- Nicholas Tollervey <[email protected]> Sun, 23 Oct 2016 17:22:35 +0000 | ||
|
||
mu (0.1-1) unstable; urgency=low | ||
|
||
* Initial packaging | ||
|
be618de
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Nic, is it possible to create the mu IDE similar to Arduino IDE.