Skip to content

Commit a0ce7bc

Browse files
committed
Bump to beta 7, add changelog.
1 parent 5e2253e commit a0ce7bc

File tree

2 files changed

+63
-1
lines changed

2 files changed

+63
-1
lines changed

CHANGES.rst

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

4+
1.1.0-beta.7
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 expect this release to be the last beta before the final 1.1 release in
11+
the new year of 2022. Season's greetings to everyone using or contributing to
12+
Mu, and here's wishing you all a flourishing and fulfilling 2022.
13+
* As always there have been the usual minor bug fixes and clean ups from the
14+
core team of maintainers. Thank you so much for all that you do to support
15+
the continued development of Mu.
16+
* Thanks to the ever-green @keith-packard for his contribution to ensure icons
17+
on the button bar continuously scale based on the window width. This looks
18+
really smooth and slick.
19+
* Tinsel laden @tmontes has made a number of contributions around tooling for
20+
internationalization (i18n) of Mu. These include using the
21+
`Babel <http://babel.pocoo.org/en/latest/>`_
22+
package for generating the required translation files from our source code,
23+
and updating the ``Makefile`` (and ``make.py``) so the process can be automated.
24+
* Xmassy @xbecas is a new joiner to the core team and we're very please to have
25+
him with us since he has done a **huge** amount of work on updating and
26+
curating the translation files needed for i18n. Thanks to his work,
27+
translators for all the other existing locales need not have to go through
28+
the string generation/update steps (he's done that for you already!).
29+
* Both @xbecas and @tmontes have made extensive updates to our pt-PT
30+
(Portuguese) translation. Feliz Natal e Próspero Ano Novo.
31+
* This was swiftly followed by a welcome contribution by @rffontenelle the
32+
red-nosed translator, who made extensive updates to the pt-BR
33+
(Brazilian Portuguese) translation. Many thanks Rafael, you continue to
34+
demonstrate why the Brazilian FLOSS community is such a vibrant place, and
35+
we hope your work will help beginner coders in Brazil take their first steps
36+
to join your community. Boas Festas!
37+
* Now that the upstream PyGame / PyGameZero packages have been updated and
38+
repackaged, @tmontes has ensured we use these (rather than our own custom
39+
builds) in our installers for Windows and OSX. Many thanks to our friends and
40+
collaborators in those projects (cc/ @illume and @lordmauve).
41+
* Once in royal @devdanzin's repos, stood some lowly bugs to fix. These include
42+
ensuring empty path handling is properly handled by ``get_save_path``, correct
43+
highlighting of both f-strings and triple quoted strings in the editor
44+
widget, fixing a comment-toggling bug that deleted the first character of the
45+
next line under certain circumstances and more robust handling of environment
46+
variables. Wow, @devdanzin was on fire..! (...and has further work in
47+
development, thank you so much for your continued contributions.)
48+
* Carolling @carlosperate has put a huge effort in. He has triaged various
49+
crash reports, administered our continuous integration pipeline, and reviewed
50+
and merged much of the work described above. He also ensured our version
51+
numbering for Mu is no longer odd, and meets the guidelines set out in
52+
`PEP440 <https://www.python.org/dev/peps/pep-0440/>`_.
53+
* Good Tim Golden (@tjguk) fast typed out, a venv that's crisp and even. His
54+
outstanding work on making Python virtual environments work in some of the
55+
most inhospitable computing environments ever found is miraculous. Tim's
56+
genius is to know exactly the right intervention to make, and in this case
57+
his epic addition of ``-I`` to the Mu codebase will help ensure the user's
58+
virtual environments are properly isolated.
59+
* @tiago has updated the `pup <https://github.com/mu-editor/pup>`_ packager we
60+
use to create our installer. This should fix a problem found on the new
61+
ARM based Macs. He has also made significant progress on a cross-distro Linux
62+
package which we hope will make an appearance in the not-too-distant future.
63+
* Finally, Nicholas (@ntoll) promises never to do another Christmas themed
64+
changelog.
65+
466
1.1.0-beta.6
567
============
668

mu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__title__ = "mu-editor"
77
__description__ = "A simple Python editor for beginner programmers."
88

9-
__version__ = "1.1.0b6"
9+
__version__ = "1.1.0b7"
1010

1111
__license__ = "GPL3"
1212
__url__ = "https://github.com/mu-editor/mu"

0 commit comments

Comments
 (0)