You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/news/buzz/december-2024-status-update/contents.lr
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,27 +11,27 @@ What we've done
11
11
12
12
* We added a `GTK implementation of Geolocation services <https://github.com/beeware/toga/pull/2999>`__.
13
13
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>`__.
15
15
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.
17
17
18
18
* We added an API for `reporting and controlling the state of Toga windows <https://github.com/beeware/toga/pull/2473>`__.
19
19
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 Togato 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.
21
21
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>`__.
23
23
24
24
* We added `support for console apps in the Briefcase project conversion wizard <https://github.com/beeware/briefcase/pull/2089>`__.
25
25
26
26
* 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.
27
27
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.
29
29
30
30
* We `corrected an error in the default D-Bus configuration of Flatpak apps <https://github.com/beeware/briefcase/pull/2075>`__.
31
31
32
32
* 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.
33
33
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.
35
35
36
36
* 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.
0 commit comments