|
1 | 1 | Release History |
2 | 2 | --------------- |
3 | 3 |
|
| 4 | +1.1.0-beta.2 |
| 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 | +* This is the first public beta release (beta 1 was created for testing by the |
| 11 | + core development team). |
| 12 | +* Many minor bug fixes to the existing new features found in beta 1 |
| 13 | + (see below). |
| 14 | +* Many thanks to Martin Dybdal for his work on improving the admin panel. |
| 15 | +* Carlos made significant changes so Mu can be packaged with very recent |
| 16 | + versions of Python. Carlos also made various changes relating to the status |
| 17 | + of Python packages contained within the official installer. |
| 18 | +* Many thanks to Dan Pope for assistance with an upgraded version of PyGameZero |
| 19 | + (which uses the latest version of PyGame - kudos to René and the other |
| 20 | + developers of PyGame for the recent improvements). |
| 21 | +* Various fixes to the UI so that panes are easier to resize and the themes are |
| 22 | + correctly applied to the REPL (thanks again to Martin for these fixes). |
| 23 | +* Carlos also contributed fixes relating to the micro:bit mode (compatibility |
| 24 | + with versions 1 and 2). |
| 25 | +* Tim has made herculean efforts to ensure the creation and checking of Mu's |
| 26 | + virtual environment is robust and easy to maintain. |
| 27 | +* A new crash reporting feature has been added. If Mu breaks the user will be |
| 28 | + redirected to the endpoint codewith.mu/crash with details of the crash and an |
| 29 | + option to create a bug report. This ensures Mu crashes are handled more |
| 30 | + gracefully, and the user is able to see the error that caused the crash. |
| 31 | +* A new animated splash screen has been added so the initial creation of Mu's |
| 32 | + virtual environment happens in such a way that the user can see progress is |
| 33 | + being made, and updates are logged on the splash screen for the user. If Mu |
| 34 | + encounters a problem at this early stage, the splash screen recovers and the |
| 35 | + new crash reporting feature kicks in. The current animation was created by |
| 36 | + Steve Hawkes (thank you) with a much more polished version promised very |
| 37 | + soon..! |
| 38 | +* Behind the scenes, Tiago has continued to make outstanding work on the `pup` |
| 39 | + tool we use to create the installers for Windows 64/32 bit and MacOS X. This |
| 40 | + beta release will be the first to use installers created with `pup`. |
| 41 | +* **Known bug** - on first ever start of Mu, if in Python3 mode the package |
| 42 | + manager will not work. Re-starting Mu fixes this (i.e. from second and |
| 43 | + subsequent starts). We're tracking this problem via |
| 44 | + [this issue](https://github.com/mu-editor/mu/issues/1358). |
| 45 | + |
4 | 46 | 1.1.0-beta.1 |
5 | 47 | ============ |
6 | 48 |
|
|
0 commit comments