Skip to content
This repository was archived by the owner on Aug 31, 2025. It is now read-only.

Commit e24a756

Browse files
committed
Changes and Readme updates for 1.1.0-beta.1
1 parent b22c450 commit e24a756

File tree

2 files changed

+46
-7
lines changed

2 files changed

+46
-7
lines changed

CHANGES.rst

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,48 @@
11
Release History
22
---------------
33

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+
446
1.1.0-beta.1
547
============
648

README.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,11 @@ Mu is a simple code editor for beginner programmers based on extensive feedback
77
from teachers and learners. Having said that, Mu is for anyone who wants to use
88
a simple "no frills" editor.
99

10-
Mu is a modal editor with modes for Adafruit's CircuitPython, the micro:bit's
11-
version of MicroPython, PyGame Zero and standard Python 3 (including a
12-
graphical debugger). Some of the modes make available a REPL (either
13-
running on the connected CircuitPython or MicroPython device or as a Jupyter
14-
based iPython session in Python3 mode).
10+
Mu is a modal editor with modes for many different ways to use Python to create
11+
cool and interesting things.
1512

16-
Mu is written in Python and works on Windows, macOS, Linux and Raspberry Pi. The
17-
project's public facing website is
13+
Mu is written in Python and works on Windows, macOS, Linux and Raspberry Pi.
14+
The project's public facing website is
1815
`https://codewith.mu/ <https://codewith.mu/>`_. We celebrate the work done by
1916
users of mu at `https://madewith.mu/ <https://madewith.mu/>`_.
2017

0 commit comments

Comments
 (0)