|
1 | 1 | Release History |
2 | 2 | --------------- |
3 | 3 |
|
| 4 | +1.1.0-beta.5 |
| 5 | +============ |
| 6 | + |
| 7 | +This is a beta release and may contain bugs or unfinished features. Please |
| 8 | +provide bug reports or feedback via: https://github.com/mu-editor/mu/issues/new |
| 9 | + |
| 10 | +* We had hoped for a regular (fortnightly) release tempo. Due to the voluntary |
| 11 | + nature of Mu's development and because some of the updates in this release |
| 12 | + were quite challenging (see below), this release is a LOT later than we had |
| 13 | + planned. |
| 14 | +* Several of us made minor updates and fixes (such as ensuring various packages |
| 15 | + had explicit dependency versions listed, updating versions for Mu's own |
| 16 | + dependencies and so on). |
| 17 | +* Right clicking on highlighted text in the editor, with the REPL active, now |
| 18 | + has an additional option added to the context menu: to correctly paste the |
| 19 | + text from the editor into the REPL. Thanks to Professor Chris Rogers of |
| 20 | + Tufts University for suggesting this feature. |
| 21 | +* The multi-talented Dan Halbert of Adafruit very kindly fixed a bug in the |
| 22 | + Adafruit board handling when on run on new Apple M1 hardware. Thank you Dan |
| 23 | + for your valuable contribution. |
| 24 | +* A huge amount of work by Tim and Carlos has gone into analysing the crash |
| 25 | + reports from recent beta releases of Mu. This has resulted in significant |
| 26 | + effort to address many of the bugs encountered, many of which related to |
| 27 | + edge cases encountered by the new virtual environment feature. Tim and Carlos |
| 28 | + have created many fixes and checks to ensure these bugs are either completely |
| 29 | + fixed or are, at least, mitigated in more helpful ways. This has been a |
| 30 | + challenging and "fiddly" bit of work, so kudos and thanks, as always, to both |
| 31 | + Tim and Carlos for their continued efforts. |
| 32 | +* Carlos has also updated the version of MicroPython used in the BBC micro:bit |
| 33 | + mode to the latest 2.0.0-beta.5 version. |
| 34 | +* In addition, Carlos has ensured that the micro:bit mode flashes files onto |
| 35 | + the micro:bit using the correctly memory aligned hex string. |
| 36 | +* Github user ajs256 has ensured the crash reporter doesn't kick in when a |
| 37 | + ``KeyboardInterrupt`` is triggered in Mu (CTRL-C). |
| 38 | +* Sometimes in Mu for Linux, the expected ``.py`` file extension wasn't added |
| 39 | + to new files. This depended on the user's graphical shell. Mu now checks the |
| 40 | + output from the shell and, if requires, will add ``.py`` itself. |
| 41 | +* Various fixes to Mu's logging make it more robust, clear and useful. |
| 42 | + |
| 43 | +There are perhaps a couple more features we want to land in the coming weeks, |
| 44 | +and then we will start the work of ensuring internationalization is fully up |
| 45 | +to date, the website reflects the new features and various changes, and PUP |
| 46 | +will be able to produce redistributable appimages for Linux. Then we will have |
| 47 | +reached 1.1.0-final. :-) |
| 48 | + |
4 | 49 | 1.1.0-beta.4 |
5 | 50 | ============ |
6 | 51 |
|
|
0 commit comments