Skip to content

Releases: mu-editor/mu

1.1.0-alpha.2

05 Jul 08:28
efb7c70
Compare
Choose a tag to compare
1.1.0-alpha.2 Pre-release
Pre-release

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

25 Mar 08:31
f297c49
Compare
Choose a tag to compare
1.1.0-alpha.1 Pre-release
Pre-release

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

15 Jan 12:34
5524e3e
Compare
Choose a tag to compare

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

01 Oct 12:21
f89fc69
Compare
Choose a tag to compare

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

20 Jul 13:01
487c811
Compare
Choose a tag to compare

This is Mu 1.0.0. :shipit:

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

16 Jul 17:14
f23575c
Compare
Choose a tag to compare

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

09 Jul 16:37
97d0307
Compare
Choose a tag to compare

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

20 Jun 11:44
c32ca26
Compare
Choose a tag to compare

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

06 Nov 16:40
c2a0f23
Compare
Choose a tag to compare
  • Add ability to change default Python directory in the settings file. Thanks to Zander Brown for the contribution. See #179.

0.9.12

23 Oct 16:41
be618de
Compare
Choose a tag to compare
  • 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