Releases: mu-editor/mu
1.1.0-alpha.2
This is the second alpha release of the next 1.1 version of Mu. It includes several new features or improvements:
- A new Web mode.
- A Slovak translation.
- The Adafruit mode has been renamed to CircuitPython mode.
- Lots of tidy-ups, fixes and squashed bugs.
The full list of the changes can be found here: https://mu.readthedocs.io/en/latest/changes.html#alpha-2
Please see the website here: https://codewith.mu/ Developer documentation is here: https://mu.readthedocs.io/en/latest/index.html The project's blog can be found here: https://madewith.mu/
1.1.0-alpha.1
This is the first alpha release of the next 1.1 version of Mu. This includes three new features:
- Third party package management.
- Code tidying with Black
- A new ESP8266/ESP32 mode.
There are also many bug fixes. The full list of changes can be found in the change-log: https://mu.readthedocs.io/en/latest/changes.html#alpha-1
Please see the website here: https://codewith.mu/ Developer documentation here: https://mu.readthedocs.io/en/latest/index.html Project blog here: https://madewith.mu/
1.0.2
This is Mu 1.0.2. This is a bug-fix release. The only other enhancements to Mu have been updates to MicroPython on the micro:bit and more translations.
Details of the full list of changes can be found in the change-log: https://mu.readthedocs.io/en/latest/changes.html#id1
Please see the website here: https://codewith.mu/ Developer documentation here: https://mu.readthedocs.io/en/latest/index.html Project blog here: https://madewith.mu/
1.0.1
This is Mu 1.0.1. This is a bug-fix release. The only other enhancements to Mu have been updates to MicroPython on the micro:bit and more translations.
Details of the full list of changes can be found in the change-log: https://mu.readthedocs.io/en/latest/changes.html#id1
Please see the website here: https://codewith.mu/ Developer documentation here: https://mu.readthedocs.io/en/latest/index.html Project blog here: https://madewith.mu/
1.0.0
This is Mu 1.0.0.
Details of the final changes in this release can be found here: https://mu.readthedocs.io/en/latest/changes.html#id1
Please see the website here: https://codewith.mu/ Developer documentation here: https://mu.readthedocs.io/en/latest/index.html
1.0.0.rc.1
This is the last release before 1.0.0 final. Details of the changes in this release can be found here: https://mu.readthedocs.io/en/latest/changes.html#rc-1
The final 1.0 release will follow within days.
Please see the website here: https://codewith.mu/ Developer documentation here: https://mu.readthedocs.io/en/latest/index.html
1.0.0.beta.17
This is another significant release with many changes and bug-fixes, the full details of which can be found here: https://mu.readthedocs.io/en/latest/changes.html#beta-17
This version of Mu is feature complete for 1.0. We expect a release candidate containing bug fixes to follow this release (in a matter of days). The final 1.0 release will follow soon after.
Please see the website here: https://codewith.mu/ Developer documentation here: https://mu.readthedocs.io/en/latest/index.html
1.0.0.beta.16
This is a significant update. The full change log can be found here: https://mu.readthedocs.io/en/latest/changes.html#beta-16
We expect a beta.17 to quickly follow this release, then a release candidate and then a final 1.0 release.
Please see the website here: https://codewith.mu/ Developer documentation here: https://mu.readthedocs.io/en/latest/index.html
Custom Python directory
- Add ability to change default Python directory in the settings file. Thanks to Zander Brown for the contribution. See #179.
0.9.12
- Change the default Python directory from
~/python
to~/mu_code
. - Add instructions for installing PyQt5 and QScintilla on Mac OS.
- Update to latest version of uFlash.
- Add highlighting of search matches.
- 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