Open
Conversation
49f1bc1 to
34faf71
Compare
mhsmith
reviewed
Feb 28, 2026
| - We welcomed a new member of the BeeWare core team - [Corran Webster][corranwebster]. Over the last few months, Corran has taken Toga’s Qt backend from a bare stub to a widget-complete implementation. He’s also done some major internal design work around Toga's Table and Tree implementations, and added the long-requested ability to add bitmap images to a Canvas. That's a lot of work for a couple of months - we're excited to see what comes next! | ||
| - We published new [support packages for iOS and macOS](https://github.com/beeware/Python-Apple-support/releases), backporting some recent changes in CPython to our patches for Python 3.10-3-12. | ||
| - We made significant progress on adding [FastAPI and PyScript backends for Positron](https://github.com/beeware/toga/pull/4156). The PyScript part of this backend has revealed some issues with the feature set of Android and iOS `WebView` widgets; we're working with the PyScript team to find a workaround for these problems. | ||
| - We [fixed some stability issues with the testbed application that is used to test Python](https://github.com/python/cpython/pull/142912). |
Member
There was a problem hiding this comment.
Suggested change
| - We [fixed some stability issues with the testbed application that is used to test Python](https://github.com/python/cpython/pull/142912). | |
| - We [fixed several issues with the testbed application that is used to test Python on Android](https://github.com/python/cpython/pull/142912). |
| - We added the ability for [WinForms `Table` widgets to have an icon in *every* column, not just the first column](https://github.com/beeware/toga/pull/4164). | ||
| - We corrected some [memory leaks in Toga's Windows backend](https://github.com/beeware/toga/pull/4167). | ||
| - We [improved how corrupted icons are handled in Toga](https://github.com/beeware/toga/pull/4191), providing a fallback path instead of a crash. | ||
| - We [fixed an intermittent issue with the testbed when testing on Android](https://github.com/beeware/toga/pull/4208). |
Member
There was a problem hiding this comment.
Suggested change
| - We [fixed an intermittent issue with the testbed when testing on Android](https://github.com/beeware/toga/pull/4208). | |
| - We [fixed an intermittent issue with the testbed when testing Toga on Android](https://github.com/beeware/toga/pull/4208). |
|
|
||
| In March, we're hoping to wrap up our work on the FastAPI and PyScript plugins for Positron. The plugin is mostly done, but we're looking into some additional optimizations and improvements that will improve the experience when using the plugin. | ||
|
|
||
| However, most of our focus will be on design work around capabilities that are currently missing from Toga. This month saw some initial discussions om these topics. We're hoping that by the end of the month, we'll be able to resolve those discussions with some concrete designs that we can start to implement. |
Member
There was a problem hiding this comment.
Suggested change
| However, most of our focus will be on design work around capabilities that are currently missing from Toga. This month saw some initial discussions om these topics. We're hoping that by the end of the month, we'll be able to resolve those discussions with some concrete designs that we can start to implement. | |
| However, most of our focus will be on design work around capabilities that are currently missing from Toga. This month saw some initial discussions on these topics. We're hoping that by the end of the month, we'll be able to resolve those discussions with some concrete designs that we can start to implement. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A first blog post directly on the new website!
For review purposes - the RTD preview now works on every PR, without any need to tag the PR for preview or anything like that.
PR Checklist: