File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
Release History
2
2
---------------
3
3
4
- 1.1.2
4
+ 1.2.0
5
5
=====
6
6
7
7
This release fixes some minor bugs, addresses some usability gremlins and
@@ -19,6 +19,10 @@ https://github.com/mu-editor/mu/issues/new
19
19
package application for Linux).
20
20
* Minor fixes by @stratakis in the Russian translation.
21
21
* @carlosperate fixed many minor glitches and gremlins.
22
+ * @carlosperate was on fire with fixes needed to ensure Mu continues to work
23
+ with very old versions of OSX (as used in many educational institutions).
24
+ * Again, thanks to @carlosperate, AppImage with Wayland no longer the setting
25
+ of an environment variable to make it work properly.
22
26
* The web mode includes simple and easy to use integration with
23
27
beginner and education friendly web hosts, PythonAnywhere.
24
28
* @agdales, @Jeffrey04, @johannaengland and @AnjaVerboven contributed new
Original file line number Diff line number Diff line change 6
6
__title__ = "mu-editor"
7
7
__description__ = "A simple Python editor for beginner programmers."
8
8
9
- __version__ = "1.1.2 "
9
+ __version__ = "1.2.0 "
10
10
11
11
__license__ = "GPL3"
12
12
__url__ = "https://github.com/mu-editor/mu"
You can’t perform that action at this time.
0 commit comments