Skip to content

Commit 68a555a

Browse files
Apply suggestions from code review
Co-authored-by: Malcolm Smith <[email protected]>
1 parent ec2f517 commit 68a555a

File tree

1 file changed

+6
-6
lines changed
  • content/news/buzz/december-2024-status-update

1 file changed

+6
-6
lines changed

content/news/buzz/december-2024-status-update/contents.lr

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,27 @@ What we've done
1111

1212
* We added a `GTK implementation of Geolocation services <https://github.com/beeware/toga/pull/2999>`__.
1313

14-
* We made a number of improvements to Pack, Toga's style API. This includes `adding a justify-config style directive <https://github.com/beeware/toga/pull/3054>`__, `adding a gap style directive <https://github.com/beeware/toga/pull/3036>`__, and `updating a number of Pack properties to match their CSS names <https://github.com/beeware/toga/pull/3033>`__.
14+
* We made a number of improvements to Pack, Toga's style API. This includes `adding a "justify-content" style directive <https://github.com/beeware/toga/pull/3054>`__, `adding a "gap" style directive <https://github.com/beeware/toga/pull/3036>`__, and `updating a number of Pack properties to match their CSS names <https://github.com/beeware/toga/pull/3033>`__.
1515

16-
* We `standardised the order in which Toga widgets are instantiated <https://github.com/beeware/toga/pull/2942>`__. This simplifies the implemenation process, and guaranteeing that the initial styles added to a widget are always applied.
16+
* We `standardised the way in which Toga widgets are instantiated <https://github.com/beeware/toga/pull/2942>`__. This simplifies the implementation process, and guarantees that the initial styles added to a widget are always applied.
1717

1818
* We added an API for `reporting and controlling the state of Toga windows <https://github.com/beeware/toga/pull/2473>`__.
1919

20-
* We modified Toga's web backend to be `compatible with Micropython <https://github.com/beeware/toga/pull/2976>`__. Micropython is significantly smaller that the full Pyodide install, reducing the startup time for web apps.
20+
* We began modifying Toga to be `compatible with MicroPython <https://github.com/beeware/toga/pull/2976>`__. MicroPython is significantly smaller than the full CPython install, reducing the startup time for web apps.
2121

22-
* We updated `Briefcase's web template to use more recent PyScript APIs <https://github.com/beeware/briefcase/pull/2080>`__.
22+
* We updated `Briefcase's web template to use a more recent PyScript version <https://github.com/beeware/briefcase/pull/2080>`__.
2323

2424
* We added `support for console apps in the Briefcase project conversion wizard <https://github.com/beeware/briefcase/pull/2089>`__.
2525

2626
* We `improved error handling when updating Briefcase templates <https://github.com/beeware/briefcase/pull/2085>`__, accounting for some global git configuration options that were causing problems for some users.
2727

28-
* We added `explicit support for passing options to pip <https://github.com/beeware/briefcase/pull/2059>`__ when installing dependencies with Briefcase. This is mostly useful for specifying alternative package repositories (with ``--index-url`` or ``--extra-index-url``) or local folders that contain wheels (with `--find-links`); but any pip arguments can be passed down to the pip invocation.
28+
* We added `explicit support for passing options to pip <https://github.com/beeware/briefcase/pull/2059>`__ when installing dependencies with Briefcase. This is mostly useful for specifying alternative package repositories (with ``--index-url`` or ``--extra-index-url``) or local folders that contain wheels (with ``--find-links``); but any pip arguments can be passed down to the pip invocation.
2929

3030
* We `corrected an error in the default D-Bus configuration of Flatpak apps <https://github.com/beeware/briefcase/pull/2075>`__.
3131

3232
* We resolved a `long-standing memory management issue in Rubicon <https://github.com/beeware/rubicon-objc/pull/543>`__. This change removes almost all need for manual memory management of ObjC objects, making iOS and macOS development much more robust. It also resolves some memory leak issues on Toga's iOS backend.
3333

34-
* We added `support for CPython to stream stdout and stderr to the system log <https://github.com/python/cpython/pull/127592>`__. This change included a improved tool for running CPython test suites, making it possible to stream the output of a CPython test suite while the test suite is running, and to run the an arbitrary test suite, not just the CPython test suite.
34+
* We added support for CPython to `stream stdout and stderr to the system log on iOS and macOS <https://github.com/python/cpython/pull/127592>`__. This change included a improved tool for running CPython test suites, making it possible to stream the output of a CPython test suite while the test suite is running, and to run the an arbitrary test suite, not just the CPython test suite.
3535

3636
* Our patch `adding a test-sources configuration in cibuildwheel <https://github.com/pypa/cibuildwheel/pull/2062>`__ has been accepted, and should be merged in a couple of days.
3737

0 commit comments

Comments
 (0)