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/june-2025-status-update/contents.lr
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,8 @@ June has been a busy month, with some big improvements to BeeWare's websites and
17
17
- We've started the process of [upgrading Briefcase to use a newer version of WiX for Windows MSI packaging](https://github.com/beeware/briefcase/pull/2355).
18
18
- We added a [Slider widget to the Web backend](https://github.com/beeware/toga/pull/3527).
19
19
- We added a DateInput widget to the [iOS](https://github.com/beeware/toga/pull/3483) and [macOS](https://github.com/beeware/toga/pull/3574) backends.
20
-
- We added a TimeInput widget to the [iOS](https://github.com/beeware/toga/pull/3536) and [macOS](https://github.com/beeware/toga/pull/3574) backends.
20
+
- We added a TimeInput widget to the [iOS](https://github.com/beeware/toga/pull/3536) and [macOS](https://github.com/beeware/toga/pull/3574) backends.
21
+
- We added an [ActivityIndicator widget to the WinForms backend](https://github.com/beeware/toga/pull/3473).
21
22
- We modified the handling of Toga app paths so that [requesting a path guarantees that it exists](https://github.com/beeware/toga/pull/3543). This is a significant improvement to user experience, as it's no longer necessary to "check and create" every time you access an app path.
22
23
- We resolved a long-standing instability in the macOS and iOS testbed app that [caused intermittent failures in the WebView tests](https://github.com/beeware/toga/pull/3557)
23
24
- We added a new [topic guide on managing file system access in Toga apps](https://github.com/beeware/toga/pull/3552).
0 commit comments